-
Enhancement
-
Resolution: Fixed
-
P4
-
11.0.9, 14, 15
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8251899 | 15.0.2 | Roman Kennke | P4 | Resolved | Fixed | b01 |
JDK-8251958 | 15.0.1 | Roman Kennke | P4 | Resolved | Fixed | b06 |
JDK-8252418 | 11.0.9 | Roman Kennke | P4 | Resolved | Fixed | b06 |
Static analyzers say these are unused:
class ShenandoahBarrierSet: public BarrierSet {
public:
enum ArrayCopyStoreValMode {
NONE,
RESOLVE_BARRIER,
EVAC_BARRIER
};
...
template <class T> void
write_ref_array_pre_work(T* src, T* dst, size_t count, bool dest_uninitialized);
...
}
Their last use was beforeJDK-8231086 landed. We can remove this cruft now.
class ShenandoahBarrierSet: public BarrierSet {
public:
enum ArrayCopyStoreValMode {
NONE,
RESOLVE_BARRIER,
EVAC_BARRIER
};
...
template <class T> void
write_ref_array_pre_work(T* src, T* dst, size_t count, bool dest_uninitialized);
...
}
Their last use was before
- backported by
-
JDK-8251899 Shenandoah: remove leftover code after JDK-8231086
- Resolved
-
JDK-8251958 Shenandoah: remove leftover code after JDK-8231086
- Resolved
-
JDK-8252418 Shenandoah: remove leftover code after JDK-8231086
- Resolved
- relates to
-
JDK-8231086 Shenandoah: Stronger invariant for object-arraycopy
- Resolved