-
Enhancement
-
Resolution: Fixed
-
P3
-
hs13
-
b13
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2220965 | 8 | John Coomes | P3 | Resolved | Fixed | b25 |
JDK-2220860 | 7u4 | John Coomes | P3 | Closed | Fixed | b11 |
Server-class machine ergonomics was introduced in jdk5. If the machine upon which
the jvm is running is powerful enough (currently, at least 2 physical cores plus
at least 2gb of memory), the server jvm is invoked using the parallel scavenger
rather than the serial scavenger. Currently the old gen collector used is
serial mark-sweep-compact. Now that the parallel old gen collector is mature,
we should change to using it instead.
the jvm is running is powerful enough (currently, at least 2 physical cores plus
at least 2gb of memory), the server jvm is invoked using the parallel scavenger
rather than the serial scavenger. Currently the old gen collector used is
serial mark-sweep-compact. Now that the parallel old gen collector is mature,
we should change to using it instead.
- backported by
-
JDK-2220965 enable parallel compaction by default
-
- Resolved
-
-
JDK-2220860 enable parallel compaction by default
-
- Closed
-
- relates to
-
JDK-6330863 vm/gc/InfiniteList.java fails intermittently due to timeout problems
-
- Closed
-
-
JDK-6578152 fill_region_with_object has usability and safety issues
-
- Resolved
-
-
JDK-6765745 par compact - allow young gen spaces to be split
-
- Resolved
-