< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

1898   product_pd(intx, InitArrayShortSize, DIAGNOSTIC,                          \
1899           "Threshold small size (in bytes) for clearing arrays. "           \
1900           "Anything this size or smaller may get converted to discrete "    \
1901           "scalar stores.")                                                 \
1902           range(0, max_intx)                                                \
1903           constraint(InitArrayShortSizeConstraintFunc, AfterErgo)           \
1904                                                                             \
1905   product(ccstr, AllocateHeapAt, nullptr,                                   \
1906           "Path to the directory where a temporary file will be created "   \
1907           "to use as the backing store for Java Heap.")                     \
1908                                                                             \
1909   product_pd(bool, VMContinuations, EXPERIMENTAL,                           \
1910           "Enable VM continuations support")                                \
1911                                                                             \
1912   develop(bool, LoomDeoptAfterThaw, false,                                  \
1913           "Deopt stack after thaw")                                         \
1914                                                                             \
1915   develop(bool, LoomVerifyAfterThaw, false,                                 \
1916           "Verify stack after thaw")                                        \
1917                                                                             \
1918   develop(bool, VerifyContinuations, false,                                 \
1919           "Verify continuation consistency")                                \
1920                                                                             \
1921   develop(bool, UseContinuationFastPath, true,                              \
1922           "Use fast-path frame walking in continuations")                   \
1923                                                                             \
1924   develop(int, VerifyMetaspaceInterval, DEBUG_ONLY(500) NOT_DEBUG(0),       \
1925                "Run periodic metaspace verifications (0 - none, "           \
1926                "1 - always, >1 every nth interval)")                        \
1927                                                                             \
1928   product(bool, ShowRegistersOnAssert, true, DIAGNOSTIC,                    \
1929           "On internal errors, include registers in error report.")         \
1930                                                                             \
1931   product(bool, UseSwitchProfiling, true, DIAGNOSTIC,                       \
1932           "leverage profiling for table/lookup switch")                     \
1933                                                                             \
1934   develop(bool, TraceMemoryWriteback, false,                                \
1935           "Trace memory writeback operations")                              \
1936                                                                             \
1937   JFR_ONLY(product(bool, FlightRecorder, false,                             \
1938           "(Deprecated) Enable Flight Recorder"))                           \

1898   product_pd(intx, InitArrayShortSize, DIAGNOSTIC,                          \
1899           "Threshold small size (in bytes) for clearing arrays. "           \
1900           "Anything this size or smaller may get converted to discrete "    \
1901           "scalar stores.")                                                 \
1902           range(0, max_intx)                                                \
1903           constraint(InitArrayShortSizeConstraintFunc, AfterErgo)           \
1904                                                                             \
1905   product(ccstr, AllocateHeapAt, nullptr,                                   \
1906           "Path to the directory where a temporary file will be created "   \
1907           "to use as the backing store for Java Heap.")                     \
1908                                                                             \
1909   product_pd(bool, VMContinuations, EXPERIMENTAL,                           \
1910           "Enable VM continuations support")                                \
1911                                                                             \
1912   develop(bool, LoomDeoptAfterThaw, false,                                  \
1913           "Deopt stack after thaw")                                         \
1914                                                                             \
1915   develop(bool, LoomVerifyAfterThaw, false,                                 \
1916           "Verify stack after thaw")                                        \
1917                                                                             \
1918   develop(bool, VerifyContinuations, true,                                  \
1919           "Verify continuation consistency")                                \
1920                                                                             \
1921   develop(bool, UseContinuationFastPath, true,                              \
1922           "Use fast-path frame walking in continuations")                   \
1923                                                                             \
1924   develop(int, VerifyMetaspaceInterval, DEBUG_ONLY(500) NOT_DEBUG(0),       \
1925                "Run periodic metaspace verifications (0 - none, "           \
1926                "1 - always, >1 every nth interval)")                        \
1927                                                                             \
1928   product(bool, ShowRegistersOnAssert, true, DIAGNOSTIC,                    \
1929           "On internal errors, include registers in error report.")         \
1930                                                                             \
1931   product(bool, UseSwitchProfiling, true, DIAGNOSTIC,                       \
1932           "leverage profiling for table/lookup switch")                     \
1933                                                                             \
1934   develop(bool, TraceMemoryWriteback, false,                                \
1935           "Trace memory writeback operations")                              \
1936                                                                             \
1937   JFR_ONLY(product(bool, FlightRecorder, false,                             \
1938           "(Deprecated) Enable Flight Recorder"))                           \
< prev index next >