RFR: 8351277: Remove pipewire from AIX build [v2]

Magnus Ihse Bursie ihse at openjdk.org
Thu Mar 20 22:48:08 UTC 2025


On Thu, 20 Mar 2025 22:25:49 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> To me it sounds like defensive programming to include an implementation of all native methods, so the JVM will not crash if it mistakenly is called. Do you see a problem with that?
>
> I do not see a problem here, but in this case the `Java_sun_awt_screencast_ScreencastHelper_getRGBPixelsImpl` is missing, as the ScreencastHelper has 3 native methods.

Ah, I see. I agree, that it makes more sense to either include all native methods, or skip all that are never called. Adding a dummy implementation of one but not all seems ... weird.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24009#discussion_r2006566872


More information about the build-dev mailing list