src/hotspot/share/runtime/globals.hpp
changeset 48859 5a4d08efbad9
parent 48826 c4d9d1b08e2e
child 48885 00e159258897
equal deleted inserted replaced
48858:e50e326a2bfc 48859:5a4d08efbad9
   891           "Verify that the stack pointer is unchanged after calls")         \
   891           "Verify that the stack pointer is unchanged after calls")         \
   892                                                                             \
   892                                                                             \
   893   develop(bool, TraceJavaAssertions, false,                                 \
   893   develop(bool, TraceJavaAssertions, false,                                 \
   894           "Trace java language assertions")                                 \
   894           "Trace java language assertions")                                 \
   895                                                                             \
   895                                                                             \
   896   notproduct(bool, PrintMallocFree, false,                                  \
       
   897           "Trace calls to C heap malloc/free allocation")                   \
       
   898                                                                             \
       
   899   notproduct(bool, VerifyCodeCache, false,                                  \
   896   notproduct(bool, VerifyCodeCache, false,                                  \
   900           "Verify code cache on memory allocation/deallocation")            \
   897           "Verify code cache on memory allocation/deallocation")            \
   901                                                                             \
   898                                                                             \
   902   develop(bool, UseMallocOnly, false,                                       \
   899   develop(bool, UseMallocOnly, false,                                       \
   903           "Use only malloc/free for allocation (no resource area/arena)")   \
   900           "Use only malloc/free for allocation (no resource area/arena)")   \
   904                                                                             \
       
   905   develop(bool, PrintMalloc, false,                                         \
       
   906           "Print all malloc/free calls")                                    \
       
   907                                                                             \
   901                                                                             \
   908   develop(bool, PrintMallocStatistics, false,                               \
   902   develop(bool, PrintMallocStatistics, false,                               \
   909           "Print malloc/free statistics")                                   \
   903           "Print malloc/free statistics")                                   \
   910                                                                             \
   904                                                                             \
   911   develop(bool, ZapResourceArea, trueInDebug,                               \
   905   develop(bool, ZapResourceArea, trueInDebug,                               \