hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 34500 3c82f7ac03e6
parent 34220 1ba69cb5585c
child 35071 a0910b1d3e0d
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Fri Nov 27 09:36:46 2015 +0100
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Mon Oct 05 23:53:59 2015 +0200
@@ -1163,7 +1163,7 @@
           }
 #endif
 
-          for (int i = NativeCall::instruction_size; i < *byte_count; i++) {
+          for (int i = NativeGeneralJump::instruction_size; i < *byte_count; i++) {
             address ptr = copy_buff + i;
             int a_byte = (*ptr) & 0xFF;
             address dst = instr_pc + i;