--- old/src/hotspot/share/runtime/globals.hpp 2020-02-21 02:14:48.482743617 -0800 +++ new/src/hotspot/share/runtime/globals.hpp 2020-02-21 02:14:48.096377676 -0800 @@ -2520,6 +2520,11 @@ develop(bool, ScalarizeValueTypes, true, \ "Scalarize value types in compiled code") \ \ + diagnostic(ccstrlist, ForceNonTearable, "", \ + "List of inline classes which are forced to be atomic " \ + "(whitespace and commas separate names, " \ + "and leading and trailing stars '*' are wildcards)") \ + \ product(bool, PrintNewLayout, false, \ "Print layout compute by new algorithm") \ \