--- old/test/gc/arguments/TestSurvivorAlignmentInBytesOption.java 2015-05-27 10:37:53.000000000 -0500 +++ new/test/gc/arguments/TestSurvivorAlignmentInBytesOption.java 2015-05-27 10:37:53.000000000 -0500 @@ -45,9 +45,9 @@ String optionIsExperimental = CommandLineOptionTest.getExperimentalOptionErrorMessage( optionName); - String valueIsTooSmall= ".*SurvivorAlignmentInBytes=.*must be greater" - + " than ObjectAlignmentInBytes.*"; - String mustBePowerOf2 = ".*SurvivorAlignmentInBytes=.*must be " + String valueIsTooSmall= ".*SurvivorAlignmentInBytes.*must be greater" + + " than or equal to ObjectAlignmentInBytes.*"; + String mustBePowerOf2 = ".*SurvivorAlignmentInBytes.*must be " + "power of 2.*"; // Verify that without -XX:+UnlockExperimentalVMOptions usage of