-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b51
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082859 | emb-9 | Unassigned | P2 | Resolved | Fixed | team |
JDK-8345387 | 8u451 | Ivan Bereziuk | P2 | Resolved | Fixed | b01 |
In the newly introduced DCMD tests, there are a few failures with the following error message from jcmd on embedded:
Could not find any processes matching : 'com.sun.javatest.regtest.MainWrapper'
Adding -XX:+UsePerfData to these tests fixes this.
RULE serviceability/dcmd/framework/HelpTest.java Exception java.lang.Exception: failures: ...
RULE serviceability/dcmd/framework/InvalidCommandTest.java Exception java.lang.Exception: failures: ...
RULE serviceability/dcmd/framework/VMVersionTest.java Exception java.lang.Exception: failures: ...
Could not find any processes matching : 'com.sun.javatest.regtest.MainWrapper'
Adding -XX:+UsePerfData to these tests fixes this.
RULE serviceability/dcmd/framework/HelpTest.java Exception java.lang.Exception: failures: ...
RULE serviceability/dcmd/framework/InvalidCommandTest.java Exception java.lang.Exception: failures: ...
RULE serviceability/dcmd/framework/VMVersionTest.java Exception java.lang.Exception: failures: ...
- backported by
-
JDK-8082859 [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
-
- Resolved
-
-
JDK-8345387 [TESTBUG] Some of the newly added DCMD tests fail due to lack of -XX:+UsePerfData
-
- Resolved
-