mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8140284: Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal
Add the two options to the deprecate list. Reviewed-by: acorn, gtriantafill
This commit is contained in:
parent
b84db08380
commit
00b2004598
2 changed files with 8 additions and 4 deletions
|
@ -40,7 +40,9 @@ public class VMDeprecatedOptions {
|
|||
*/
|
||||
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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue