-
Bug
-
Resolution: Fixed
-
P4
-
17.0.2, 21
-
b16
-
ppc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8305382 | 17.0.8 | Martin Doerr | P4 | Resolved | Fixed | b01 |
Running the VM with "-XX:+UseZGC -XX:+VerifyOops -XX:TieredStopAtLevel=1 -Xcomp" causes a fatal error: c1_LIRAssembler_ppc.cpp:824. oop: 0x0001000000600e80
The oop is checked without load barrier. ZHeap::print_location reports it as "is a bad oop" in hs_err files.
The oop is checked without load barrier. ZHeap::print_location reports it as "is a bad oop" in hs_err files.
- backported by
-
JDK-8305382 [PPC64] VerifyOops code in C1 doesn't work with ZGC
- Resolved