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