--- old/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp 2017-11-06 15:31:51.746257845 +0100 +++ new/src/hotspot/cpu/sparc/templateInterpreterGenerator_sparc.cpp 2017-11-06 15:31:51.585255886 +0100 @@ -319,7 +319,7 @@ #if INCLUDE_JVMCI // Check if we need to take lock at entry of synchronized method. This can // only occur on method entry so emit it only for vtos with step 0. - if (UseJVMCICompiler && state == vtos && step == 0) { + if (EnableJVMCI && state == vtos && step == 0) { Label L; Address pending_monitor_enter_addr(G2_thread, JavaThread::pending_monitorenter_offset()); __ ldbool(pending_monitor_enter_addr, Gtemp); // Load if pending monitor enter @@ -331,7 +331,7 @@ __ bind(L); } else { #ifdef ASSERT - if (UseJVMCICompiler) { + if (EnableJVMCI) { Label L; Address pending_monitor_enter_addr(G2_thread, JavaThread::pending_monitorenter_offset()); __ ldbool(pending_monitor_enter_addr, Gtemp); // Load if pending monitor enter