test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
changeset 57654 dd0f6703203f
parent 55382 30b1b7b4dd86
child 58679 9c3209ff7550
child 59288 3b1afeb49a20
--- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Tue Aug 06 12:14:41 2019 +0200
+++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Tue Aug 06 07:43:18 2019 -0400
@@ -46,6 +46,8 @@
         {"InitialRAMFraction",        "64"},
         {"TLABStats",                 "false"},
         {"AllowRedefinitionToAddDeleteMethods", "true"},
+        {"CompactFields", "true"},
+        {"FieldsAllocationStyle", "1"},
 
         // deprecated alias flags (see also aliased_jvm_flags):
         {"DefaultMaxRAMFraction", "4"},