-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b18
-
ppc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8275395 | 17.0.2 | Martin Doerr | P4 | Resolved | Fixed | b03 |
I suspect that JDK-8260372 suffers from the same problem like JDK-8274501 fixes for AArch64.
// Fast path: If class loader is strong, the holder cannot be unloaded.
__ ld(tmp2, in_bytes(ClassLoaderData::keep_alive_offset()), tmp1_class_loader_data);
_ld should be _lwz?
// Fast path: If class loader is strong, the holder cannot be unloaded.
__ ld(tmp2, in_bytes(ClassLoaderData::keep_alive_offset()), tmp1_class_loader_data);
_ld should be _lwz?
- backported by
-
JDK-8275395 c2i entry barriers read int as long on PPC
-
- Resolved
-
- relates to
-
JDK-8274851 [ppc64] Port zgc to linux on ppc64le
-
- Resolved
-
-
JDK-8274501 c2i entry barriers read int as long on AArch64
-
- Closed
-
-
JDK-8260372 [PPC64] Add support for JDK-8210498 and JDK-8222841
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u/8b62d546
-
Commit openjdk/jdk/5e4b514e
-
Review openjdk/jdk17u/192
-
Review openjdk/jdk/5776
(3 links to)