mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
Merge
This commit is contained in:
commit
6c0bf79f7a
28 changed files with 394 additions and 253 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue