/[classpath]/classpath/native/jni/gtk-peer/gthread-jni.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gthread-jni.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by saugart, Mon Jun 7 21:43:00 2004 UTC revision 1.14 by mark, Fri Jul 9 10:37:33 2004 UTC
# Line 756  setup_cache (JNIEnv * env) Line 756  setup_cache (JNIEnv * env)
756    if (setup_exception_cache (env) < 0)    if (setup_exception_cache (env) < 0)
757      return initialized = -1;      return initialized = -1;
758    
759    assert ( ! (*env)->ExceptionCheck (env));  #ifdef JNI_VERSION_1_2
760      if (HAVE_JNI_VERSION_1_2)
761        assert ( ! (*env)->ExceptionCheck (env));
762      else
763    #endif
764        assert ( ! (*env)->ExceptionOccurred (env));
765    
766    /* java.lang.Object and its methods */    /* java.lang.Object and its methods */
767    lcl_class = (*env)->FindClass (env, "java/lang/Object");    lcl_class = (*env)->FindClass (env, "java/lang/Object");

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26