Integrated: 8255489: Unify the parsing of @lambda-proxy and @lambda-form-invokers tags in a classlist

Calvin Cheung ccheung at openjdk.java.net
Fri Oct 30 22:05:55 UTC 2020


On Thu, 29 Oct 2020 19:11:32 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.

This pull request has now been integrated.

Changeset: 36c150b1
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/36c150b1
Stats:     79 lines in 9 files changed: 45 ins; 14 del; 20 mod

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

Reviewed-by: iklam, minqi

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

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


More information about the hotspot-runtime-dev mailing list