On Mon, 13 Mar 2023 23:07:13 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> `Platform::parsePlatform` is the utility method to parse `ModuleTarget`. It > can be updated to include additional architectures. Alternatively, don't parse it. If we go with Jim's suggestion of a resource file then it is just a simple mapping of the ModuleTarget value, e.g the entry for macox-x64 would be: macos-amd64.endianness = little ------------- PR: https://git.openjdk.org/jdk/pull/11943