-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
fx2.0.2
In the run log (http://aurora-ds.ru.oracle.com:9500/runs/15198.FX2-graphics-scrum-48/results.log) I see several exceptions:
java.lang.NullPointerException
at com.sun.prism.es2.ES2RTTexture.create(ES2RTTexture.java:75)
at com.sun.prism.es2.ES2ResourceFactory.createRTTexture(ES2ResourceFactory.java:52)
at com.sun.webpane.sg.prism.RTImage.getTexture(RTImage.java:45)
at com.sun.webpane.sg.prism.RTImage.getGraphics(RTImage.java:39)
at com.sun.webpane.sg.prism.WCBufferedContext.getGraphics(WCBufferedContext.java:29)
at com.sun.webpane.sg.prism.WCGraphicsPrismContext.fillPath(WCGraphicsPrismContext.java:1200)
at com.sun.webpane.platform.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:266)
at com.sun.webpane.platform.graphics.WCRenderQueue.decode(WCRenderQueue.java:72)
at com.sun.webpane.platform.graphics.WCRenderQueue.decode(WCRenderQueue.java:86)
at com.sun.webpane.platform.graphics.WCRenderQueue$1.run(WCRenderQueue.java:94)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at com.sun.prism.render.RenderJob.run(RenderJob.java:29)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at com.sun.javafx.tk.quantum.QuantumRenderer$ObservedRunnable.run(QuantumRenderer.java:80)
at java.lang.Thread.run(Thread.java:680)
QuantumRenderer-0 uncaught: java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: RenderJob run failed
at com.sun.prism.render.RenderJob.run(RenderJob.java:30)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
The problem is reproducible with 2.0.2 graphics scrum b59
The test is locate at tests/performance/WebNodeTestSuite, "ant run-colorful-circles-bm" could be used to run the benchmark
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at com.sun.javafx.tk.quantum.QuantumRenderer$ObservedRunnable.run(QuantumRenderer.java:80)
at java.lang.Thread.run(Thread.java:680)
java.lang.NullPointerException
at com.sun.prism.es2.ES2RTTexture.create(ES2RTTexture.java:75)
at com.sun.prism.es2.ES2ResourceFactory.createRTTexture(ES2ResourceFactory.java:52)
at com.sun.webpane.sg.prism.RTImage.getTexture(RTImage.java:45)
at com.sun.webpane.sg.prism.RTImage.getGraphics(RTImage.java:39)
at com.sun.webpane.sg.prism.WCBufferedContext.getGraphics(WCBufferedContext.java:29)
at com.sun.webpane.sg.prism.WCGraphicsPrismContext.fillPath(WCGraphicsPrismContext.java:1200)
at com.sun.webpane.platform.graphics.GraphicsDecoder.decode(GraphicsDecoder.java:266)
at com.sun.webpane.platform.graphics.WCRenderQueue.decode(WCRenderQueue.java:72)
at com.sun.webpane.platform.graphics.WCRenderQueue.decode(WCRenderQueue.java:86)
at com.sun.webpane.platform.graphics.WCRenderQueue$1.run(WCRenderQueue.java:94)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at com.sun.prism.render.RenderJob.run(RenderJob.java:29)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at com.sun.javafx.tk.quantum.QuantumRenderer$ObservedRunnable.run(QuantumRenderer.java:80)
at java.lang.Thread.run(Thread.java:680)
QuantumRenderer-0 uncaught: java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: RenderJob run failed
at com.sun.prism.render.RenderJob.run(RenderJob.java:30)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
The problem is reproducible with 2.0.2 graphics scrum b59
The test is locate at tests/performance/WebNodeTestSuite, "ant run-colorful-circles-bm" could be used to run the benchmark
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at com.sun.javafx.tk.quantum.QuantumRenderer$ObservedRunnable.run(QuantumRenderer.java:80)
at java.lang.Thread.run(Thread.java:680)
- is blocked by
-
JDK-8100620 The demise of JOGL
- Closed
-
JDK-8101027 Mac Core Animation Layer
- Closed
- relates to
-
JDK-8127625 fx2.2-graphics-scrum-135: webnodetestsuite.bm.ColorfulShapesBenchmark performance benchmark crashes with segmentation fault on Mac
- Closed