< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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