hotspot/src/share/vm/runtime/globals.hpp
changeset 30209 8ea30dc99369
parent 29698 9be8d1b0dfdc
child 30302 ecca632210ef
child 30227 fdb68fee3e41
equal deleted inserted replaced
30208:ed11124f18e1 30209:8ea30dc99369
  3910                                                                             \
  3910                                                                             \
  3911   product(bool, EnableTracing, false,                                       \
  3911   product(bool, EnableTracing, false,                                       \
  3912           "Enable event-based tracing")                                     \
  3912           "Enable event-based tracing")                                     \
  3913                                                                             \
  3913                                                                             \
  3914   product(bool, UseLockedTracing, false,                                    \
  3914   product(bool, UseLockedTracing, false,                                    \
  3915           "Use locked-tracing when doing event-based tracing")
  3915           "Use locked-tracing when doing event-based tracing")              \
       
  3916                                                                             \
       
  3917   diagnostic(bool, UseUnalignedAccesses, false,                             \
       
  3918           "Use unaligned memory accesses in sun.misc.Unsafe")
  3916 
  3919 
  3917 /*
  3920 /*
  3918  *  Macros for factoring of globals
  3921  *  Macros for factoring of globals
  3919  */
  3922  */
  3920 
  3923