Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083413 | emb-9 | Tony Printezis | P4 | Resolved | Fixed | b33 |
JDK-8063313 | 8u45 | Bengt Rutisson | P4 | Resolved | Fixed | b01 |
JDK-8058565 | 8u40 | Bengt Rutisson | P4 | Resolved | Fixed | b07 |
JDK-8071049 | emb-8u47 | Bengt Rutisson | P4 | Resolved | Fixed | team |
Determining the heap region type in G1 is very complicated in G1 right now, basically an if-cascade where order matters.
This is due to the region type being distributed across a few members of the HeapRegion data structure.
Create an explicit heap region type member, and use that everywhere.
This is due to the region type being distributed across a few members of the HeapRegion data structure.
Create an explicit heap region type member, and use that everywhere.
- backported by
-
JDK-8058565 Make heap region region type in G1 HeapRegion explicit
-
- Resolved
-
-
JDK-8063313 Make heap region region type in G1 HeapRegion explicit
-
- Resolved
-
-
JDK-8071049 Make heap region region type in G1 HeapRegion explicit
-
- Resolved
-
-
JDK-8083413 Make heap region region type in G1 HeapRegion explicit
-
- Resolved
-
- relates to
-
JDK-8058495 G1: normalize names for isHumongous() and friends
-
- Resolved
-