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

David Holmes dholmes at openjdk.org
Tue Jan 10 05:57:53 UTC 2023


On Mon, 9 Jan 2023 23:12:00 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> make/test/JtregNativeJdk.gmk line 81:
>> 
>>> 79: 
>>> 80:   BUILD_JDK_JTREG_LIBRARIES_LIBS_libTracePinnedThreads := jvm.lib
>>> 81:   BUILD_JDK_JTREG_LIBRARIES_LIBS_libNewDirectByteBuffer := -ljava -lc
>> 
>> This is not correct for Windows
>
> Do you have a suggestion?

BUILD_JDK_JTREG_LIBRARIES_LIBS_libNewDirectByteBuffer := jvm.lib

as per the preceding line.

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

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


More information about the nio-dev mailing list