Searched refs:tenured (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap367 hotspot.gc.tenured.capacity // 1.4.1
370 hotspot.gc.tenured.capacity // 1.4.1
375 hotspot.gc.tenured.used // 1.4.1
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp62 static Handle basic_create(int length, bool tenured, TRAPS);
63 static Handle basic_create_from_unicode(jchar* unicode, int length, bool tenured, TRAPS);
H A DjavaClasses.cpp173 Handle java_lang_String::basic_create(int length, bool tenured, TRAPS) { argument
178 if (tenured) {
188 if (tenured) {
205 Handle java_lang_String::basic_create_from_unicode(jchar* unicode, int length, bool tenured, TRAPS) { argument
206 Handle h_obj = basic_create(length, tenured, CHECK_NH);

Completed in 49 milliseconds