8344259: Annotate Float16 with jdk.internal.ValueBased

Reviewed-by: liach, darcy
This commit is contained in:
Paul Sandoz 2024-11-15 17:22:11 +00:00
parent 0b9b82af03
commit 1866c0c2ce
2 changed files with 4 additions and 3 deletions

View file

@ -146,6 +146,8 @@ module java.base {
jdk.compiler;
exports com.sun.security.ntlm to
java.security.sasl;
exports jdk.internal to
jdk.incubator.vector;
// Note: all modules in the exported list participate in preview features
// and therefore if they use preview features they do not need to be
// compiled with "--enable-preview".