Integrated: 8257800: CompileCommand TypedMethodOptionMatcher::parse_method_pattern() may over consume
Xin Liu
xliu at openjdk.java.net
Fri Dec 18 20:38:02 UTC 2020
On Sun, 6 Dec 2020 22:50:40 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.
This pull request has now been integrated.
Changeset: adf0e23a
Author: Xin Liu <xliu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/adf0e23a
Stats: 144 lines in 4 files changed: 129 ins; 10 del; 5 mod
8257800: CompileCommand TypedMethodOptionMatcher::parse_method_pattern() may over consume
Reviewed-by: thartmann, chagedorn, phh
-------------
PR: https://git.openjdk.java.net/jdk/pull/1652
More information about the hotspot-compiler-dev
mailing list