src/share/vm/runtime/unhandledOops.cpp

changeset 6619
9c3dc501b5eb
parent 4037
da91efe96a93
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/runtime/unhandledOops.cpp	Mon Apr 14 20:56:48 2014 -0400
     1.2 +++ b/src/share/vm/runtime/unhandledOops.cpp	Thu Feb 13 10:05:03 2014 +0100
     1.3 @@ -113,9 +113,7 @@
     1.4  
     1.5  void UnhandledOops::clear_unhandled_oops() {
     1.6    assert (CheckUnhandledOops, "should only be called with checking option");
     1.7 -  if (_thread->is_gc_locked_out()) {
     1.8 -    return;
     1.9 -  }
    1.10 +
    1.11    for (int k = 0; k < _oop_list->length(); k++) {
    1.12      UnhandledOopEntry entry = _oop_list->at(k);
    1.13      // If an entry is on the unhandled oop list but isn't on the stack

mercurial