8033900: Remove reference to JNU_Equals in GSSLibStub.c
authormchung
Thu, 06 Feb 2014 16:42:25 -0800
changeset 22942 3e0d28137ea8
parent 22941 e39416d4eb9a
child 22943 f35dda1a2873
8033900: Remove reference to JNU_Equals in GSSLibStub.c Reviewed-by: valeriep
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) {