< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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