JDK-8357475 : Remove MetalResourceFactory interface
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • OS: os_x
  • Submitted: 2025-05-21
  • Updated: 2025-05-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
internalUnresolved
Description
The native interface MetalResourceFactory is an effectively no-op and has empty member methods. It contains two JNI methods that can be moved to MetalContext.m
The MetalResourceFactory.h and MetalResourceFactory.m can be removed.