8144916: Decrease PerfDataMemorySize back to 32K
authorredestad
Fri, 05 Feb 2016 14:00:58 +0100
changeset 35940 b6335181f2c6
parent 35939 05df7e64ecfc
child 35942 5e71767c0d0f
8144916: Decrease PerfDataMemorySize back to 32K Reviewed-by: mlarsson, sla Contributed-by: robbin.ehn@oracle.com
hotspot/src/share/vm/runtime/globals.hpp
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Feb 05 08:59:36 2016 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Feb 05 14:00:58 2016 +0100
@@ -3947,7 +3947,7 @@
   product(bool, PerfDisableSharedMem, false,                                \
           "Store performance data in standard memory")                      \
                                                                             \
-  product(intx, PerfDataMemorySize, 64*K,                                   \
+  product(intx, PerfDataMemorySize, 32*K,                                   \
           "Size of performance data memory region. Will be rounded "        \
           "up to a multiple of the native os page size.")                   \
           range(128, 32*64*K)                                               \