RFR: JDK-8293711: Factor out size parsing functions from arguments.cpp [v2]
David Holmes
dholmes at openjdk.org
Wed Sep 21 06:54:51 UTC 2022
On Wed, 21 Sep 2022 06:09:47 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Before we had:
> A) parse_integer() -> does not parse integer, but memory sizes, e.g. "1K", "1G", etc
Hmmm, I don't consider those "memory sizes" even if often used for such they are just ways of expressing large integers in a simple way. They are used for file sizes and data-structure sizes as well.
-------------
PR: https://git.openjdk.org/jdk/pull/10252
More information about the hotspot-dev
mailing list