[lworld] Integrated: 8281463: [lworld] VALUE / PRIMITIVE modifiers should be supported by reflection

Roger Riggs rriggs at openjdk.org
Tue Sep 6 20:20:21 UTC 2022


On Thu, 26 May 2022 22:24:34 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> Add support to java.lang.reflect.AccessFlag ACC_IDENTITY, ACC_VALUE, and ACC_PRIMITIVE.
> Added corresponding flags to j.l.reflect.Modifier so the "source" of the AccessFlag is the Modifer mask.
> Remove PERMITS_VALUE; moving the definition used by HotSpot to HotSpot code.
> 
> Add comments to java.l.reflect.Modifier suggesting use of AccessFlag instead and limitations.

This pull request has now been integrated.

Changeset: 619ab361
Author:    Roger Riggs <rriggs at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/619ab361be68052226fd87b68a1b6d281233f6ff
Stats:     181 lines in 10 files changed: 124 ins; 5 del; 52 mod

8281463: [lworld] VALUE / PRIMITIVE modifiers should be supported by reflection

Reviewed-by: mchung

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

PR: https://git.openjdk.org/valhalla/pull/698



More information about the valhalla-dev mailing list