mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6696264: assert("narrow oop can never be zero") for GCBasher & ParNewGC
Decouple set_klass() with zeroing the gap when compressed. Reviewed-by: kvn, ysr, jrose
This commit is contained in:
parent
1f9e095ee3
commit
646ceb4a45
12 changed files with 67 additions and 20 deletions
|
@ -1931,6 +1931,7 @@ run:
|
|||
} else {
|
||||
result->set_mark(markOopDesc::prototype());
|
||||
}
|
||||
result->set_klass_gap(0);
|
||||
result->set_klass(k_entry);
|
||||
SET_STACK_OBJECT(result, 0);
|
||||
UPDATE_PC_AND_TOS_AND_CONTINUE(3, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue