-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
if these files are compiled:
value class Val {}
class Ident {
Val val;
}
when compiling these classes as in:
javac -d out --enable-preview -source 23 myTests/Val.java myTests/Ident.java
Ident.class will have a Preload attribute but its minor version is `0` instead of `65535`
value class Val {}
class Ident {
Val val;
}
when compiling these classes as in:
javac -d out --enable-preview -source 23 myTests/Val.java myTests/Ident.java
Ident.class will have a Preload attribute but its minor version is `0` instead of `65535`
- links to
-
Commit openjdk/valhalla/5951b0c9