< prev index next >

src/hotspot/cpu/x86/c2_CodeStubs_x86.cpp

Print this page
@@ -94,10 +94,11 @@
    }
  
    { // Restore held monitor count and slow path.
  
      __ bind(restore_held_monitor_count_and_slow_path);
+     __ bind(_slow_path);
      // Restore held monitor count.
      __ increment(Address(_thread, JavaThread::held_monitor_count_offset()));
      // increment will always result in ZF = 0 (no overflows).
      __ jmp(slow_path_continuation());
    }
< prev index next >