--- old/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java 2017-06-29 15:58:07.169567341 -0700 +++ new/test/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java 2017-06-29 15:58:06.981560113 -0700 @@ -77,12 +77,6 @@ allOptionsAsMap = JVMOptionsUtils.getOptionsWithRangeAsMap(origin -> (!(origin.contains("develop") || origin.contains("notproduct")))); - /* Shared flags can cause JVM to exit with error code 2 */ - setAllowedExitCodes("SharedReadWriteSize", 2); - setAllowedExitCodes("SharedReadOnlySize", 2); - setAllowedExitCodes("SharedMiscDataSize", 2); - setAllowedExitCodes("SharedMiscCodeSize", 2); - /* * Remove CICompilerCount from testing because currently it can hang system */