hotspot/src/share/vm/runtime/globals.hpp
changeset 16682 4e30a46f6b76
parent 16680 960505df90e7
child 17121 e40a97c700d9
child 17112 e49af4ba7755
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Feb 11 10:31:56 2013 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Apr 08 07:49:28 2013 +0200
@@ -3668,8 +3668,13 @@
   product(bool, PrintGCCause, true,                                         \
           "Include GC cause in GC logging")                                 \
                                                                             \
-  product(bool, AllowNonVirtualCalls, false,                                \
-          "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
+  product(bool , AllowNonVirtualCalls, false,                               \
+          "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
+                                                                            \
+  experimental(uintx, ArrayAllocatorMallocLimit,                            \
+          SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
+          "Allocation less than this value will be allocated "              \
+          "using malloc. Larger allocations will use mmap.")
 
 /*
  *  Macros for factoring of globals