On Thu, 8 Oct 2020 12:57:29 GMT, Andrii Rodionov <github.com+1538227+arodio...@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