< prev index next >

src/share/vm/code/nmethod.cpp

Print this page
rev 13523 : [mq]: 8186837

@@ -1218,11 +1218,11 @@
     // nmethod::can_not_entrant_be_converted(). I.e., a method can immediately
     // transition its state from 'not_entrant' to 'zombie' without having to wait
     // for stack scanning.
     if (state == not_entrant) {
       mark_as_seen_on_stack();
-      OrderAccess::storestore();
+      OrderAccess::storestore(); // _stack_traversal_mark and _state
     }
 
     // Change state
     _state = state;
 
< prev index next >