-
Bug
-
Resolution: Fixed
-
P2
-
24
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8344392 | 21.0.6 | Sendao Yan | P2 | Resolved | Fixed | b04 |
JDK-8344673 | 17.0.14 | Sendao Yan | P2 | Resolved | Fixed | b05 |
8207908: JMXStatusTest.java fails assertion intermittently
which updates:
test/jdk/sun/management/jmxremote/startstop/JMXStatusTest.java
test/jdk/sun/management/jmxremote/startstop/ManagementAgentJcmd.java
the related tests:
test/jdk/sun/management/jmxremote/startstop/JMXStartStopTest.java
test/sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java
...fail to compile:
test/jdk/sun/management/jmxremote/startstop/JMXStartStopTest.java:75: error: incompatible types: String cannot be converted to Process
private static ManagementAgentJcmd jcmd = new ManagementAgentJcmd(TEST_APP_NAME, verbose);
These tests also use jcmd using an application name pattern and presume they see output from the program they started, and not some other concurrent test invocation.
- backported by
-
JDK-8344392 Additional tests in jmxremote/startstop to match on PID not app name
- Resolved
-
JDK-8344673 Additional tests in jmxremote/startstop to match on PID not app name
- Resolved
- duplicates
-
JDK-8130371 sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java fails intermittently
- Closed
- relates to
-
JDK-8207908 JMXStatusTest.java fails assertion intermittently
- Resolved
- links to
-
Commit(master) openjdk/jdk17u-dev/848d8e83
-
Commit(master) openjdk/jdk21u-dev/5b1a9521
-
Commit(master) openjdk/jdk/687601eb
-
Review(master) openjdk/jdk17u-dev/3060
-
Review(master) openjdk/jdk21u-dev/1156
-
Review(master) openjdk/jdk/20138