Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176966 | 7 | Jon Masamitsu | P3 | Closed | Fixed | b14 |
JDK-2171980 | 6u4 | Jon Masamitsu | P3 | Resolved | Fixed | b03 |
Internal Error at adjoiningGenerations.cpp:48, pid=10612, tid=2
Error: assert(min_high_byte_size <= init_high_byte_size && init_high_byte_size <= max_high_byte_size,"Parameter check")
The bug was introduced in b13 with the fix for 6524727.
Error: assert(min_high_byte_size <= init_high_byte_size && init_high_byte_size <= max_high_byte_size,"Parameter check")
The bug was introduced in b13 with the fix for 6524727.
- backported by
-
JDK-2171980 PS: In the UseParallelGC collector the minimum gen0 size can exceed the maximum gen0 size.
-
- Resolved
-
-
JDK-2176966 PS: In the UseParallelGC collector the minimum gen0 size can exceed the maximum gen0 size.
-
- Closed
-
- relates to
-
JDK-6524727 GC ergonomics does not honor the minimum young gen size implied by a -Xms and NewRatio
-
- Resolved
-
-
JDK-6527727 Sizing parameters: Sole starting/minimum spec should bound default choice of maximum from below
-
- Closed
-