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