-
Bug
-
Resolution: Fixed
-
P4
-
hs25
-
b33
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8015046 | 8 | Thomas Schatzl | P4 | Resolved | Fixed | b91 |
If the user sets the MaxTenuringThreshold below the default InitialTenuringThreshold, and not set InitialTenuringThreshold to <= MaxTenuringThreshold at the same time, the VM fails at startup.
Fix: adjust InitialTenuringThreshold to MaxTenuringThreshold if InitialTenuringThreshold is the default value.
Fix: adjust InitialTenuringThreshold to MaxTenuringThreshold if InitialTenuringThreshold is the default value.
- backported by
-
JDK-8015046 VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
-
- Resolved
-