This commit is contained in:
John Cuthbertson 2012-11-30 12:01:34 -08:00
commit 6c0bf79f7a
28 changed files with 394 additions and 253 deletions

View file

@ -407,6 +407,10 @@ void Universe::genesis(TRAPS) {
assert(i == _fullgc_alot_dummy_array->length(), "just checking");
}
#endif
// Initialize dependency array for null class loader
ClassLoaderData::the_null_class_loader_data()->init_dependencies(CHECK);
}
// CDS support for patching vtables in metadata in the shared archive.