JDK-8130274 : java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2015-07-01
  • Updated: 2019-08-01
  • Resolved: 2015-07-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u95Fixed 8u72Fixed 9 b77Fixed
Related Reports
Duplicate :  
Relates :  
Description
This failure has been observed a few times in recent days:

--- begin log excerpt ---

/pkg (map auto_direct) (name=map auto_direct type=autofs)
/pkg (someserver:/somefilepath) (name=someserver:/somefilepath type=nfs)
STDERR:
java.lang.RuntimeException: Assertion failed
	at Basic.assertTrue(Basic.java:52)
	at Basic.doTests(Basic.java:124)
	at Basic.main(Basic.java:44)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test

TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Assertion failed

--- end log excerpt ---
Comments
Review thread: http://mail.openjdk.java.net/pipermail/nio-dev/2015-July/003236.html
31-07-2015