diff src/share/vm/runtime/unhandledOops.cpp @ 17891:b6a2ba7d3ea7 hs25.20-b11

Merge
author amurillo
date Thu, 17 Apr 2014 16:09:07 -0700
parents 9c3dc501b5eb
children 78bbf4d43a14
line wrap: on
line diff
--- a/src/share/vm/runtime/unhandledOops.cpp	Wed Apr 16 12:32:23 2014 -0700
+++ b/src/share/vm/runtime/unhandledOops.cpp	Thu Apr 17 16:09:07 2014 -0700
@@ -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