hotspot/src/share/vm/runtime/globals.hpp
changeset 18506 af8765fafc07
parent 18025 b7bcf7497f93
child 18507 61bfc8995bb3
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Jul 02 10:30:49 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Jul 02 07:51:31 2013 +0200
@@ -3160,6 +3160,9 @@
   product_pd(uintx, InitialCodeCacheSize,                                   \
           "Initial code cache size (in bytes)")                             \
                                                                             \
+  develop_pd(uintx, CodeCacheMinimumUseSpace,                               \
+          "Minimum code cache size (in bytes) required to start VM.")       \
+                                                                            \
   product_pd(uintx, ReservedCodeCacheSize,                                  \
           "Reserved code cache size (in bytes) - maximum code cache size")  \
                                                                             \