-
Enhancement
-
Resolution: Withdrawn
-
P3
-
21
For Shenandoah's generational mode's RS scan instrumentation, we want support for a merge() method for HdrSeq.
The rough shape of the spec for the proposed merge() method in HdrSeq class is:
// Merge the data in this HdrSeq into the HdrSeq, seq2, in the argument
// to the method, optionally clearing the data in this HdrSeq.
void merge(HdrSeq* seq2);
This will likely necessitate having the same or similar methods in superclass hierarchy.
The rough shape of the spec for the proposed merge() method in HdrSeq class is:
// Merge the data in this HdrSeq into the HdrSeq, seq2, in the argument
// to the method, optionally clearing the data in this HdrSeq.
void merge(HdrSeq* seq2);
This will likely necessitate having the same or similar methods in superclass hierarchy.
- clones
-
JDK-8298597 HdrSeq: support for a merge() method
-
- Resolved
-
- relates to
-
JDK-8298902 AbsSeq::merge() should not dodge decaying stats
-
- Open
-
-
JDK-8297796 GenShen: instrument the remembered set scan
-
- Resolved
-
(1 links to)