src/hotspot/share/runtime/globals.hpp
changeset 50944 8cc36fac7f3d
parent 50860 480a96a43b62
child 50946 be2d74d91351
equal deleted inserted replaced
50943:7d078d2daacc 50944:8cc36fac7f3d
  2569                                                                             \
  2569                                                                             \
  2570   experimental(intx, SurvivorAlignmentInBytes, 0,                           \
  2570   experimental(intx, SurvivorAlignmentInBytes, 0,                           \
  2571            "Default survivor space alignment in bytes")                     \
  2571            "Default survivor space alignment in bytes")                     \
  2572            constraint(SurvivorAlignmentInBytesConstraintFunc,AfterErgo)     \
  2572            constraint(SurvivorAlignmentInBytesConstraintFunc,AfterErgo)     \
  2573                                                                             \
  2573                                                                             \
  2574   product(bool , AllowNonVirtualCalls, false,                               \
       
  2575           "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
       
  2576                                                                             \
       
  2577   product(ccstr, DumpLoadedClassList, NULL,                                 \
  2574   product(ccstr, DumpLoadedClassList, NULL,                                 \
  2578           "Dump the names all loaded classes, that could be stored into "   \
  2575           "Dump the names all loaded classes, that could be stored into "   \
  2579           "the CDS archive, in the specified file")                         \
  2576           "the CDS archive, in the specified file")                         \
  2580                                                                             \
  2577                                                                             \
  2581   product(ccstr, SharedClassListFile, NULL,                                 \
  2578   product(ccstr, SharedClassListFile, NULL,                                 \