--- old/src/cpu/zero/vm/cppInterpreter_zero.cpp 2015-04-01 12:37:23.747192413 -0400 +++ new/src/cpu/zero/vm/cppInterpreter_zero.cpp 2015-04-01 12:37:23.511718942 -0400 @@ -814,9 +814,9 @@ } #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(); + // 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) {