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