<AWT Dev> RFR: 8263142: Delete unused entry points in libawt/libawt_xawt/libawt_headless

Alexander Zuev kizune at openjdk.java.net
Mon Mar 8 07:48:12 UTC 2021


On Sun, 7 Mar 2021 23:16:18 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> During the review of:
>    8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image
> 
> I have found that some of the entry points in our libraries are never used, and can be removed, we do not need to update the code to make it work in static_build.

Marked as reviewed by kizune (Reviewer).

src/java.desktop/unix/native/libawt/awt/awt_LoadLibrary.c line 267:

> 265: {
> 266: }
> 267: #endif

I guess we do not support CDE JMF anymore? Then seems logical.

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

PR: https://git.openjdk.java.net/jdk/pull/2865


More information about the awt-dev mailing list