Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b25
-
x86_64
-
linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226023 | 14 | Brian Burkhalter | P4 | Resolved | Fixed | team |
JDK-8309993 | 11.0.21 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8301325 | 11.0.20-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8340718 | 8u441 | Johny Jose | P4 | Resolved | Fixed | master |
Description
[Note: Actual hostname redacted to "<testhostname>" to avoid exposing confidential internal hostname.]
/tmp/common1 (<testhostname>:/export/local) (name=<testhostname>:/export/local type=nfs)
/tmp/common1 (<testhostname>:/export/local) (name=<testhostname>:/export/local type=nfs)
----------System.err:(14/758)----------
java.lang.RuntimeException: Assertion failed
at Basic.assertTrue(Basic.java:57)
at Basic.doTests(Basic.java:142)
at Basic.main(Basic.java:49)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:830)
Attachments
Issue Links
- backported by
-
JDK-8226023 (fs) java/nio/file/FileStore/Basic.java found filesystem twice
- Resolved
-
JDK-8301325 (fs) java/nio/file/FileStore/Basic.java found filesystem twice
- Resolved
-
JDK-8309993 (fs) java/nio/file/FileStore/Basic.java found filesystem twice
- Resolved
-
JDK-8340718 (fs) java/nio/file/FileStore/Basic.java found filesystem twice
- Resolved
- relates to
-
JDK-8225471 Test utility jdk.test.lib.util.FileUtils.areAllMountPointsAccessible needs to tolerate duplicates
- Resolved
-
JDK-8225461 (fs) Investigate filtering duplicates out of Iterable returned by java.nio.file.FileSystem::getFileStores
- Open