src/share/vm/memory/gcLocker.cpp

changeset 5769
2c022e432e10
parent 3571
09d00c18e323
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/memory/gcLocker.cpp	Wed Sep 18 15:59:41 2013 +0200
     1.2 +++ b/src/share/vm/memory/gcLocker.cpp	Fri Sep 20 10:53:28 2013 +0200
     1.3 @@ -122,7 +122,7 @@
     1.4      // strictly needed. It's added here to make it clear that
     1.5      // the GC will NOT be performed if any other caller
     1.6      // of GC_locker::lock() still needs GC locked.
     1.7 -    if (!is_active()) {
     1.8 +    if (!is_active_internal()) {
     1.9        _doing_gc = true;
    1.10        {
    1.11          // Must give up the lock while at a safepoint

mercurial