# HG changeset patch # User Doug Simon # Date 1396605941 -7200 # Node ID 169caf662ac7923da6b8001580769e5e1597bcf1 # Parent 661ba1474e0d0b070a25598e38d368a15bc760c3 removed diff to upstream HS repo made unnecessary by GRAAL-605 diff -r 661ba1474e0d -r 169caf662ac7 src/share/vm/code/nmethod.cpp --- a/src/share/vm/code/nmethod.cpp Fri Apr 04 12:03:55 2014 +0200 +++ b/src/share/vm/code/nmethod.cpp Fri Apr 04 12:05:41 2014 +0200 @@ -1972,7 +1972,7 @@ // should not get GC'd. Skip the first few bytes of oops on // not-entrant methods. address low_boundary = verified_entry_point(); - if (is_not_entrant() || is_zombie()) { + if (is_not_entrant()) { low_boundary += NativeJump::instruction_size; // %%% Note: On SPARC we patch only a 4-byte trap, not a full NativeJump. // (See comment above.)