changeset 14968:169caf662ac7

removed diff to upstream HS repo made unnecessary by GRAAL-605
author Doug Simon <doug.simon@oracle.com>
date Fri, 04 Apr 2014 12:05:41 +0200
parents 661ba1474e0d
children a6c144380ce7
files src/share/vm/code/nmethod.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.)