-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: hotspot
-
b23
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8373602 | 25.0.3 | David Briemann | P4 | Resolved | Fixed | master |
The test expects stderr to be empty, ignoring deprecation warnngs, however the test can be run with -XX:+UseLargePages in tier8 and that can produce
stderr: [Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve and commit memory using large pages. req_addr: 0x0000000399000000 bytes: 18907922432
So the test fails
java.lang.RuntimeException: stderr was not empty
at jdk.test.lib.process.OutputAnalyzer.stderrShouldBeEmptyIgnoreDeprecatedWarnings(OutputAnalyzer.java:188)
at TestJhsdbJstackWithVirtualThread.runJstack(TestJhsdbJstackWithVirtualThread.java:62)
at TestJhsdbJstackWithVirtualThread.main(TestJhsdbJstackWithVirtualThread.java:74)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1474)
- backported by
-
JDK-8373602 Test serviceability/sa/TestJhsdbJstackWithVirtualThread.java fails due to VM warnings
-
- Resolved
-
- caused by
-
JDK-8369505 jhsdb jstack cannot handle continuation stub
-
- Resolved
-
- relates to
-
JDK-8370036 TestJhsdbJstackWithVirtualThread.java fails when run with -showversion
-
- Resolved
-
-
JDK-8370730 Test serviceability/attach/EarlyDynamicLoad/EarlyDynamicLoad.java needs to be resilient about warnings
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk25u-dev/a46c70df
-
Commit(master)
openjdk/jdk/b0536f9c
-
Review(master)
openjdk/jdk25u-dev/23
-
Review(master)
openjdk/jdk/28091