hotspot/src/share/vm/runtime/globals.hpp
changeset 30248 5c6dacbd17ae
parent 30240 a7ba42fa1df6
parent 30227 fdb68fee3e41
child 30253 b82dccab7b1d
equal deleted inserted replaced
30247:9925b07bba5b 30248:5c6dacbd17ae
  3907                                                                             \
  3907                                                                             \
  3908   product(bool, EnableTracing, false,                                       \
  3908   product(bool, EnableTracing, false,                                       \
  3909           "Enable event-based tracing")                                     \
  3909           "Enable event-based tracing")                                     \
  3910                                                                             \
  3910                                                                             \
  3911   product(bool, UseLockedTracing, false,                                    \
  3911   product(bool, UseLockedTracing, false,                                    \
  3912           "Use locked-tracing when doing event-based tracing")
  3912           "Use locked-tracing when doing event-based tracing")              \
       
  3913                                                                             \
       
  3914   diagnostic(bool, UseUnalignedAccesses, false,                             \
       
  3915           "Use unaligned memory accesses in sun.misc.Unsafe")
  3913 
  3916 
  3914 /*
  3917 /*
  3915  *  Macros for factoring of globals
  3918  *  Macros for factoring of globals
  3916  */
  3919  */
  3917 
  3920