test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
changeset 59288 3b1afeb49a20
parent 57654 dd0f6703203f
equal deleted inserted replaced
59274:eb3e2a5c2bcd 59288:3b1afeb49a20
    46         {"InitialRAMFraction",        "64"},
    46         {"InitialRAMFraction",        "64"},
    47         {"TLABStats",                 "false"},
    47         {"TLABStats",                 "false"},
    48         {"AllowRedefinitionToAddDeleteMethods", "true"},
    48         {"AllowRedefinitionToAddDeleteMethods", "true"},
    49         {"CompactFields", "true"},
    49         {"CompactFields", "true"},
    50         {"FieldsAllocationStyle", "1"},
    50         {"FieldsAllocationStyle", "1"},
       
    51         {"UseParallelOldGC", "false"},
    51 
    52 
    52         // deprecated alias flags (see also aliased_jvm_flags):
    53         // deprecated alias flags (see also aliased_jvm_flags):
    53         {"DefaultMaxRAMFraction", "4"},
    54         {"DefaultMaxRAMFraction", "4"},
    54         {"CreateMinidumpOnCrash", "false"}
    55         {"CreateMinidumpOnCrash", "false"}
    55     };
    56     };