On Thu, 16 Sep 2021 17:48:35 GMT, Calvin Cheung <[email protected]> wrote:
> The fix in the test case seems fine to me.
This test may fail in other cases. We should prepare for those cases in this
fix:
if (!Platform.isDefaultCDSArchiveSupported() && !Platform.isAArch64()))
throw new SkippedException("not a supported platform");
Calvin suggests to throw SkippedException in an offline chat.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5519
