diff src/share/vm/memory/gcLocker.cpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 2c022e432e10
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/memory/gcLocker.cpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/memory/gcLocker.cpp	Tue Nov 05 17:38:04 2013 -0800
@@ -122,7 +122,7 @@
     // strictly needed. It's added here to make it clear that
     // the GC will NOT be performed if any other caller
     // of GC_locker::lock() still needs GC locked.
-    if (!is_active()) {
+    if (!is_active_internal()) {
       _doing_gc = true;
       {
         // Must give up the lock while at a safepoint