Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082823 | emb-9 | Kim Barrett | P4 | Resolved | Fixed | team |
G1PostBarrierStub has the following private names:
- byte_map_base() -- unused
- byte_map_base_slow() -- unused except in the implementation of byte_map_base()
- _byte_map_base -- unused except in the implementation of byte_map_base()
These were added as part of the initial integration of G1 into Hotspot, and were unused then too.
- byte_map_base() -- unused
- byte_map_base_slow() -- unused except in the implementation of byte_map_base()
- _byte_map_base -- unused except in the implementation of byte_map_base()
These were added as part of the initial integration of G1 into Hotspot, and were unused then too.
- backported by
-
JDK-8082823 Remove unused G1PostBarrierStub::byte_map_base and friends
-
- Resolved
-
- blocks
-
JDK-8069016 Add BarrierSet downcast support
-
- Resolved
-