src/cpu/zero/vm/cppInterpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8076421 Cdiff src/cpu/zero/vm/cppInterpreter_zero.cpp

src/cpu/zero/vm/cppInterpreter_zero.cpp

Print this page

        

*** 812,824 **** // field as live. Unimplemented(); } #endif // INCLUDE_ALL_GCS ! // If G1 is not enabled then attempt to go through the accessor entry point ! // Reference.get is an accessor ! return generate_accessor_entry(); } address InterpreterGenerator::generate_native_entry(bool synchronized) { return generate_entry((address) CppInterpreter::native_entry); } --- 812,824 ---- // field as live. Unimplemented(); } #endif // INCLUDE_ALL_GCS ! // 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); } address InterpreterGenerator::generate_native_entry(bool synchronized) { return generate_entry((address) CppInterpreter::native_entry); }
src/cpu/zero/vm/cppInterpreter_zero.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File