< prev index next >

src/hotspot/share/oops/klass.cpp

Print this page
*** 351,11 ***
    if (length > SECONDARY_SUPERS_TABLE_SIZE - 2) {
      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);
--- 351,11 ---
    if (length > SECONDARY_SUPERS_TABLE_SIZE - 2) {
      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 >