On Mon, 24 Mar 2025 14:30:02 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:

> Regarding BitmapToYXBandedRectangles from splashscreen, couldn't we just 
> rename it to avoid clashes/issues with the other one from awt with the same 
> name but other signature?
But this can be done in another issue/PR not here.

Indeed we could. Note that the same issue apply to all unix platforms. It's 
sort of a hack -- the core problem is that we cannot hide non-exported symbols 
in static libraries. Solving that is the long-term goal, but it is tricky on 
several platforms.

It could make sense to try to unify the two versions of 
BitmapToYXBandedRectangles as well; they are similar but not identical (but I 
can't really tell why).

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

PR Comment: https://git.openjdk.org/jdk/pull/24062#issuecomment-2748527590

Reply via email to