RFR: 8299684: (bf) JNI direct buffer functions with large capacity behave unexpectedly [v4]

David Holmes dholmes at openjdk.org
Tue Jan 10 06:11:53 UTC 2023


On Tue, 10 Jan 2023 05:54:53 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Do you have a suggestion?
>
> BUILD_JDK_JTREG_LIBRARIES_LIBS_libNewDirectByteBuffer := jvm.lib
> 
> as per the preceding line.

Sorry, my bad, that should be:

BUILD_JDK_JTREG_LIBRARIES_LIBS_libNewDirectByteBuffer := $(WIN_LIB_JAVA)

the Windows equivalent of `-ljava`.

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

PR: https://git.openjdk.org/jdk/pull/11873


More information about the nio-dev mailing list