src/hotspot/share/runtime/sharedRuntime.cpp
changeset 48147 1b57d99567ed
parent 47799 1772ebf07d1f
child 48961 120b61d50f85
--- a/src/hotspot/share/runtime/sharedRuntime.cpp	Tue Nov 28 19:02:23 2017 +0100
+++ b/src/hotspot/share/runtime/sharedRuntime.cpp	Tue Nov 28 15:52:32 2017 -0500
@@ -970,7 +970,7 @@
 {
   // We return a bad value here to make sure that the exception is
   // forwarded before we look at the return value.
-  THROW_(vmSymbols::java_lang_UnsatisfiedLinkError(), (void*)badJNIHandle);
+  THROW_(vmSymbols::java_lang_UnsatisfiedLinkError(), (void*)badAddress);
 }
 JNI_END