< prev index next >

src/share/vm/classfile/stringTable.cpp

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

*** 231,241 **** } return found_string; } debug_only(StableMemoryChecker smc(name, len * sizeof(name[0]))); ! assert(!Universe::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()) { --- 231,241 ---- } return found_string; } debug_only(StableMemoryChecker smc(name, len * sizeof(name[0]))); ! 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 >