-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8
sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest fails on OS X (and possibly other platforms) with:
#section:build
----------messages:(3/101)----------
command: build ClassFileInstaller
reason: Named class compiled on demand
elapsed time (seconds): 0.0
result: Passed. All files up to date
#section:main
----------messages:(3/171)----------
command: main ClassFileInstaller ManyNewInstanceAnonTest
reason: User specified action: run main ClassFileInstaller ManyNewInstanceAnonTest
elapsed time (seconds): 0.032
----------System.err:(16/836)----------
java.lang.NullPointerException
at java.nio.file.Files.provider(Files.java:97)
at java.nio.file.Files.createDirectory(Files.java:674)
at java.nio.file.Files.createAndCheckIsDirectory(Files.java:778)
at java.nio.file.Files.createDirectories(Files.java:727)
at ClassFileInstaller.main(ClassFileInstaller.java:48)
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:483)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:728)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.NullPointerException
Possible path issue?
#section:build
----------messages:(3/101)----------
command: build ClassFileInstaller
reason: Named class compiled on demand
elapsed time (seconds): 0.0
result: Passed. All files up to date
#section:main
----------messages:(3/171)----------
command: main ClassFileInstaller ManyNewInstanceAnonTest
reason: User specified action: run main ClassFileInstaller ManyNewInstanceAnonTest
elapsed time (seconds): 0.032
----------System.err:(16/836)----------
java.lang.NullPointerException
at java.nio.file.Files.provider(Files.java:97)
at java.nio.file.Files.createDirectory(Files.java:674)
at java.nio.file.Files.createAndCheckIsDirectory(Files.java:778)
at java.nio.file.Files.createDirectories(Files.java:727)
at ClassFileInstaller.main(ClassFileInstaller.java:48)
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:483)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:728)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.NullPointerException
Possible path issue?
- duplicates
-
JDK-8027803 test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java fails in agentvm mode
- Closed