On Mon, 12 Oct 2020 19:36:52 GMT, Kiran Sidhartha Ravikumar <kraviku...@openjdk.org> wrote:
> Hi Guys, > > Please review the fix to remove jdk.internal.ref.SoftCleanable and > WeakCleanable classes as there is no visible usage > of them in JDK. Currently, only PhantomCleanable is used. > More information can be viewed at > https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-August/067997.html > > Bug: https://bugs.openjdk.java.net/browse/JDK-8251861 > > Thanks, > Kiran This pull request has now been integrated. Changeset: ba24f963 Author: Kiran Sidhartha Ravikumar <kraviku...@openjdk.org> Committer: Sean Coffey <coff...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/ba24f963 Stats: 635 lines in 4 files changed: 0 ins; 633 del; 2 mod 8251861: Remove unused jdk.internal.ref.SoftCleanable and WeakCleanable Reviewed-by: mchung, rriggs ------------- PR: https://git.openjdk.java.net/jdk/pull/616