test/gc/arguments/TestSurvivorAlignmentInBytesOption.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/gc/arguments/TestSurvivorAlignmentInBytesOption.java	Sat Jun 13 09:00:37 2015
--- new/test/gc/arguments/TestSurvivorAlignmentInBytesOption.java	Sat Jun 13 09:00:37 2015

*** 43,55 **** --- 43,55 ---- String optionName = "SurvivorAlignmentInBytes"; String unlockExperimentalVMOpts = "UnlockExperimentalVMOptions"; String optionIsExperimental = CommandLineOptionTest.getExperimentalOptionErrorMessage( optionName); - String valueIsTooSmall= ".*SurvivorAlignmentInBytes=.*must be greater" ! + " than or equal to ObjectAlignmentInBytes.*"; - String mustBePowerOf2 = ".*SurvivorAlignmentInBytes=.*must be " ! String mustBePowerOf2 = ".*SurvivorAlignmentInBytes.*must be " + "power of 2.*"; // Verify that without -XX:+UnlockExperimentalVMOptions usage of // SurvivorAlignmentInBytes option will cause JVM startup failure // with the warning message saying that that option is experimental.

test/gc/arguments/TestSurvivorAlignmentInBytesOption.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File