On Wed, 14 Oct 2020 18:23:48 GMT, Bob Vandette <b...@openjdk.org> wrote:
>> Andrii Rodionov has refreshed the contents of this pull request, and >> previous commits have been removed. The >> incremental views will show differences compared to the previous content of >> the PR. > > src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c line 821: > >> 819: JNIEXPORT void JNICALL >> 820: Java_sun_xawt_motif_XsessionWMcommand(JNIEnv *env, jobject this, >> 821: jobject frame, jstring jcommand) > > 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? Have made both names conditional. ------------- PR: https://git.openjdk.java.net/jdk/pull/562