--- old/src/share/vm/runtime/globals.hpp 2016-03-15 09:02:46.863295942 -0700 +++ new/src/share/vm/runtime/globals.hpp 2016-03-15 09:02:46.735295937 -0700 @@ -3248,7 +3248,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, \