< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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