RFR: 8272345: macos doesn't check `os::set_boot_path()` result [v2]
Igor Ignatyev
iignatyev at openjdk.java.net
Thu Aug 12 03:50:26 UTC 2021
On Thu, 12 Aug 2021 01:03:08 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Igor Ignatyev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> enable the test on all platforms but windows
>
> test/hotspot/jtreg/runtime/cds/appcds/MoveJDKTest.java line 30:
>
>> 28: * @bug 8272345
>> 29: * @requires vm.cds
>> 30: * @requires os.family == "linux" | os.family == "mac"
>
> The test probably works everywhere but Windows if the issue is only symbolic links. If problems were reported on AIX or generic BSD then we could address that then.
agree, I've updated the test to be runnable on all OSes but Windows.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5094
More information about the hotspot-runtime-dev
mailing list