-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8243816 | 8u261 | Prasadarao Koppula | P4 | Resolved | Fixed | b05 |
JDK-8240942 | 8u-tls13-repo | Thejasvi Voniadka | P4 | Resolved | Fixed | master |
JDK-8247155 | emb-8u261 | Prasadarao Koppula | P4 | Resolved | Fixed | team |
The getFreePort() method in the following test infrastructure classes need to be re-examined:
test/lib/jdk/test/lib/Utils.java
test/jdk/lib/testlibrary/jdk/testlibrary/Utils.java
The initial sleep makes it too slow for tests that need to invoke it hundreds of times. The exception handling is also confusing as getLocalPort() can never return -1.
test/lib/jdk/test/lib/Utils.java
test/jdk/lib/testlibrary/jdk/testlibrary/Utils.java
The initial sleep makes it too slow for tests that need to invoke it hundreds of times. The exception handling is also confusing as getLocalPort() can never return -1.
- backported by
-
JDK-8240942 Re-examine getFreePort method in test infrastructure library
-
- Resolved
-
-
JDK-8243816 Re-examine getFreePort method in test infrastructure library
-
- Resolved
-
-
JDK-8247155 Re-examine getFreePort method in test infrastructure library
-
- Resolved
-
- relates to
-
JDK-8195703 BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2'
-
- Resolved
-