8305934: PPC64: Disable VMContinuations on Big Endian

Reviewed-by: mdoerr, tsteele
This commit is contained in:
Richard Reingruber 2023-04-14 06:42:55 +00:00
parent 287bb06def
commit 12358e6c94

View File

@ -56,7 +56,7 @@ define_pd_global(intx, StackRedPages, DEFAULT_STACK_RED_PAGES);
define_pd_global(intx, StackShadowPages, DEFAULT_STACK_SHADOW_PAGES);
define_pd_global(intx, StackReservedPages, DEFAULT_STACK_RESERVED_PAGES);
define_pd_global(bool, VMContinuations, AIX_ONLY(false) NOT_AIX(true));
define_pd_global(bool, VMContinuations, true BIG_ENDIAN_ONLY(&& false));
// Use large code-entry alignment.
define_pd_global(uintx, CodeCacheSegmentSize, 128);