diff src/share/vm/runtime/globals.hpp @ 13071:e2509677809c

8023037: Race between ciEnv::register_method and nmethod::make_not_entrant_or_zombie Reviewed-by: kvn, iveresov
author vlivanov
date Fri, 08 Nov 2013 01:13:11 -0800
parents 5ccbab1c69f3
children 78da3894b86f
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Nov 06 06:51:24 2013 -0800
+++ b/src/share/vm/runtime/globals.hpp	Fri Nov 08 01:13:11 2013 -0800
@@ -3019,9 +3019,6 @@
   notproduct(intx, ZombieALotInterval,     5,                               \
           "Number of exits until ZombieALot kicks in")                      \
                                                                             \
-  develop(bool, StressNonEntrant, false,                                    \
-          "Mark nmethods non-entrant at registration")                      \
-                                                                            \
   diagnostic(intx, MallocVerifyInterval,     0,                             \
           "If non-zero, verify C heap after every N calls to "              \
           "malloc/realloc/free")                                            \