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