JDK-8193033 : remove terminally deprecated sun.misc.Unsafe.defineClass
  • Type: Enhancement
  • Component: core-libs
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-12-05
  • Updated: 2022-04-20
  • Resolved: 2018-03-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11 b06Fixed
Related Reports
CSR :  
Relates :  
Sub Tasks
JDK-8202999 :  
Description
Unsafe.defineClass has been terminally deprecated since JDK 9 and should be removed. Users should use the public replacement  `java.lang.invoke.MethodHandles.Lookup.defineClass`.




Comments
Temporarily remove Resolution:Delivered while working with hgupdater
23-03-2018

URL: http://hg.openjdk.java.net/jdk/jdk/rev/6889f13694c6 User: psandoz Date: 2018-03-20 16:34:26 +0000
20-03-2018