RFR: 8257800: CompileCommand TypedMethodOptionMatcher::parse_method_pattern() may over consume [v9]
Paul Hohensee
phh at openjdk.java.net
Fri Dec 18 20:37:59 UTC 2020
On Fri, 18 Dec 2020 20:01:06 GMT, Paul Hohensee <phh 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/cc7037a5...1315e19a
>
> Marked as reviewed by phh (Reviewer).
Failing tests are langtools/tier1, looks like specifically https://bugs.openjdk.java.net/browse/JDK-8258455 which has been resolved. This patch has nothing to do with langtools.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1652
More information about the hotspot-compiler-dev
mailing list