equal
deleted
inserted
replaced
1942 \ |
1942 \ |
1943 develop(uintx, ObjArrayMarkingStride, 512, \ |
1943 develop(uintx, ObjArrayMarkingStride, 512, \ |
1944 "Number of ObjArray elements to push onto the marking stack" \ |
1944 "Number of ObjArray elements to push onto the marking stack" \ |
1945 "before pushing a continuation entry") \ |
1945 "before pushing a continuation entry") \ |
1946 \ |
1946 \ |
|
1947 notproduct(bool, ExecuteInternalVMTests, false, \ |
|
1948 "Enable execution of internal VM tests.") \ |
|
1949 \ |
1947 product_pd(bool, UseTLAB, "Use thread-local object allocation") \ |
1950 product_pd(bool, UseTLAB, "Use thread-local object allocation") \ |
1948 \ |
1951 \ |
1949 product_pd(bool, ResizeTLAB, \ |
1952 product_pd(bool, ResizeTLAB, \ |
1950 "Dynamically resize tlab size for threads") \ |
1953 "Dynamically resize tlab size for threads") \ |
1951 \ |
1954 \ |