< prev index next >

share/runtime/globals.hpp

Print this page
rev 1 : G1GC+POGC+NVDIMM Patch with latest comments incorporated from all.


2617                                                                             \
2618   diagnostic_pd(intx, InitArrayShortSize,                                   \
2619           "Threshold small size (in bytes) for clearing arrays. "           \
2620           "Anything this size or smaller may get converted to discrete "    \
2621           "scalar stores.")                                                 \
2622           range(0, max_intx)                                                \
2623           constraint(InitArrayShortSizeConstraintFunc, AfterErgo)           \
2624                                                                             \
2625   diagnostic(bool, CompilerDirectivesIgnoreCompileCommands, false,          \
2626              "Disable backwards compatibility for compile commands.")       \
2627                                                                             \
2628   diagnostic(bool, CompilerDirectivesPrint, false,                          \
2629              "Print compiler directives on installation.")                  \
2630   diagnostic(int,  CompilerDirectivesLimit, 50,                             \
2631              "Limit on number of compiler directives.")                     \
2632                                                                             \
2633   product(ccstr, AllocateHeapAt, NULL,                                      \
2634           "Path to the directoy where a temporary file will be created "    \
2635           "to use as the backing store for Java Heap.")                     \
2636                                                                             \



2637   develop(bool, VerifyMetaspace, false,                                     \
2638           "Verify metaspace on chunk movements.")                           \
2639                                                                             \
2640   diagnostic(bool, ShowRegistersOnAssert, false,                            \
2641           "On internal errors, include registers in error report.")         \
2642                                                                             \
2643   experimental(bool, UseSwitchProfiling, true,                              \
2644           "leverage profiling for table/lookup switch")                     \
2645                                                                             \
2646   JFR_ONLY(product(bool, FlightRecorder, false,                             \
2647           "Enable Flight Recorder"))                                        \
2648                                                                             \
2649   JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL,                      \
2650           "Flight Recorder options"))                                       \
2651                                                                             \
2652   JFR_ONLY(product(ccstr, StartFlightRecording, NULL,                       \
2653           "Start flight recording with options"))                           \
2654                                                                             \
2655   experimental(bool, UseFastUnorderedTimeStamps, false,                     \
2656           "Use platform unstable time where supported for timestamps only")




2617                                                                             \
2618   diagnostic_pd(intx, InitArrayShortSize,                                   \
2619           "Threshold small size (in bytes) for clearing arrays. "           \
2620           "Anything this size or smaller may get converted to discrete "    \
2621           "scalar stores.")                                                 \
2622           range(0, max_intx)                                                \
2623           constraint(InitArrayShortSizeConstraintFunc, AfterErgo)           \
2624                                                                             \
2625   diagnostic(bool, CompilerDirectivesIgnoreCompileCommands, false,          \
2626              "Disable backwards compatibility for compile commands.")       \
2627                                                                             \
2628   diagnostic(bool, CompilerDirectivesPrint, false,                          \
2629              "Print compiler directives on installation.")                  \
2630   diagnostic(int,  CompilerDirectivesLimit, 50,                             \
2631              "Limit on number of compiler directives.")                     \
2632                                                                             \
2633   product(ccstr, AllocateHeapAt, NULL,                                      \
2634           "Path to the directoy where a temporary file will be created "    \
2635           "to use as the backing store for Java Heap.")                     \
2636                                                                             \
2637   product(ccstr, AllocateOldGenAt, NULL,                                    \
2638           "OldGen mount point where Old gen heap will be mapped.." )        \
2639                                                                             \
2640   develop(bool, VerifyMetaspace, false,                                     \
2641           "Verify metaspace on chunk movements.")                           \
2642                                                                             \
2643   diagnostic(bool, ShowRegistersOnAssert, false,                            \
2644           "On internal errors, include registers in error report.")         \
2645                                                                             \
2646   experimental(bool, UseSwitchProfiling, true,                              \
2647           "leverage profiling for table/lookup switch")                     \
2648                                                                             \
2649   JFR_ONLY(product(bool, FlightRecorder, false,                             \
2650           "Enable Flight Recorder"))                                        \
2651                                                                             \
2652   JFR_ONLY(product(ccstr, FlightRecorderOptions, NULL,                      \
2653           "Flight Recorder options"))                                       \
2654                                                                             \
2655   JFR_ONLY(product(ccstr, StartFlightRecording, NULL,                       \
2656           "Start flight recording with options"))                           \
2657                                                                             \
2658   experimental(bool, UseFastUnorderedTimeStamps, false,                     \
2659           "Use platform unstable time where supported for timestamps only")


< prev index next >