[lworld] RFR: 8331496: [lworld] Class::isValue, Class::isIdentity and new java.lang.reflect APIs should be reflective preview API

Jens Lidestrom duke at openjdk.org
Fri May 31 17:47:23 UTC 2024


On Wed, 1 May 2024 16:21:17 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> Mark the reflection APIs added for JEP 401 as reflective preview API.

src/java.base/share/classes/java/lang/Class.java line 704:

> 702:      * @since Valhalla
> 703:      */
> 704:     @PreviewFeature(feature = PreviewFeature.Feature.VALUE_OBJECTS, reflective=true)

There should probably be spaces around `=`:


reflective = true

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/1090#discussion_r1622761352



More information about the valhalla-dev mailing list