Relates :
|
UseCompressedOops is not defined on those platforms, and therefore test fails with: STDERR: stdout: []; stderr: [Unrecognized VM option 'UseCompressedOops' Did you mean '(+/-)CheckCompressedOops'? Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ] exitValue = 1 We could supply -XX:+IgnoreUnrecognizedVMOptions to the test configurations, but test itself needs to switch the regexp it uses to match the output. Needs a bit more work.
|