-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b16
test/jdk/sun/management/jdp/DynamicLauncher.java uses Utils.getFreePort() to find a free port for JMX. It limits itself to 3 attempts. This is not always enough, and the test fails.
Some other tests may simply pick a port number, and increment it and keep trying even hundreds of times.
Some other tests may simply pick a port number, and increment it and keep trying even hundreds of times.
- duplicates
-
JDK-8314776 sun/management/jdp/JdpOffTest.java fails with "BindException: Address already in use"
- Closed
- links to
-
Commit(master) openjdk/jdk/59407faf
-
Review(master) openjdk/jdk/20991