JDK-8199464 : Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass
  • Type: Bug
  • Component: core-libs
  • Affected Version: 11
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-03-12
  • Updated: 2018-03-28
  • Resolved: 2018-03-16
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 b05Fixed
Related Reports
Relates :  
Description
/jdk-jdk-open/make/mapfiles/libjava/
  reorder-x86  29 text: .text%Java_sun_reflect_Reflection_getCallerClass__;
  reorder-sparc	  29 text: .text%Java_sun_reflect_Reflection_getCallerClass__;
  reorder-sparcv9  28 text: .text%Java_sun_reflect_Reflection_getCallerClass__;
Comments
JDK-8179424 removed terminally deprecated jdk.unsupported/sun.reflect.Reflection.getCallerClass(int), these references are to the no-args getCallerClass that was removed a long time ago. These should be cleaned up anyway.
14-03-2018