[DRLVM]{stack] VM crashes without any printing in stress condition on Windows x86-64.
-------------------------------------------------------------------------------------
Key: HARMONY-4557
URL: https://issues.apache.org/jira/browse/HARMONY-4557
Project: Harmony
Issue Type: Bug
Components: DRLVM
Reporter: Pavel Afremov
On following test, without debugging, on Windows x86-64 VM in OPT mode return code 128 - crashes
without any printing.
public class test {
public static void main(String [] args) {
try {
main(args);
} catch (Throwable e) {
System.out.println("was caught " + e);
}
}
}
Under debugger or in JET mode everething works OK.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|