On Fri, 19 Nov 2021 00:59:10 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Stuart Marks has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove Finalizer.Holder class. > > src/java.base/share/classes/java/lang/ref/Finalizer.java line 64: > >> 62: } >> 63: >> 64: static final boolean ENABLED = isFinalizationEnabled(); > > private? Yeah, probably should be private. Other stuff in this class is private except things that are used from outside. ------------- PR: https://git.openjdk.java.net/jdk/pull/6442