Integrated: 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields

Mandy Chung mchung at openjdk.org
Tue Feb 14 21:18:50 UTC 2023


On Mon, 13 Feb 2023 19:35:52 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> I overlooked in the fix for JDK-8297757 that it should have passed the declaring class of the static fields rather than the reference class passed to `Lookup::findStaticVarHandle`.

This pull request has now been integrated.

Changeset: 9c202a5a
Author:    Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9c202a5a8fc5b0f334ea72487d079af7da275693
Stats:     231 lines in 7 files changed: 190 ins; 0 del; 41 mod

8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields

Reviewed-by: alanb, psandoz

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

PR: https://git.openjdk.org/jdk/pull/12543


More information about the core-libs-dev mailing list