hotspot/src/share/vm/runtime/globals.hpp
changeset 18510 b4df166cc411
parent 18497 9ff60555fcd3
parent 18507 61bfc8995bb3
child 18697 bb36f3118c9d
child 18695 be902722fe0a
child 22820 70660a78baaf
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Jul 03 15:04:53 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 04 01:42:34 2013 -0700
@@ -645,6 +645,9 @@
   product(bool, UseAESIntrinsics, false,                                    \
           "use intrinsics for AES versions of crypto")                      \
                                                                             \
+  product(bool, UseCRC32Intrinsics, false,                                  \
+          "use intrinsics for java.util.zip.CRC32")                         \
+                                                                            \
   develop(bool, TraceCallFixup, false,                                      \
           "traces all call fixups")                                         \
                                                                             \
@@ -3161,6 +3164,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")  \
                                                                             \