RFR: JDK-8149925 We don't need jdk.internal.ref.Cleaner any more

Kim Barrett kim.barrett at oracle.com
Wed Feb 17 04:34:46 UTC 2016


> On Feb 16, 2016, at 7:20 PM, Kim Barrett <kim.barrett at oracle.com> wrote:
> src/java.base/share/classes/java/lang/ref/Reference.java
> 
> After removal of the special handling of removing Cleaner objects from
> the pending list, do we still need to catch OOMEs from the pending
> list?  If not sure, feel free to defer that in another RFE for cleanup.

Never mind.  OOME could result from attempting to construct and throw InterruptedException.




More information about the core-libs-dev mailing list