src/hotspot/share/runtime/globals.hpp
changeset 57681 41f2f2829a09
parent 57654 dd0f6703203f
child 57777 90ead0febf56
equal deleted inserted replaced
57680:cafd691c6c04 57681:41f2f2829a09
  1767           "Segmented code cache: X[%] of the non-profiled heap."            \
  1767           "Segmented code cache: X[%] of the non-profiled heap."            \
  1768           "Non-segmented code cache: X[%] of the total code cache")         \
  1768           "Non-segmented code cache: X[%] of the total code cache")         \
  1769           range(0, 100)                                                     \
  1769           range(0, 100)                                                     \
  1770                                                                             \
  1770                                                                             \
  1771   /* AOT parameters */                                                      \
  1771   /* AOT parameters */                                                      \
  1772   product(bool, UseAOT, AOT_ONLY(true) NOT_AOT(false),                      \
  1772   experimental(bool, UseAOT, false,                                         \
  1773           "Use AOT compiled files")                                         \
  1773           "Use AOT compiled files")                                         \
  1774                                                                             \
  1774                                                                             \
  1775   product(ccstrlist, AOTLibrary, NULL,                                      \
  1775   experimental(ccstrlist, AOTLibrary, NULL,                                 \
  1776           "AOT library")                                                    \
  1776           "AOT library")                                                    \
  1777                                                                             \
  1777                                                                             \
  1778   product(bool, PrintAOT, false,                                            \
  1778   experimental(bool, PrintAOT, false,                                       \
  1779           "Print used AOT klasses and methods")                             \
  1779           "Print used AOT klasses and methods")                             \
  1780                                                                             \
  1780                                                                             \
  1781   notproduct(bool, PrintAOTStatistics, false,                               \
  1781   notproduct(bool, PrintAOTStatistics, false,                               \
  1782           "Print AOT statistics")                                           \
  1782           "Print AOT statistics")                                           \
  1783                                                                             \
  1783                                                                             \