hotspot/src/share/vm/runtime/globals.hpp
changeset 25905 04a3d83cc752
parent 25630 ff281ea14d41
child 25908 8adb2fb6fc3c
equal deleted inserted replaced
25903:21a77ac2b8c5 25905:04a3d83cc752
  3869           "Enable internal testing APIs")                                   \
  3869           "Enable internal testing APIs")                                   \
  3870                                                                             \
  3870                                                                             \
  3871   product(bool, PrintGCCause, true,                                         \
  3871   product(bool, PrintGCCause, true,                                         \
  3872           "Include GC cause in GC logging")                                 \
  3872           "Include GC cause in GC logging")                                 \
  3873                                                                             \
  3873                                                                             \
       
  3874   experimental(intx, SurvivorAlignmentInBytes, 0,                           \
       
  3875            "Default survivor space alignment in bytes")                     \
       
  3876                                                                             \
  3874   product(bool , AllowNonVirtualCalls, false,                               \
  3877   product(bool , AllowNonVirtualCalls, false,                               \
  3875           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
  3878           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
  3876                                                                             \
  3879                                                                             \
  3877   diagnostic(ccstr, SharedArchiveFile, NULL,                                \
  3880   diagnostic(ccstr, SharedArchiveFile, NULL,                                \
  3878           "Override the default location of the CDS archive file")          \
  3881           "Override the default location of the CDS archive file")          \