< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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