[cp-patches] Problem in native/jni/classpath/jcl.c

2006-09-27 Thread Ian Rogers
There's a bug in the Classpath CVS head that's crashing the Jikes RVM (thanks to Mark for helping me to find it). It's in jcl.c where we delete a global ref which is actually only a local ref. The following fixes it. Thanks, Ian Rogers Index: native/jni/classpath/jcl.c

Re: [cp-patches] Problem in native/jni/classpath/jcl.c

2006-09-27 Thread Tom Tromey
Ian == Ian Rogers [EMAIL PROTECTED] writes: Ian There's a bug in the Classpath CVS head that's crashing the Jikes RVM Ian (thanks to Mark for helping me to find it). It's in jcl.c where we Ian delete a global ref which is actually only a local ref. The following Ian fixes it. Thanks. I'm