RFR: 8304006: jlink should create the jimage file in the native endian for the target platform [v6]
Jaikiran Pai
jpai at openjdk.org
Mon Mar 13 16:01:23 UTC 2023
On Mon, 13 Mar 2023 15:30:59 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
>>
>> no need for security manager checks in jlink
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java line 889:
>
>> 887: // the "java.base" module file used to create the image
>> 888: return Files.isSameFile(javaBasePath,
>> 889: currentPlatformJmods.resolve(Path.of("java.base.jmod")));
>
> You can reduce this to resolve("java.base.jmod").
Done
-------------
PR: https://git.openjdk.org/jdk/pull/11943
More information about the core-libs-dev
mailing list