-
Bug
-
Resolution: Fixed
-
P4
-
21, 22
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8315123 | 21.0.1 | Thomas Stuefe | P4 | Resolved | Fixed | b09 |
JDK-8321111 | 17.0.11-oracle | Poonam Bajaj Parhar | P4 | Resolved | Fixed | b01 |
JDK-8315397 | 17.0.10 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
The workaround helps a lot already, but it is still incomplete in light of
We do this workaround even if unnecessary (when THPs are disabled on the system). And we may use the wrong page size when multiple *static* hugepage sizes are configured on the system, which may make the fix ineffectual for java threads (e.g. THP assumes lp size is 1G, causing the condition in os::create_thread to fail).
I am working on a solution for
- backported by
-
JDK-8315123 JDK-8303215 is incomplete
- Resolved
-
JDK-8315397 JDK-8303215 is incomplete
- Resolved
-
JDK-8321111 JDK-8303215 is incomplete
- Resolved
- relates to
-
JDK-8310233 Fix THP detection on Linux
- Resolved
-
JDK-8310261 Linux: THPs enabled even if system support missing
- Closed
-
JDK-8303215 Make thread stacks not use huge pages
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/e6b87a71
-
Commit openjdk/jdk21u/4cca633e
-
Commit openjdk/jdk/84b325b8
-
Review openjdk/jdk11u-dev/2086
-
Review openjdk/jdk17u-dev/1679
-
Review openjdk/jdk17u-dev/1697
-
Review openjdk/jdk21u/103
-
Review openjdk/jdk/14919