--- old/test/runtime/CommandLine/VMDeprecatedOptions.java 2017-07-11 08:43:15.765413392 -0400 +++ new/test/runtime/CommandLine/VMDeprecatedOptions.java 2017-07-11 08:43:15.677580782 -0400 @@ -40,7 +40,9 @@ */ public static final String[][] DEPRECATED_OPTIONS = { // deprecated non-alias flags: - {"MaxGCMinorPauseMillis", "1032"}, + {"MaxGCMinorPauseMillis", "1032"}, + {"MustCallLoadClassInternal", "false"}, + {"UnsyncloadClass", "false"}, // deprecated alias flags (see also aliased_jvm_flags): {"DefaultMaxRAMFraction", "4"},