src/hotspot/cpu/x86/templateTable_x86.cpp
changeset 51633 21154cb84d2a
parent 51350 57565f7dcb2a
child 51756 4bd35a5ec694
--- a/src/hotspot/cpu/x86/templateTable_x86.cpp	Tue Sep 04 18:32:28 2018 +0100
+++ b/src/hotspot/cpu/x86/templateTable_x86.cpp	Tue Sep 04 12:44:02 2018 -0700
@@ -4080,7 +4080,7 @@
     // make sure rdx was multiple of 8
     Label L;
     // Ignore partial flag stall after shrl() since it is debug VM
-    __ jccb(Assembler::carryClear, L);
+    __ jcc(Assembler::carryClear, L);
     __ stop("object size is not multiple of 2 - adjust this code");
     __ bind(L);
     // rdx must be > 0, no extra check needed here