On Tue, 2 Dec 2025 00:49:12 GMT, Brian Burkhalter <[email protected]> wrote:
> Change the test to print the pathname if `getSpace0` fails with a
> `RuntimeException`.
Looks fine
test/jdk/java/io/File/GetXSpace.java line 418:
> 416: try {
> 417: return getSpace0(root, space);
> 418: } catch (RuntimeException e) {
Would it also be helpful to print the exception itself?
-------------
PR Review: https://git.openjdk.org/jdk/pull/28592#pullrequestreview-3527774866
PR Review Comment: https://git.openjdk.org/jdk/pull/28592#discussion_r2579278479