mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8345237: 32-bit Zero builds fail with assert(has_klass_gap()) failed: precondition
Reviewed-by: mli, jwaters, rkennke
This commit is contained in:
parent
1a7a184e41
commit
095e769f47
@ -2013,7 +2013,9 @@ run:
|
||||
oopDesc::release_set_mark(result, ik->prototype_header());
|
||||
} else {
|
||||
oopDesc::set_mark(result, markWord::prototype());
|
||||
oopDesc::set_klass_gap(result, 0);
|
||||
if (oopDesc::has_klass_gap()) {
|
||||
oopDesc::set_klass_gap(result, 0);
|
||||
}
|
||||
oopDesc::release_set_klass(result, ik);
|
||||
}
|
||||
oop obj = cast_to_oop(result);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user