#section:main
----------messages:(4/160)----------
command: main SSLSocketLeak
reason: User specified action: run main/othervm SSLSocketLeak
Mode: othervm [/othervm specified]
elapsed time (seconds): 1.157
----------configuration:(0/0)----------
----------System.out:(2/48)----------
FDs at the beginning: 293
FDs in the end: 334
----------System.err:(13/887)----------
java.lang.RuntimeException: Too many open file descriptors. Looks leaky.
at SSLSocketLeak.main(SSLSocketLeak.java:62)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)