--- a/src/hotspot/share/runtime/globals.hpp Thu Aug 08 03:09:46 2019 +0200
+++ b/src/hotspot/share/runtime/globals.hpp Thu Aug 08 14:13:16 2019 +0530
@@ -1769,13 +1769,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, \