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

test/gc/arguments/TestSurvivorAlignmentInBytesOption.java

Print this page

        

*** 43,55 **** String optionName = "SurvivorAlignmentInBytes"; String unlockExperimentalVMOpts = "UnlockExperimentalVMOptions"; String optionIsExperimental = CommandLineOptionTest.getExperimentalOptionErrorMessage( optionName); ! String valueIsTooSmall= ".*SurvivorAlignmentInBytes=.*must be greater" ! + " than ObjectAlignmentInBytes.*"; ! 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. --- 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 " + "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