-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
master
Annotate jdk.incubator.vector.Float16 as value based.
This requires we export the package jdk.internal in module java.base to module jdk.incubator.vector.
Doing so enables the compiler and runtime to report warnings about improper attempts to synchronize on instances of Float16, as described in JEP 390 (https://openjdk.org/jeps/390).
This requires we export the package jdk.internal in module java.base to module jdk.incubator.vector.
Doing so enables the compiler and runtime to report warnings about improper attempts to synchronize on instances of Float16, as described in JEP 390 (https://openjdk.org/jeps/390).
- links to
-
Commit(master) openjdk/jdk/1866c0c2
-
Review(master) openjdk/jdk/22128