Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8143465 | emb-9 | Ed Nevill | P4 | Resolved | Fixed | team |
The following change
8078556: Runtime: implement ranges (optionally constraints) for those flags that have them missing.
causes the JVM to fail to initialise on aarch64 with the following errors
ed@arm64:~/jdk9-dev/hs-comp$ /home/ed/images/jdk/bin/java
intx StackYellowPages=1 is outside the allowed range [ 2 ... 7 ]
intx StackShadowPages=1 is outside the allowed range [ 4 ... 34 ]
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
8078556: Runtime: implement ranges (optionally constraints) for those flags that have them missing.
causes the JVM to fail to initialise on aarch64 with the following errors
ed@arm64:~/jdk9-dev/hs-comp$ /home/ed/images/jdk/bin/java
intx StackYellowPages=1 is outside the allowed range [ 2 ... 7 ]
intx StackShadowPages=1 is outside the allowed range [ 4 ... 34 ]
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
- backported by
-
JDK-8143465 aarch64: jvm fails to initialise after 8078556
-
- Resolved
-
- relates to
-
JDK-8139864 Improve handling of stack protection zones.
-
- Resolved
-
-
JDK-8154379 MIN_STACK_SHADOW_PAGES should equal DEFAULT_STACK_SHADOW_PAGES on aarch64
-
- Resolved
-
-
JDK-8078556 Runtime: implement ranges (optionally constraints) for those flags that have them missing
-
- Resolved
-