-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
9
tools/jimage/JImageTest.java
Observed this test fails intermittently, on Windows (windows-x64), run against JDK9 build 111, with java.nio.file.AccessDeniedException:
at sun.nio.fs.WindowsException.translateToIOException(java.base@9-ea/WindowsException.java:83)
at sun.nio.fs.WindowsException.rethrowAsIOException(java.base@9-ea/WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(java.base@9-ea/WindowsException.java:102)
at sun.nio.fs.WindowsFileCopy.copy(java.base@9-ea/WindowsFileCopy.java:165)
at sun.nio.fs.WindowsFileSystemProvider.copy(java.base@9-ea/WindowsFileSystemProvider.java:279)
at java.nio.file.Files.copy(java.base@9-ea/Files.java:1275)
at JImageTest.main(JImageTest.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
Observed this test fails intermittently, on Windows (windows-x64), run against JDK9 build 111, with java.nio.file.AccessDeniedException:
at sun.nio.fs.WindowsException.translateToIOException(java.base@9-ea/WindowsException.java:83)
at sun.nio.fs.WindowsException.rethrowAsIOException(java.base@9-ea/WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(java.base@9-ea/WindowsException.java:102)
at sun.nio.fs.WindowsFileCopy.copy(java.base@9-ea/WindowsFileCopy.java:165)
at sun.nio.fs.WindowsFileSystemProvider.copy(java.base@9-ea/WindowsFileSystemProvider.java:279)
at java.nio.file.Files.copy(java.base@9-ea/Files.java:1275)
at JImageTest.main(JImageTest.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:804)