src/hotspot/share/runtime/globals.hpp
changeset 48859 5a4d08efbad9
parent 48826 c4d9d1b08e2e
child 48885 00e159258897
--- a/src/hotspot/share/runtime/globals.hpp	Wed Jan 31 16:10:23 2018 -0800
+++ b/src/hotspot/share/runtime/globals.hpp	Fri Feb 02 09:34:11 2018 -0500
@@ -893,18 +893,12 @@
   develop(bool, TraceJavaAssertions, false,                                 \
           "Trace java language assertions")                                 \
                                                                             \
-  notproduct(bool, PrintMallocFree, false,                                  \
-          "Trace calls to C heap malloc/free allocation")                   \
-                                                                            \
   notproduct(bool, VerifyCodeCache, false,                                  \
           "Verify code cache on memory allocation/deallocation")            \
                                                                             \
   develop(bool, UseMallocOnly, false,                                       \
           "Use only malloc/free for allocation (no resource area/arena)")   \
                                                                             \
-  develop(bool, PrintMalloc, false,                                         \
-          "Print all malloc/free calls")                                    \
-                                                                            \
   develop(bool, PrintMallocStatistics, false,                               \
           "Print malloc/free statistics")                                   \
                                                                             \