RFR: JDK-8293711: Factor out size parsing functions from arguments.cpp [v2]
Stefan Karlsson
stefank at openjdk.org
Fri Sep 23 07:38:06 UTC 2022
On Thu, 22 Sep 2022 17:05:14 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> is the new version acceptable?
I would have preferred if the parsing code were not placed in a .hpp file, and would have placed it in a .inline.hpp file, to comply with our guidelines. Other than that, I'm OK with this patch.
-------------
PR: https://git.openjdk.org/jdk/pull/10252
More information about the hotspot-dev
mailing list