RFR: 8313674: java/nio/channels/FileChannel/BlockDeviceSize.java should test for more block devices

Brian Burkhalter bpb at openjdk.org
Wed May 1 16:24:52 UTC 2024


On Tue, 30 Apr 2024 13:21:36 GMT, Inigo Mediavilla Saiz <duke at openjdk.org> wrote:

> 8313674: java/nio/channels/FileChannel/BlockDeviceSize.java should test for more block devices

test/jdk/java/nio/channels/FileChannel/BlockDeviceSize.java line 43:

> 41: 
> 42: public class BlockDeviceSize {
> 43:     private static final List<String> BLK_FNAMES = List.of("/dev/sda1", "/dev/nvme0n1") ;

Is this list sufficient? Has any kind of survey been performed to determine whether anything else should be in the list?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19021#discussion_r1586475964


More information about the nio-dev mailing list