--- old/src/hotspot/share/runtime/globals.hpp 2019-07-18 13:58:03.115290969 +0530 +++ new/src/hotspot/share/runtime/globals.hpp 2019-07-18 13:58:02.915289197 +0530 @@ -1778,13 +1778,13 @@ range(0, 100) \ \ /* AOT parameters */ \ - product(bool, UseAOT, AOT_ONLY(true) NOT_AOT(false), \ + experimental(bool, UseAOT, false, \ "Use AOT compiled files") \ \ - product(ccstrlist, AOTLibrary, NULL, \ + experimental(ccstrlist, AOTLibrary, NULL, \ "AOT library") \ \ - product(bool, PrintAOT, false, \ + experimental(bool, PrintAOT, false, \ "Print used AOT klasses and methods") \ \ notproduct(bool, PrintAOTStatistics, false, \