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

Xin Liu xliu at openjdk.java.net
Wed Dec 16 09:16:01 UTC 2020


On Wed, 16 Dec 2020 08:22:43 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Xin Liu has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 11 additional commits since the last revision:
>> 
>>  - return early so it doesnot need to set m_match
>>  - Merge branch 'master' into JDK-8257800
>>  - Merge branch 'master' into JDK-8257800
>>  - Merge branch 'master' into JDK-8257800
>>  - fix a corner case. won't treat it as an error if it's dead of string.
>>  - add the case -XX:CompileCommand=dontinline,*::dontinline_*" to the unittest
>>  - Merge branch 'master' into JDK-8257800
>>  - fix regression failure test/jdk/com/sun/jdi/EATests.java
>>  - add a unittest to test over-consume situation
>>  - fix building failure on Windows and chage parse_option_type to a public static member function.
>>  - ... and 1 more: https://git.openjdk.java.net/jdk/compare/a7c97528...1315e19a
>
> Marked as reviewed by chagedorn (Reviewer).

Thanks, @ chhagedorn.

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

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


More information about the hotspot-compiler-dev mailing list