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