diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Aug 07 18:09:12 2014 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon Aug 04 10:48:10 2014 -0700
@@ -3885,6 +3885,9 @@
   product(bool, PrintGCCause, true,                                         \
           "Include GC cause in GC logging")                                 \
                                                                             \
+  experimental(intx, SurvivorAlignmentInBytes, 0,                           \
+           "Default survivor space alignment in bytes")                     \
+                                                                            \
   product(bool , AllowNonVirtualCalls, false,                               \
           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
                                                                             \