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