src/share/vm/opto/output.cpp

changeset 8031
3bc4dedf262c
parent 8023
8aa7175e677c
child 8604
04d83ba48607
     1.1 --- a/src/share/vm/opto/output.cpp	Tue Apr 10 10:09:02 2018 +0800
     1.2 +++ b/src/share/vm/opto/output.cpp	Thu May 24 15:54:28 2018 +0800
     1.3 @@ -1543,13 +1543,6 @@
     1.4            adjust += 4;
     1.5            inst = (NativeInstruction*) (cb->insts()->end() - 8);
     1.6          }
     1.7 -        if (PatchContinuousLoad) {
     1.8 -          // if PatchContinuousLoad is true, a nop may be inserted after a load instruction and
     1.9 -          // the adjust would be 2 instructions.
    1.10 -          if (inst->is_nop()) {
    1.11 -            adjust += 4;
    1.12 -          }
    1.13 -        }
    1.14          previous_offset = current_offset - adjust;
    1.15        }
    1.16  #endif

mercurial