@@ -349,11 +349,11 @@ if (length >= SECONDARY_SUPERS_TABLE_SIZE) { return SECONDARY_SUPERS_BITMAP_FULL; } { - PerfTraceTime ptt(ClassLoader::perf_secondary_hash_time()); + //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);