-
Bug
-
Resolution: Fixed
-
P4
-
25, 26
-
master
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