--- old/src/hotspot/share/runtime/globals.hpp 2019-07-19 10:38:36.000000000 -0400 +++ new/src/hotspot/share/runtime/globals.hpp 2019-07-19 10:38:36.000000000 -0400 @@ -2499,6 +2499,17 @@ \ develop(bool, ScalarizeValueTypes, true, \ "Scalarize value types in compiled code") \ + \ + product(bool, PrintNewLayout, false, \ + "Print layout compute by new algorithm") \ + \ + product(bool, PrintFlattenableLayouts, false, \ + "Print layout of inline classes and classes with " \ + "flattenable fields") \ + \ + product(bool, UseNewLayout, true, \ + "Use new algorithm to compute layouts") \ + \