hotspot/src/share/vm/runtime/globals.hpp
changeset 32619 47acec81dcca
parent 32613 73bec9f941d7
child 32623 390a27af5657
equal deleted inserted replaced
32617:a59435e1fecc 32619:47acec81dcca
  1085           range(0, 2)                                                       \
  1085           range(0, 2)                                                       \
  1086                                                                             \
  1086                                                                             \
  1087   product(bool, AlwaysRestoreFPU, false,                                    \
  1087   product(bool, AlwaysRestoreFPU, false,                                    \
  1088           "Restore the FPU control word after every JNI call (expensive)")  \
  1088           "Restore the FPU control word after every JNI call (expensive)")  \
  1089                                                                             \
  1089                                                                             \
  1090   product(bool, MemoryMapImage, false,                                      \
       
  1091           "Memory map entire runtime image")                                \
       
  1092                                                                             \
       
  1093   diagnostic(bool, PrintCompilation2, false,                                \
  1090   diagnostic(bool, PrintCompilation2, false,                                \
  1094           "Print additional statistics per compilation")                    \
  1091           "Print additional statistics per compilation")                    \
  1095                                                                             \
  1092                                                                             \
  1096   diagnostic(bool, PrintAdapterHandlers, false,                             \
  1093   diagnostic(bool, PrintAdapterHandlers, false,                             \
  1097           "Print code generated for i2c/c2i adapters")                      \
  1094           "Print code generated for i2c/c2i adapters")                      \