RFR: 8257800: CompileCommand TypedMethodOptionMatcher::parse_method_pattern() may over consume [v6]

Xin Liu xliu at openjdk.java.net
Wed Dec 9 08:40:47 UTC 2020


> 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 a corner case. won't treat it as an error if it's dead of string.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1652/files
  - new: https://git.openjdk.java.net/jdk/pull/1652/files/f30fe3a8..13e5be3f

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1652&range=05
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1652&range=04-05

  Stats: 9 lines in 2 files changed: 7 ins; 2 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1652.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1652/head:pull/1652

PR: https://git.openjdk.java.net/jdk/pull/1652


More information about the hotspot-compiler-dev mailing list