hotspot/src/share/vm/runtime/globals.hpp
changeset 37151 bcda1fb89431
parent 37126 ed3f8d81d85c
child 37155 f00f299cb386
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Mar 18 15:54:04 2016 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Mar 17 15:50:31 2016 -0700
@@ -3245,7 +3245,8 @@
           range(0, max_uintx)                                               \
                                                                             \
   product_pd(size_t, MetaspaceSize,                                         \
-          "Initial size of Metaspaces (in bytes)")                          \
+          "Initial threshold (in bytes) at which a garbage collection "     \
+          "is done to reduce Metaspace usage")                              \
           constraint(MetaspaceSizeConstraintFunc,AfterErgo)                 \
                                                                             \
   product(size_t, MaxMetaspaceSize, max_uintx,                              \