RFR: JDK-8301990: Separate Arguments::parse into two phases [v3]

David Holmes dholmes at openjdk.org
Thu Feb 16 02:35:00 UTC 2023


On Tue, 14 Feb 2023 16:10:42 GMT, Justin King <jcking at openjdk.org> wrote:

>> Separate out some logic from `Arguments::parse` into a separate preceding phase, preprocessing. See JDK-8301990 and JDK-8299196 for more details.
>
> Justin King has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Rename PreprocessedImpl to PreprocessedArguments
>   
>   Signed-off-by: Justin King <jcking at google.com>

Reapproving but this still needs re-review from @kimbarrett .

Thanks

-------------

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12458


More information about the hotspot-runtime-dev mailing list