RFR: 8271024: Implement macOS Metal Rendering Pipeline [v11]
Andy Goryachev
angorya at openjdk.org
Wed Jul 30 19:16:10 UTC 2025
On Fri, 25 Jul 2025 22:09:41 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
>> 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" />
This issue is still unresolved: `CoreSymbols.getFunctions()` is a collection of `Function`, but it's searched for a `String` (.getName()).
The code in lines 216 and 238 needs to be fixed.
I suspect we are missing a unit test that exercises this functionality, because the code should never work. How did it work?
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1824#discussion_r2243634990
More information about the openjfx-dev
mailing list