comparison src/share/vm/runtime/globals.hpp @ 20317:ee019285a52c

8031323: Optionally align objects copied to survivor spaces Reviewed-by: brutisso, tschatzl
author jmasa
date Mon, 04 Aug 2014 10:48:10 -0700
parents b20a35eae442
children 8ae0d26ab728
comparison
equal deleted inserted replaced
20316:3c048df3ef8b 20317:ee019285a52c
3883 "Enable internal testing APIs") \ 3883 "Enable internal testing APIs") \
3884 \ 3884 \
3885 product(bool, PrintGCCause, true, \ 3885 product(bool, PrintGCCause, true, \
3886 "Include GC cause in GC logging") \ 3886 "Include GC cause in GC logging") \
3887 \ 3887 \
3888 experimental(intx, SurvivorAlignmentInBytes, 0, \
3889 "Default survivor space alignment in bytes") \
3890 \
3888 product(bool , AllowNonVirtualCalls, false, \ 3891 product(bool , AllowNonVirtualCalls, false, \
3889 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ 3892 "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \
3890 \ 3893 \
3891 diagnostic(ccstr, SharedArchiveFile, NULL, \ 3894 diagnostic(ccstr, SharedArchiveFile, NULL, \
3892 "Override the default location of the CDS archive file") \ 3895 "Override the default location of the CDS archive file") \