changeset 12499:249c54db0276

Merge
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Mon, 21 Oct 2013 17:36:41 +0200
parents d00c31d8394f (diff) 98caa3872d83 (current diff)
children 0b0e60214f49
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_interface/collectedHeap.cpp	Mon Oct 21 16:07:32 2013 +0200
+++ b/src/share/vm/gc_interface/collectedHeap.cpp	Mon Oct 21 17:36:41 2013 +0200
@@ -506,7 +506,7 @@
          " to threads list is doomed to failure!");
   for (JavaThread *thread = Threads::first(); thread; thread = thread->next()) {
      if (use_tlab) thread->tlab().make_parsable(retire_tlabs);
-#ifdef COMPILER2
+#if defined(COMPILER2) || defined(GRAAL)
      // The deferred store barriers must all have been flushed to the
      // card-table (or other remembered set structure) before GC starts
      // processing the card-table (or other remembered set).