comparison src/share/vm/memory/universe.cpp @ 7187:5fafdef522c6

Merge
author johnc
date Fri, 30 Nov 2012 12:01:34 -0800
parents c24f778e9401 90273fc0a981
children 203f64878aab db9981fd3124
comparison
equal deleted inserted replaced
7184:5505fbbae3d3 7187:5fafdef522c6
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.