RFR: 8357280: (bf) Remove @requires tag java/nio/Buffer/LimitDirectMemoryNegativeTest.java [v2]

Brian Burkhalter bpb at openjdk.org
Tue May 20 18:47:07 UTC 2025


On Tue, 20 May 2025 15:45:48 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> test/jdk/java/nio/Buffer/LimitDirectMemoryNegativeTest.java line 29:
>> 
>>> 27:  * @summary Test option to limit direct memory allocation,
>>> 28:  *          various bad values fail to launch the VM
>>> 29:  * @requires (os.arch == "x86_64") | (os.arch == "amd64") | (os.arch == "aarch64")
>> 
>> Is the `@requires` needed?
>
> Perhaps not now that 32-bit is gone. Maybe this is a more general topic?

The test passed on all platforms after the `@requires` tag was removed in 53c75e5.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25311#discussion_r2098646226


More information about the nio-dev mailing list