Re: RFR: 8357052: java/io/File/GetXSpace.java prints wrong values in exception

2025-05-20 Thread Arno Zeller
On Mon, 19 May 2025 20:19:25 GMT, Brian Burkhalter wrote: > @ArnoZeller Please issue the `/integrate` command so that this request may be > sponsored. Thanks for reviewing! - PR Comment: https://git.openjdk.org/jdk/pull/25250#issuecomment-2893448783

Re: RFR: 8357052: java/io/File/GetXSpace.java prints wrong values in exception

2025-05-20 Thread duke
On Thu, 15 May 2025 13:49:14 GMT, Arno Zeller wrote: > When the test java/io/File/GetXSpace.java fails, because the usable space is > greater than the free space, the values in the exception are not the correct > ones. @ArnoZeller Your change (at version 8506932622f713e0a21dda7150128773718d28

Re: RFR: 8357052: java/io/File/GetXSpace.java prints wrong values in exception

2025-05-19 Thread Brian Burkhalter
On Thu, 15 May 2025 13:49:14 GMT, Arno Zeller wrote: > When the test java/io/File/GetXSpace.java fails, because the usable space is > greater than the free space, the values in the exception are not the correct > ones. @ArnoZeller Please issue the `/integrate` command so that this request may

Re: RFR: 8357052: java/io/File/GetXSpace.java prints wrong values in exception

2025-05-16 Thread Brian Burkhalter
On Thu, 15 May 2025 13:49:14 GMT, Arno Zeller wrote: > When the test java/io/File/GetXSpace.java fails, because the usable space is > greater than the free space, the values in the exception are not the correct > ones. Looks correct. - Marked as reviewed by bpb (Reviewer). PR Re