< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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