Skip to content

Commit f69e665

Browse files
committed
8318364: Add an FFM-based implementation of harfbuzz OpenType layout
Reviewed-by: jdv, psadhukhan
1 parent 1c0bd81 commit f69e665

File tree

7 files changed

+1376
-3
lines changed

7 files changed

+1376
-3
lines changed

src/java.base/share/classes/module-info.java

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
// module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
149149
exports jdk.internal.javac to
150150
java.compiler,
151+
java.desktop, // for ScopedValue
151152
jdk.compiler,
152153
jdk.incubator.vector,
153154
jdk.jshell;

0 commit comments

Comments
 (0)