Skip to content

How to obtain the contents of the file jdk_default_export_to_unnamed.cfg #59

Description

@qiuchenjian

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions