RFR: 8259045: Exception message from saproc.dll is garbled on Windows with Japanese locale

Yasumasa Suenaga ysuenaga at openjdk.java.net
Tue Jan 5 01:41:58 UTC 2021


On Tue, 5 Jan 2021 01:30:07 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Now the saproc DLL has an external reference to getLastErrorString, JNU_NewStringPlatform and JNU_NewObjectByName on all platforms. Do we need to modify the makefiles for platforms other than Windows?

@iklam Agree, so I added `LIBS_unix := -ljava` to make/modules/jdk.hotspot.agent/Lib.gmk in this change. It works fine on Windows x64 and Linux x64.

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

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


More information about the serviceability-dev mailing list