8057135: [TESTBUG] Need a test to cover JDK-8050167

Christian Tornqvist christian.tornqvist at oracle.com
Mon Oct 6 23:06:16 UTC 2014


Hi Boris,

You need to pass the " -Xmx64m -XX:-TransmitErrorReport" arguments to the child VM using createJavaProcessBuilder rather than passing them to the parent VM. 

Also, there is no reason for this test to run with /othervm since the child process is the one that will crash.

Thanks,
Christian

-----Original Message-----
From: Boris Molodenkov [mailto:boris.molodenkov at oracle.com] 
Sent: Monday, October 6, 2014 10:05 AM
To: hotspot-runtime-dev at openjdk.java.net
Cc: Christian Tornqvist
Subject: RFR: 8057135: [TESTBUG] Need a test to cover JDK-8050167

Hi All,

Please review this regression test for runtime issue [1].
https://bugs.openjdk.java.net/browse/JDK-8057135
http://cr.openjdk.java.net/~fzhinkin/bmoloden/8057135/webrev.00/

Testing:
1. Verified locally that test fails before fix integration 2. jprt

Thanks,
Boris

[1] https://bugs.openjdk.java.net/browse/JDK-8050167




More information about the hotspot-runtime-dev mailing list