hotspot/src/share/vm/runtime/globals.hpp
changeset 37190 09d719d466a6
parent 37166 8a5f1594e692
child 37204 c57d749ef4fb
child 37202 4100f25e4b09
equal deleted inserted replaced
37185:7fd17c40a180 37190:09d719d466a6
   949           "Temporary - see javaClasses.cpp")                                \
   949           "Temporary - see javaClasses.cpp")                                \
   950                                                                             \
   950                                                                             \
   951   notproduct(bool, PrintMallocFree, false,                                  \
   951   notproduct(bool, PrintMallocFree, false,                                  \
   952           "Trace calls to C heap malloc/free allocation")                   \
   952           "Trace calls to C heap malloc/free allocation")                   \
   953                                                                             \
   953                                                                             \
   954   product(bool, PrintOopAddress, false,                                     \
       
   955           "Always print the location of the oop")                           \
       
   956                                                                             \
       
   957   notproduct(bool, VerifyCodeCache, false,                                  \
   954   notproduct(bool, VerifyCodeCache, false,                                  \
   958           "Verify code cache on memory allocation/deallocation")            \
   955           "Verify code cache on memory allocation/deallocation")            \
   959                                                                             \
   956                                                                             \
   960   develop(bool, UseMallocOnly, false,                                       \
   957   develop(bool, UseMallocOnly, false,                                       \
   961           "Use only malloc/free for allocation (no resource area/arena)")   \
   958           "Use only malloc/free for allocation (no resource area/arena)")   \