Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2206752 | 7 | John Cuthbertson | P4 | Closed | Fixed | b130 |
Currently, when we expand the heap in G1 we expand it one region at a time, even if we are going to expand it by a multiple of regions. We might want to optimize that and expand it in a more coarse-grain manner (at least by a multiple of the page size at a time?). I don't think this is a big performance bottleneck. But maybe expanding one region at a time, when large pages are used, might reduce G1's ability to use large pages.
- backported by
-
JDK-2206752 G1: expand the heap with a single step, not one region at a time
-
- Closed
-
- relates to
-
JDK-6941122 G1: UseLargePages does not work with G1 garbage collector
-
- Closed
-