-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
9
-
generic
-
windows
Test name(s):java/awt/BasicStroke/DashStrokeTest.java
JDK tested:9b78,9b77
OS tested:Windows 7 , Linux
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? Yes ( fails in Windows and passes in Linux)
The is failure reproduced:Always
----------messages:(3/249)----------
command: main -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine DashStrokeTest
reason: User specified action: run main/othervm -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine DashStrokeTest
elapsed time (seconds): 0.46
----------System.out:(0/0)----------
----------System.err:(24/1474)----------
java.lang.InternalError: No RenderingEngine module found
at sun.java2d.pipe.RenderingEngine.getInstance(RenderingEngine.java:136)
at sun.java2d.pipe.LoopPipe.<clinit>(LoopPipe.java:55)
at sun.java2d.SurfaceData.<clinit>(SurfaceData.java:448)
at sun.awt.windows.WToolkit.initIDs(Native Method)
at sun.awt.windows.WToolkit.<clinit>(WToolkit.java:124)
at sun.awt.Win32GraphicsEnvironment.<clinit>(Win32GraphicsEnvironment.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:287)
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:104)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)
at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1181)
at DashStrokeTest.main(DashStrokeTest.java:58)
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:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
JavaTest Message: Test threw exception: java.lang.InternalError: No RenderingEngine module found
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.InternalError: No RenderingEngine module found
JDK tested:9b78,9b77
OS tested:Windows 7 , Linux
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? Yes ( fails in Windows and passes in Linux)
The is failure reproduced:Always
----------messages:(3/249)----------
command: main -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine DashStrokeTest
reason: User specified action: run main/othervm -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine DashStrokeTest
elapsed time (seconds): 0.46
----------System.out:(0/0)----------
----------System.err:(24/1474)----------
java.lang.InternalError: No RenderingEngine module found
at sun.java2d.pipe.RenderingEngine.getInstance(RenderingEngine.java:136)
at sun.java2d.pipe.LoopPipe.<clinit>(LoopPipe.java:55)
at sun.java2d.SurfaceData.<clinit>(SurfaceData.java:448)
at sun.awt.windows.WToolkit.initIDs(Native Method)
at sun.awt.windows.WToolkit.<clinit>(WToolkit.java:124)
at sun.awt.Win32GraphicsEnvironment.<clinit>(Win32GraphicsEnvironment.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:287)
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:104)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)
at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1181)
at DashStrokeTest.main(DashStrokeTest.java:58)
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:504)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:746)
JavaTest Message: Test threw exception: java.lang.InternalError: No RenderingEngine module found
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.InternalError: No RenderingEngine module found
- relates to
-
JDK-8080932 [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
-
- Resolved
-