Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2216148 | 8 | Y. Ramakrishna | P5 | Resolved | Fixed | b10 |
JDK-2219677 | 7u4 | Y. Ramakrishna | P5 | Closed | Fixed | b01 |
We statically established the statement in the synopsis line above.
This allowed for some simplification in the cache filling code:
the code to skip over NULL regions could be dropped entirely
and replaced by an assertion that a NULL was never encountered
in the _markedRegionsArray. This allowed some further simplifications,
see Suggested Fix section. We also deleted some unused methods (dead code).
The code was tested with JPRT and refworkload.
This allowed for some simplification in the cache filling code:
the code to skip over NULL regions could be dropped entirely
and replaced by an assertion that a NULL was never encountered
in the _markedRegionsArray. This allowed some further simplifications,
see Suggested Fix section. We also deleted some unused methods (dead code).
The code was tested with JPRT and refworkload.
- backported by
-
JDK-2216148 G1: _markedRegions never contains NULL regions
-
- Resolved
-
-
JDK-2219677 G1: _markedRegions never contains NULL regions
-
- Closed
-