< prev index next > src/hotspot/share/oops/klass.cpp
Print this page
if (length >= SECONDARY_SUPERS_TABLE_SIZE) {
return SECONDARY_SUPERS_BITMAP_FULL;
}
{
! PerfTraceTime ptt(ClassLoader::perf_secondary_hash_time());
ResourceMark rm;
uintx bitmap = SECONDARY_SUPERS_BITMAP_EMPTY;
auto hashed_secondaries = new GrowableArray<Klass*>(SECONDARY_SUPERS_TABLE_SIZE,
SECONDARY_SUPERS_TABLE_SIZE, nullptr);
if (length >= SECONDARY_SUPERS_TABLE_SIZE) {
return SECONDARY_SUPERS_BITMAP_FULL;
}
{
! //PerfTraceTime ptt(ClassLoader::perf_secondary_hash_time()); // Leyden FIXME
ResourceMark rm;
uintx bitmap = SECONDARY_SUPERS_BITMAP_EMPTY;
auto hashed_secondaries = new GrowableArray<Klass*>(SECONDARY_SUPERS_TABLE_SIZE,
SECONDARY_SUPERS_TABLE_SIZE, nullptr);
< prev index next >