Skip to content

Commit 46c610c

Browse files
author
Mikhailo Seledtsov
committedJul 9, 2021
8269840: Update Platform.isDefaultCDSArchiveSupported() to return true for aarch64 platforms
Reviewed-by: minqi, iklam
1 parent 6401633 commit 46c610c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/lib/jdk/test/lib/Platform.java

-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ public static boolean isDefaultCDSArchiveSupported() {
378378
isWindows()) &&
379379
!isZero() &&
380380
!isMinimal() &&
381-
!isAArch64() &&
382381
!isARM());
383382
}
384383

0 commit comments

Comments
 (0)
Failed to load comments.