< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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