>
> Subject: RE: [16] 8251017: java/io/File/GetXSpace.java fails on UNIX
>
> Hi Brian,
>
> just a question: I only see a fix for the AIX issue in your change. As far as
> I understand Matthias the main issue in
> https://bugs.openjdk.java.net/browse/JDK-8251017 is that NFS m
, Matthias
Subject: RE: [16] 8251017: java/io/File/GetXSpace.java fails on UNIX
Hi Brian,
just a question: I only see a fix for the AIX issue in your change. As far as I
understand Matthias the main issue in
https://bugs.openjdk.java.net/browse/JDK-8251017 is that NFS mounts (that often
change the
> Subject: Re: [16] 8251017: java/io/File/GetXSpace.java fails on UNIX
>
> Thanks, Naoto. I’ll hold off pushing it until the review in [2] is done.
>
> Brian
>
> > On Aug 4, 2020, at 10:41 AM, naoto.s...@oracle.com wrote:
> >
> > Looks good, Brian.
> >
> >
Thanks, Naoto. I’ll hold off pushing it until the review in [2] is done.
Brian
> On Aug 4, 2020, at 10:41 AM, naoto.s...@oracle.com wrote:
>
> Looks good, Brian.
>
> Naoto
>
> On 8/4/20 9:01 AM, Brian Burkhalter wrote:
>> Add @requires tag for [1]. This patch is layered on top of that proposed
Looks good, Brian.
Naoto
On 8/4/20 9:01 AM, Brian Burkhalter wrote:
Add @requires tag for [1]. This patch is layered on top of that proposed in [2].
--- a/test/jdk/java/io/File/GetXSpace.java
+++ b/test/jdk/java/io/File/GetXSpace.java
@@ -24,6 +24,7 @@
/**
* @test
* @bug 4057701 628671
Add @requires tag for [1]. This patch is layered on top of that proposed in [2].
--- a/test/jdk/java/io/File/GetXSpace.java
+++ b/test/jdk/java/io/File/GetXSpace.java
@@ -24,6 +24,7 @@
/**
* @test
* @bug 4057701 6286712 6364377
+ * @requires (os.family == "linux" | os.family == "mac" | os.fam