hotspot/src/cpu/sparc/vm/compiledIC_sparc.cpp
changeset 40032 bc2e42cd23ea
parent 38657 3caf062361a6
child 42650 1f304d0c888b
--- a/hotspot/src/cpu/sparc/vm/compiledIC_sparc.cpp	Mon Jun 27 10:10:11 2016 +0200
+++ b/hotspot/src/cpu/sparc/vm/compiledIC_sparc.cpp	Mon Jun 27 17:23:15 2016 +0300
@@ -77,8 +77,7 @@
   // This doesn't need to be accurate but it must be larger or equal to
   // the real size of the stub.
   return (NativeMovConstReg::instruction_size +  // sethi/setlo;
-          NativeJump::instruction_size + // sethi; jmp; nop
-          (TraceJumps ? 20 * BytesPerInstWord : 0) );
+          NativeJump::instruction_size); // sethi; jmp; nop
 }
 
 // Relocation entries for call stub, compiled java to interpreter.