The com/sun/jdi/JdwpNetProps.java test fails transiently on libgraal when run with -Xcomp.
----------System.err:(25/1572)----------
[debuggee] Debugger failed to attach: timeout during handshake
java.lang.RuntimeException: ERROR: failed to attach
at JdwpNetProps$ListenTest.run(JdwpNetProps.java:146)
at JdwpNetProps.main(JdwpNetProps.java:66)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1570)
Caused by: java.net.SocketException: Connection reset
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:318)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099)
at jdk.jdi/com.sun.tools.jdi.SocketTransportService.handshake(SocketTransportService.java:133)
at jdk.jdi/com.sun.tools.jdi.SocketTransportService.attach(SocketTransportService.java:273)
at jdk.jdi/com.sun.tools.jdi.GenericAttachingConnector.attach(GenericAttachingConnector.java:119)
at jdk.jdi/com.sun.tools.jdi.SocketAttachingConnector.attach(SocketAttachingConnector.java:83)
at JdwpNetProps.attach(JdwpNetProps.java:174)
at JdwpNetProps$ListenTest.run(JdwpNetProps.java:135)
... 5 more
Is there a timeout involved in this test that should be scaled up for -Xcomp?
----------System.err:(25/1572)----------
[debuggee] Debugger failed to attach: timeout during handshake
java.lang.RuntimeException: ERROR: failed to attach
at JdwpNetProps$ListenTest.run(JdwpNetProps.java:146)
at JdwpNetProps.main(JdwpNetProps.java:66)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1570)
Caused by: java.net.SocketException: Connection reset
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:318)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099)
at jdk.jdi/com.sun.tools.jdi.SocketTransportService.handshake(SocketTransportService.java:133)
at jdk.jdi/com.sun.tools.jdi.SocketTransportService.attach(SocketTransportService.java:273)
at jdk.jdi/com.sun.tools.jdi.GenericAttachingConnector.attach(GenericAttachingConnector.java:119)
at jdk.jdi/com.sun.tools.jdi.SocketAttachingConnector.attach(SocketAttachingConnector.java:83)
at JdwpNetProps.attach(JdwpNetProps.java:174)
at JdwpNetProps$ListenTest.run(JdwpNetProps.java:135)
... 5 more
Is there a timeout involved in this test that should be scaled up for -Xcomp?