src/hotspot/share/runtime/globals.hpp
changeset 49653 a569cb4425f3
parent 49651 1e11c8a238f7
child 49715 947560700a09
child 56422 b09629f4b243
equal deleted inserted replaced
49652:a74836b05c28 49653:a569cb4425f3
  4060           "to use as the backing store for Java Heap.")                     \
  4060           "to use as the backing store for Java Heap.")                     \
  4061                                                                             \
  4061                                                                             \
  4062   develop(bool, VerifyMetaspace, false,                                     \
  4062   develop(bool, VerifyMetaspace, false,                                     \
  4063           "Verify metaspace on chunk movements.")                           \
  4063           "Verify metaspace on chunk movements.")                           \
  4064                                                                             \
  4064                                                                             \
       
  4065   diagnostic(bool, ShowRegistersOnAssert, false,                            \
       
  4066           "On internal errors, include registers in error report.")         \
       
  4067                                                                             \
  4065 
  4068 
  4066 
  4069 
  4067 
  4070 
  4068 /*
  4071 /*
  4069  *  Macros for factoring of globals
  4072  *  Macros for factoring of globals