mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
Merge
This commit is contained in:
commit
5bec0d60ab
144 changed files with 4007 additions and 823 deletions
|
@ -397,7 +397,7 @@ void instanceRefKlass::update_nonstatic_oop_maps(klassOop k) {
|
|||
|
||||
// Check that we have the right class
|
||||
debug_only(static bool first_time = true);
|
||||
assert(k == SystemDictionary::reference_klass() && first_time,
|
||||
assert(k == SystemDictionary::Reference_klass() && first_time,
|
||||
"Invalid update of maps");
|
||||
debug_only(first_time = false);
|
||||
assert(ik->nonstatic_oop_map_count() == 1, "just checking");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue