hotspot/src/share/vm/runtime/globals.hpp
changeset 5702 201c5cde25bb
parent 5547 f4b087cbb361
parent 5697 0cf7190475ee
child 5712 7e82752d3fdf
equal deleted inserted replaced
5685:0e4c848d5c06 5702:201c5cde25bb
   319             "OS specific low limit for heap base address")                  \
   319             "OS specific low limit for heap base address")                  \
   320                                                                             \
   320                                                                             \
   321   diagnostic(bool, PrintCompressedOopsMode, false,                          \
   321   diagnostic(bool, PrintCompressedOopsMode, false,                          \
   322             "Print compressed oops base address and encoding mode")         \
   322             "Print compressed oops base address and encoding mode")         \
   323                                                                             \
   323                                                                             \
       
   324   lp64_product(intx, ObjectAlignmentInBytes, 8,                             \
       
   325           "Default object alignment in bytes, 8 is minimum")                \
       
   326                                                                             \
   324   /* UseMembar is theoretically a temp flag used for memory barrier         \
   327   /* UseMembar is theoretically a temp flag used for memory barrier         \
   325    * removal testing.  It was supposed to be removed before FCS but has     \
   328    * removal testing.  It was supposed to be removed before FCS but has     \
   326    * been re-added (see 6401008) */                                         \
   329    * been re-added (see 6401008) */                                         \
   327   product(bool, UseMembar, false,                                           \
   330   product(bool, UseMembar, false,                                           \
   328           "(Unstable) Issues membars on thread state transitions")          \
   331           "(Unstable) Issues membars on thread state transitions")          \
  1114   product(bool, StressLdcRewrite, false,                                    \
  1117   product(bool, StressLdcRewrite, false,                                    \
  1115           "Force ldc -> ldc_w rewrite during RedefineClasses")              \
  1118           "Force ldc -> ldc_w rewrite during RedefineClasses")              \
  1116                                                                             \
  1119                                                                             \
  1117   product(intx, TraceRedefineClasses, 0,                                    \
  1120   product(intx, TraceRedefineClasses, 0,                                    \
  1118           "Trace level for JVMTI RedefineClasses")                          \
  1121           "Trace level for JVMTI RedefineClasses")                          \
       
  1122                                                                             \
       
  1123   develop(bool, StressMethodComparator, false,                              \
       
  1124           "run the MethodComparator on all loaded methods")                 \
  1119                                                                             \
  1125                                                                             \
  1120   /* change to false by default sometime after Mustang */                   \
  1126   /* change to false by default sometime after Mustang */                   \
  1121   product(bool, VerifyMergedCPBytecodes, true,                              \
  1127   product(bool, VerifyMergedCPBytecodes, true,                              \
  1122           "Verify bytecodes after RedefineClasses constant pool merging")   \
  1128           "Verify bytecodes after RedefineClasses constant pool merging")   \
  1123                                                                             \
  1129                                                                             \