JDK-8042959 : [macosx] Remove dependency on JavaNativeFoundation.framework
  • Type: Sub-task
  • Component: core-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • CPU: x86
  • Submitted: 2014-05-12
  • Updated: 2021-09-30
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
To remove our dependency on JavaVM.framework, we need to remove use of macros, functions and classes in JavaNativeFoundation.framework. This will require extending JNU to replace functionality provided by JNF, moving to more generic JNI code and possibly implementing our own replacement Java type coercion class.