RFR: 8328877: [JNI] The JNI Specification needs to address the limitations of integer UTF-8 String lengths [v2]

David Holmes dholmes at openjdk.org
Fri Aug 30 05:21:54 UTC 2024


On Fri, 30 Aug 2024 05:11:30 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Exclude test on 32-bit
>
> test/hotspot/jtreg/runtime/jni/checked/TestLargeUTF8Length.java line 27:
> 
>> 25:  * @bug 8328877
>> 26:  * @summary Test warning for GetStringUTFLength and functionality of GetStringUTFLengthAsLong
>> 27:  * @library /test/lib
> 
> Shouldn't this test have:
> 
> `@requires vm.bits == 64
> `

Thanks for taking a look @plummercj . Yep I suppose it should.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20784#discussion_r1737947827


More information about the core-libs-dev mailing list