8318364: Add an FFM-based implementation of harfbuzz OpenType layout

Reviewed-by: jdv, psadhukhan
This commit is contained in:
Phil Race 2023-11-21 17:46:29 +00:00
parent 1c0bd81a10
commit f69e6653f8
7 changed files with 1376 additions and 3 deletions

View file

@ -148,6 +148,7 @@ module java.base {
// module declaration be annotated with jdk.internal.javac.ParticipatesInPreview
exports jdk.internal.javac to
java.compiler,
java.desktop, // for ScopedValue
jdk.compiler,
jdk.incubator.vector,
jdk.jshell;