Yes, definitely. BTW, put something like "Fixes PR libgcj/12957" into
the ChangeLog (and commit message), this will update bugzilla with
info about the commit.
graydon> -#define FRAME_SIZE 32
graydon> +#define FRAME_SIZE 16
I assume this makes a difference when clearing the frames?
graydon> - // Synchronize while we do the work. This must match
graydon> - // synchronization in some other functions that manipulate or use
graydon> - // the nathash table.
graydon> - JvSynchronize sync (global_ref_table);
I don't think this is safe. One thread could be calling
RegisterNatives and updating the method lookup table while another
thread is doing a lookup.