Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java crashes on Windows:
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 1 tests failed! (Error processing option CMSSamplingGrain with valid value '-server -XX:+UseConcMarkSweepGC -XX:CMSSamplingGrain=4294967296'! JVM exited with unexpected error code = -1073740940 [FFFFFFFFC0000374] : expected 1 to equal 0
The hint here is the error code FFFFFFFFC0000374, where C0000374 denotes corruption of the heap https://blogs.msdn.microsoft.com/calvin_hsia/2015/01/30/heap-corruption-exception-0xc0000374/ (thanks Ioi)
Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 1 tests failed! (Error processing option CMSSamplingGrain with valid value '-server -XX:+UseConcMarkSweepGC -XX:CMSSamplingGrain=4294967296'! JVM exited with unexpected error code = -1073740940 [FFFFFFFFC0000374] : expected 1 to equal 0
The hint here is the error code FFFFFFFFC0000374, where C0000374 denotes corruption of the heap https://blogs.msdn.microsoft.com/calvin_hsia/2015/01/30/heap-corruption-exception-0xc0000374/ (thanks Ioi)
- relates to
-
JDK-8195151 [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java needs to have its javatest.maxOutputSize set higher
-
- Closed
-
-
JDK-8195152 Make sure jtreg/jharness test preserves hs_err crash files
-
- Closed
-
-
JDK-8194831 [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java misleading error message
-
- Resolved
-