< prev index next >

src/share/vm/classfile/stringTable.cpp

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

@@ -240,11 +240,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");
 
   HandleMark hm(THREAD);  // cleanup strings created
   Handle string;
   // try to reuse the string if possible
< prev index next >