comparison src/share/vm/runtime/globals.hpp @ 3779:04760e41b01e

7016112: CMS: crash during promotion testing Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates. Reviewed-by: never, coleenp, ysr
author brutisso
date Tue, 28 Jun 2011 14:23:27 +0200
parents 2a241e764894
children 4bf3cbef0b3e
comparison
equal deleted inserted replaced
3778:5f6f2615433a 3779:04760e41b01e
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 \