RFR: 8255489: Unify the parsing of @lambda-proxy and @lambda-form-invokers tags in a classlist [v2]

Ioi Lam iklam at openjdk.java.net
Fri Oct 30 17:36:06 UTC 2020


On Fri, 30 Oct 2020 00:35:57 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> With this change, the parsing of the `@lambda-proxy` and the `@lambda-form-invokers` tags in a classlist will be performed in the same function - `ClassListParser::parse_at_tags()`.
>> 
>> Also removing the `:` of the `@lambda-proxy:` to be consistent with the `@lambda-form-invokers `tag.
>> 
>> Ran tiers 1 through 4 tests successfully.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   improve the parsing code in ClassListParser::parse_at_tags()

Marked as reviewed by iklam (Reviewer).

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

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


More information about the hotspot-runtime-dev mailing list