JDK-8315432 : Remove few trivial warnings
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: internal
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2023-08-31
  • Updated: 2024-07-06
  • Resolved: 2023-08-31
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
internalFixed
Description
Fix following warnings

1. modules/javafx.graphics/src/main/native-prism-mtl/MetalPipelineManager.m:254:1: warning: method possibly missing a [super dealloc] call [-Wobjc-missing-super-calls]
2. modules/javafx.graphics/src/main/native-prism-mtl/MetalMeshView.m:35:17: warning: method definition for 'getSpecType' not found [-Wincomplete-implementation]
3. modules/javafx.graphics/src/main/native-prism-mtl/MetalContext.m:52:17: warning: method definition for 'setCurrentPipeState:' not found [-Wincomplete-implementation]
4. modules/javafx.graphics/src/main/native-prism-mtl/MetalContext.m:52:17: warning: method definition for 'setCurrentArgumentBuffer:' not found [-Wincomplete-implementation]
Comments
Changeset: ef37b5c5 Author: Ambarish Rapte <arapte@openjdk.org> Date: 2023-08-31 10:12:53 +0000 URL: https://git.openjdk.org/jfx-sandbox/commit/ef37b5c5a5aa138a7fb6e6c9c7b700b6f7456de6
31-08-2023