hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 33070 54f3f085b165
parent 30144 b009de0c0cef
child 34169 b0b7187852b7
equal deleted inserted replaced
33068:baa856b751b3 33070:54f3f085b165
   814   }
   814   }
   815 #endif // INCLUDE_ALL_GCS
   815 #endif // INCLUDE_ALL_GCS
   816 
   816 
   817   // If G1 is not enabled then attempt to go through the normal entry point
   817   // If G1 is not enabled then attempt to go through the normal entry point
   818   // Reference.get could be instrumented by jvmti
   818   // Reference.get could be instrumented by jvmti
   819   return generate_normal_entry(false);
   819   return NULL;
   820 }
   820 }
   821 
   821 
   822 address InterpreterGenerator::generate_native_entry(bool synchronized) {
   822 address InterpreterGenerator::generate_native_entry(bool synchronized) {
   823   return generate_entry((address) CppInterpreter::native_entry);
   823   return generate_entry((address) CppInterpreter::native_entry);
   824 }
   824 }