# HG changeset patch # User mchung # Date 1391733745 28800 # Node ID 3e0d28137ea811c97a3081c04f22e94d49f32da9 # Parent e39416d4eb9ad2e7edbd229c8d1b57b26b4a96f1 8033900: Remove reference to JNU_Equals in GSSLibStub.c Reviewed-by: valeriep diff -r e39416d4eb9a -r 3e0d28137ea8 jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c --- a/jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c Thu Feb 06 14:56:12 2014 -0800 +++ b/jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c Thu Feb 06 16:42:25 2014 -0800 @@ -37,7 +37,6 @@ if (cls != 0) /* Otherwise an exception has already been thrown */ (*env)->ThrowNew(env, cls, msg); - JNU_Equals(env, NULL, NULL); } void throwOutOfMemoryError(JNIEnv *env, const char *message) {