hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 33070 54f3f085b165
parent 30144 b009de0c0cef
child 34169 b0b7187852b7
--- a/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu Sep 17 13:42:50 2015 -0700
+++ b/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu Sep 17 09:03:57 2015 +0200
@@ -816,7 +816,7 @@
 
   // If G1 is not enabled then attempt to go through the normal entry point
   // Reference.get could be instrumented by jvmti
-  return generate_normal_entry(false);
+  return NULL;
 }
 
 address InterpreterGenerator::generate_native_entry(bool synchronized) {