Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063403 | 8u45 | Bengt Rutisson | P4 | Resolved | Fixed | b01 |
JDK-8055357 | 8u40 | Thomas Schatzl | P4 | Resolved | Fixed | b03 |
JDK-8070961 | emb-8u47 | Bengt Rutisson | P4 | Resolved | Fixed | team |
In VerifyRegionListsClosure::doHeapRegion() the assert messages print the region_num() value of the heap region. This value is the the number of regions that a humongous object covers. It is only relevant for starts humongous regions. For all other regions this value is 1.
Most likely the intended value was hrs_index(), which is a sequential number enumerating all heap regions.
Most likely the intended value was hrs_index(), which is a sequential number enumerating all heap regions.
- backported by
-
JDK-8055357 G1: More useful information in a few assert messages
-
- Resolved
-
-
JDK-8063403 G1: More useful information in a few assert messages
-
- Resolved
-
-
JDK-8070961 G1: More useful information in a few assert messages
-
- Resolved
-