-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25, 26
-
Component/s: core-libs
-
b12
In 2023, the java.desktop module fix for
318364: Add an FFM-based implementation of harfbuzz OpenType layout
made use of the preview feature 'Scoped Values'
This required updating the module-info.java file of the java.base module to access preview features.
Scoped Values is now final (since JDK 25) so that 'export' is no longer needed.
318364: Add an FFM-based implementation of harfbuzz OpenType layout
made use of the preview feature 'Scoped Values'
This required updating the module-info.java file of the java.base module to access preview features.
Scoped Values is now final (since JDK 25) so that 'export' is no longer needed.
- links to
-
Commit(master)
openjdk/jdk/b0f98df7
-
Review(master)
openjdk/jdk/26765