< prev index next >

src/share/vm/classfile/stringTable.cpp

Print this page
rev 12310 : [mq]: gcinterface.patch

@@ -231,11 +231,11 @@
     }
     return found_string;
   }
 
   debug_only(StableMemoryChecker smc(name, len * sizeof(name[0])));
-  assert(!Universe::heap()->is_in_reserved(name),
+  assert(!GC::gc()->heap()->is_in_reserved(name),
          "proposed name of symbol must be stable");
 
   Handle string;
   // try to reuse the string if possible
   if (!string_or_null.is_null()) {
< prev index next >