Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8195557 | 11 | Sharath Ballal | P3 | Resolved | Fixed | b01 |
JDK-8194844 | 10.0.1 | Sharath Ballal | P3 | Resolved | Fixed | b01 |
Test: serviceability/sa/JhsdbThreadInfoTest.java
stderr: [Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "UseMembar" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "FastTLABRefill" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "SafepointSpinBeforeYield" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "DeferThrSuspendLoopCount" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "DeferPollingPageLoopCount" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for expired flag entry "UseCGroupMemoryLimitForHeap" should be removed
]
exitValue = 0
java.lang.Error: Couldn't start jhsdb, attach to LingeredApp or match ThreadName: java.lang.RuntimeException: stderr was not empty
at JhsdbThreadInfoTest.main(JhsdbThreadInfoTest.java:78)
Similarly for serviceability/sa/TestJhsdbJstackLock.java
The tests contain:
out.stderrShouldBeEmpty();
to watch for unexpected problems, but that also catches unrelated VM warnings.
stderr: [Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "UseMembar" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "FastTLABRefill" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "SafepointSpinBeforeYield" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "DeferThrSuspendLoopCount" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for obsolete special flag entry "DeferPollingPageLoopCount" should be removed
Java HotSpot(TM) 64-Bit Server VM warning: Global variable for expired flag entry "UseCGroupMemoryLimitForHeap" should be removed
]
exitValue = 0
java.lang.Error: Couldn't start jhsdb, attach to LingeredApp or match ThreadName: java.lang.RuntimeException: stderr was not empty
at JhsdbThreadInfoTest.main(JhsdbThreadInfoTest.java:78)
Similarly for serviceability/sa/TestJhsdbJstackLock.java
The tests contain:
out.stderrShouldBeEmpty();
to watch for unexpected problems, but that also catches unrelated VM warnings.
- backported by
-
JDK-8194844 [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
-
- Resolved
-
-
JDK-8195557 [Testbug] serviceability/sa/Jhsdb* tests can't tolerate unrelated warnings
-
- Resolved
-
- relates to
-
JDK-8196534 [Testbug] serviceability/dcmd/jvmti/*DcmdTest tests can't tolerate unrelated warnings
-
- Resolved
-
-
JDK-8196748 tools/jar tests need to tolerate unrelated warnings
-
- Resolved
-