RFR: 8241562: Rework nest host resolution/validation error support
Mandy Chung
mandy.chung at oracle.com
Thu Mar 26 16:22:45 UTC 2020
Looks good. I like this approach too.
Mandy
On 3/26/20 2:19 AM, David Holmes wrote:
> webrev: http://cr.openjdk.java.net/~dholmes/8241562/webrev/
>
> This is (hopefully) the last pre-integration cleanup for JEP-371:
> Hidden classes.
>
> Rather than store the error message in a field of InstanceKlass we
> piggy-back onto the existing ResolutionErrorTable logic and add a new
> field to the ResolutionErrorEntry.
>
> Also factored out the complex error message logic in linkResolver
> methods.
>
> There's one code path in free_entry not covered by any existing
> testing so I will look at developing a test for that. Otherwise all
> new code paths have been tested.
>
> Thanks,
> David
More information about the valhalla-dev
mailing list