hotspot/src/share/vm/runtime/unhandledOops.cpp
changeset 23540 06f7d6e1f654
parent 13728 882756847a04
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/runtime/unhandledOops.cpp	Fri Mar 28 14:15:03 2014 +0100
+++ b/hotspot/src/share/vm/runtime/unhandledOops.cpp	Thu Feb 13 10:05:03 2014 +0100
@@ -113,9 +113,7 @@
 
 void UnhandledOops::clear_unhandled_oops() {
   assert (CheckUnhandledOops, "should only be called with checking option");
-  if (_thread->is_gc_locked_out()) {
-    return;
-  }
+
   for (int k = 0; k < _oop_list->length(); k++) {
     UnhandledOopEntry entry = _oop_list->at(k);
     // If an entry is on the unhandled oop list but isn't on the stack