RFR: 8271024: Implement macOS Metal Rendering Pipeline [v11]

Andy Goryachev angorya at openjdk.org
Fri Jul 25 21:05:02 UTC 2025


On Fri, 25 Jul 2025 20:55:11 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> This means your Eclipse configuration differs from mine.  Should we pull your configuration changes to this PR?
>
> I commented on all the places where Eclipse gives a warning in this PR. Do you want me to upload the compiler settings? I think we discussed at some point the need to upload the formatter and other setting to the repo.

We might, at some point, but my question is about .classpath files probably.  I don't see MSLBackend.java as being on the source path, which makes me think you have a different setup, and I'd like to know the difference.

Speaking of errors, I currently have the errors configured to show 0 warnings.  In this particular case, 

`unlikely argument type for collection methods using 'Object'` and 
`Unlikely argument type for method equals()` both set to WARNING, though
`Perform strict analysis against the expected type` is not checked.

If I enable the latter, I get 229 warnings all over the place.

My concern is that what you found is a real issue, yet (at least my config) does not show it.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1824#discussion_r2232003196


More information about the openjfx-dev mailing list