< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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