< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

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

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