[OpenJDK 2D-Dev] RFR: 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image
Bob Vandette
bobv at openjdk.java.net
Wed Oct 14 18:26:22 UTC 2020
On Thu, 8 Oct 2020 12:57:29 GMT, Andrii Rodionov <github.com+1538227+arodionov at openjdk.org> wrote:
> The following PR fixes https://bugs.openjdk.java.net/browse/JDK-8254024
src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c line 820:
> 818:
> 819: JNIEXPORT void JNICALL
> 820: Java_sun_xawt_motif_XsessionWMcommand(JNIEnv *env, jobject this,
I'm not sure if this entrypoint is ever accessed externally in a normal JDK. To be safe, can you make both name
changes conditional on STATIC_BUILD?
-------------
PR: https://git.openjdk.java.net/jdk/pull/562
More information about the 2d-dev
mailing list