Dumping JVM details for when SslEngineBehaviorTest.checkSslEngineBehaviour fails
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
3ec5c340fd
commit
0d03196a52
|
@ -61,6 +61,9 @@ public class SslEngineBehaviorTest
|
|||
@EnabledOnJre(JRE.JAVA_8)
|
||||
public void checkSslEngineBehaviour() throws Exception
|
||||
{
|
||||
// Try to track down on what VM is causing the failures
|
||||
System.err.printf("java.vm = %s %s%n", System.getProperty("java.vm.vendor"), System.getProperty("java.runtime.version"));
|
||||
|
||||
SSLEngine server = sslCtxFactory.newSSLEngine();
|
||||
SSLEngine client = sslCtxFactory.newSSLEngine();
|
||||
|
||||
|
|
Loading…
Reference in New Issue