mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-10 23:18:45 +00:00
8305934: PPC64: Disable VMContinuations on Big Endian
Reviewed-by: mdoerr, tsteele
This commit is contained in:
parent
287bb06def
commit
12358e6c94
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user