hotspot/src/share/vm/memory/universe.cpp
changeset 14588 8ec26d2d9339
parent 14583 d70ee55535f4
child 14590 7d6b69f12b36
equal deleted inserted replaced
14584:bd4290e6d0a5 14588:8ec26d2d9339
   405       }
   405       }
   406     }
   406     }
   407     assert(i == _fullgc_alot_dummy_array->length(), "just checking");
   407     assert(i == _fullgc_alot_dummy_array->length(), "just checking");
   408   }
   408   }
   409   #endif
   409   #endif
       
   410 
       
   411   // Initialize dependency array for null class loader
       
   412   ClassLoaderData::the_null_class_loader_data()->init_dependencies(CHECK);
       
   413 
   410 }
   414 }
   411 
   415 
   412 // CDS support for patching vtables in metadata in the shared archive.
   416 // CDS support for patching vtables in metadata in the shared archive.
   413 // All types inherited from Metadata have vtables, but not types inherited
   417 // All types inherited from Metadata have vtables, but not types inherited
   414 // from MetaspaceObj, because the latter does not have virtual functions.
   418 // from MetaspaceObj, because the latter does not have virtual functions.