-
Enhancement
-
Resolution: Fixed
-
P4
-
15, 16, 17, 18, 19, 20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8297467 | 19u-cpu | Man Cao | P4 | Resolved | Fixed | master |
JDK-8297287 | 19.0.2 | Man Cao | P4 | Resolved | Fixed | b06 |
Building HotSpot with bleeding-edge LLVM failed with undefined symbol "sysThreadAvailableStackWithSlack" during linking.
sysThreadAvailableStackWithSlack was an ancient function in os_solaris.cpp, which was removed by JEP-381 (JDK-8244224). However, there are still leftovers of sysThreadAvailableStackWithSlack in "symbols-aix" and "symbols-linux" files, which should be removed.
sysThreadAvailableStackWithSlack was an ancient function in os_solaris.cpp, which was removed by JEP-381 (
- backported by
-
JDK-8297287 Remove sysThreadAvailableStackWithSlack from hotspot-symbols
- Resolved
-
JDK-8297467 Remove sysThreadAvailableStackWithSlack from hotspot-symbols
- Resolved
- relates to
-
JDK-8244224 Implementation of JEP 381: Remove the Solaris and SPARC Ports
- Resolved
- links to
-
Commit openjdk/jdk19u/d3d72499
-
Commit openjdk/jdk/f662a060
-
Review openjdk/jdk19u/68
-
Review openjdk/jdk/11156
(2 links to)