Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187054 | 7 | Paul Hohensee | P2 | Closed | Fixed | b79 |
JDK-2189879 | 6u21 | Paul Hohensee | P2 | Closed | Fixed | b01 |
JDK-2184951 | 6u18 | Paul Hohensee | P2 | Closed | Fixed | b05 |
JDK-2184935 | hs16 | Paul Hohensee | P2 | Closed | Fixed | b12 |
Heap size ergo ignores -Xmx == MaxHeapSize when setting the minimum heap size.
If OldSize + NewSize > MaxHeapSize, then the vm will fail to start with the message
"Incompatible minimum and initial heap sizes specified"
If OldSize + NewSize > MaxHeapSize, then the vm will fail to start with the message
"Incompatible minimum and initial heap sizes specified"
- backported by
-
JDK-2184935 vm fails to start when -Xmx value is less than OldSize + NewSize
-
- Closed
-
-
JDK-2184951 vm fails to start when -Xmx value is less than OldSize + NewSize
-
- Closed
-
-
JDK-2187054 vm fails to start when -Xmx value is less than OldSize + NewSize
-
- Closed
-
-
JDK-2189879 vm fails to start when -Xmx value is less than OldSize + NewSize
-
- Closed
-