TESTFAIL:com/sun/jdi/ProcessAttachTest.sh
com/sun/jdi/ProcessAttachTest.sh failed in all platform, but will cause JDI jobs hung both at windows32 and windows 64 platform.
How to reproduce:
1. Login a windows machine
2. Run jtreg -jdk:/cygdrive/c/Users/aurora/CommonData/jdk com/sun/jdi/ProcessAttachTest.sh
3. run ps -ef to check whether Java process have closed.
4. the java process still running after 20 minutes.
There are also other 3 tests failed which are
com/sun/jdi/ExclusiveBind.java
com/sun/jdi/JITDebug.sh
com/sun/jdi/RunToExit.java
detail please refer comments and attachment log file.
com/sun/jdi/ProcessAttachTest.sh failed in all platform, but will cause JDI jobs hung both at windows32 and windows 64 platform.
How to reproduce:
1. Login a windows machine
2. Run jtreg -jdk:/cygdrive/c/Users/aurora/CommonData/jdk com/sun/jdi/ProcessAttachTest.sh
3. run ps -ef to check whether Java process have closed.
4. the java process still running after 20 minutes.
There are also other 3 tests failed which are
com/sun/jdi/ExclusiveBind.java
com/sun/jdi/JITDebug.sh
com/sun/jdi/RunToExit.java
detail please refer comments and attachment log file.
- relates to
-
JDK-8175050 REGRESSION: Remote debugging does not work on JDK 9
- Closed