Relates :
|
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 before JDK-8231086 landed. We can remove this cruft now.
|