OpenJDK / jdk / jdk
changeset 22942:3e0d28137ea8
8033900: Remove reference to JNU_Equals in GSSLibStub.c
Reviewed-by: valeriep
author | mchung |
---|---|
date | Thu, 06 Feb 2014 16:42:25 -0800 |
parents | e39416d4eb9a |
children | f35dda1a2873 |
files | jdk/src/share/native/sun/security/jgss/wrapper/GSSLibStub.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) {