RFR: 8271024: Implement macOS Metal Rendering Pipeline [v11]
Nir Lisker
nlisker at openjdk.org
Fri Jul 25 22:12:01 UTC 2025
On Fri, 25 Jul 2025 21:14:48 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Oh, I thought you were saying that you didn't see that warning because of the compiler configuration, not the project configuration.
>>
>> I manually added the source folders that are relevant to this PR and that are not in the default configuration. I'm not sure if there's merit to change the classpath file in the repo.
>>
>> `unlikely argument type for collection methods using 'Object'` without `Perform strict analysis against the expected type` is enough to give this warning.
>
> all right, so we probably want to leave the project config as is, and this manual change is a one-off. Do you mind listing the changes here for future reference?
I just looked at which .java files are not on the classpath and pulled those source folders in:
<img width="227" height="234" alt="image" src="https://github.com/user-attachments/assets/a81ef455-cc97-4b75-be96-cbd3de5bb266" />
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1824#discussion_r2232094840
More information about the openjfx-dev
mailing list