mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
This commit is contained in:
parent
6c0af1575c
commit
98449cf2c2
64 changed files with 361 additions and 443 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