Hi,
jdk_default_export_to_unnamed.cfg is used to filter out the unwanted add-exports option.
if (jdkDefaultExportToUnnamed.contains(packageName.get())) {
continue;
}
how to obtain the contents of the file jdk_default_export_to_unnamed.cfg?
such as the ‘sun.awt’ , i think it shoud add '--add-exports=java.desktop/sun.awt=ALL-UNNAMED' , but it is in jdk_default_export_to_unnamed.cfg
Hi,
jdk_default_export_to_unnamed.cfg is used to filter out the unwanted add-exports option.
how to obtain the contents of the file jdk_default_export_to_unnamed.cfg?
such as the ‘sun.awt’ , i think it shoud add '--add-exports=java.desktop/sun.awt=ALL-UNNAMED' , but it is in jdk_default_export_to_unnamed.cfg