RFR: 8257800: CompileCommand TypedMethodOptionMatcher::parse_method_pattern() may over consume [v2]
Tobias Hartmann
thartmann at openjdk.java.net
Mon Dec 7 09:37:12 UTC 2020
On Mon, 7 Dec 2020 00:32:24 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> if users don't specify method_name in CompileCommand, hotspot will over consume a token.
>> in debug build, it may hit the assertion of type mismatch.
>
> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
>
> fix building failure on Windows and chage parse_option_type to a public static member function.
Could you please add a regression test?
-------------
Changes requested by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1652
More information about the hotspot-compiler-dev
mailing list