http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2014-April/009850.html
MetaspaceSize is defined as "Initial size of Metaspaces (in bytes)" in globals.hpp .
However this value is used as high-water-mark for resizing metaspace size.
(MetaspaceGC::_capacity_until_GC)
Thus we should change description of MetaspaceSize to represent it.
MetaspaceSize is defined as "Initial size of Metaspaces (in bytes)" in globals.hpp .
However this value is used as high-water-mark for resizing metaspace size.
(MetaspaceGC::_capacity_until_GC)
Thus we should change description of MetaspaceSize to represent it.
- duplicates
-
JDK-8151845 Comment in globals.hpp for MetaspaceSize is incorrect.
-
- Resolved
-
-
JDK-8151845 Comment in globals.hpp for MetaspaceSize is incorrect.
-
- Resolved
-