Review CSR JDK-8266760: Remove sun.misc.Unsafe::defineAnonymousClass

Paul Sandoz paul.sandoz at oracle.com
Mon May 10 21:27:07 UTC 2021


Looks good, I took the liberty of making some minor edits, mostly fixing some typos.

Paul.

> On May 10, 2021, at 12:26 PM, Mandy Chung <mandy.chung at oracle.com> wrote:
> 
> Hidden classes were added in Java SE 15. Class data support was added in 16. `sun.misc.Unsafe::defineAnonymousClass` was deprecated in JDK 15 and deprecated for terminally removal in JDK 16.
> 
> I propose to remove `sun.misc.Unsafe::defineAnonymousClass` from JDK 17:
> CSR: https://bugs.openjdk.java.net/browse/JDK-8266760
> 
> Comments?
> 
> Mandy



More information about the core-libs-dev mailing list