diff src/share/vm/memory/gcLocker.hpp @ 12873:4e7f99b70d9d

Merge
author adlertz
date Wed, 09 Oct 2013 05:03:34 -0700
parents 2c022e432e10
children de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/memory/gcLocker.hpp	Wed Oct 09 13:00:20 2013 +0200
+++ b/src/share/vm/memory/gcLocker.hpp	Wed Oct 09 05:03:34 2013 -0700
@@ -88,7 +88,7 @@
  public:
   // Accessors
   static bool is_active() {
-    assert(_needs_gc || SafepointSynchronize::is_at_safepoint(), "only read at safepoint");
+    assert(SafepointSynchronize::is_at_safepoint(), "only read at safepoint");
     return is_active_internal();
   }
   static bool needs_gc()       { return _needs_gc;                        }