JDK-8130404 : Fix JDK-8061831 for sun/java2d/OpenGL/CustomCompositeTest.java failed in Solaris
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7,8,9
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: solaris
  • CPU: generic
  • Submitted: 2015-07-03
  • Updated: 2021-07-13
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Test name(s): sun/java2d/OpenGL/CustomCompositeTest.java

JDK tested: 9b70 
OS tested: Windows , Solaris 11 
Is it a regression? NO 
Is it platform specific? Yes( test passes in windows) 
The is failure reproduced: always 
             
General description: 

Could not enable OpenGL pipeline (GLX 1.3 not available)
Paint is done!
----------System.err:(65/4208)----------
java.lang.RuntimeException: Test FAILED.
	at CustomCompositeTest.main(CustomCompositeTest.java:81)
	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.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.InternalError: not implemented yet
	at sun.java2d.xr.XRSurfaceData.getRaster(XRSurfaceData.java:72)
	at sun.java2d.loops.Blit$AnyBlit.Blit(Blit.java:161)
	at sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:959)
	at sun.java2d.pipe.DrawImage.renderImageCopy(DrawImage.java:577)
	at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:67)
	at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:1014)
	at sun.java2d.pipe.ValidatePipe.copyImage(ValidatePipe.java:186)
	at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:3318)
	at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:3445)
	at sun.java2d.SunGraphics2D.drawRenderedImage(SunGraphics2D.java:2663)
	at CustomCompositeTest$MyComp.renderTest(CustomCompositeTest.java:210)
	at CustomCompositeTest$MyComp.paintComponent(CustomCompositeTest.java:189)
	at javax.swing.JComponent.paint(JComponent.java:1053)
	at javax.swing.JComponent.paintChildren(JComponent.java:886)
	at javax.swing.JComponent.paint(JComponent.java:1062)
	at javax.swing.JComponent.paintChildren(JComponent.java:886)
	at javax.swing.JComponent.paint(JComponent.java:1062)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:584)
	at javax.swing.JComponent.paintChildren(JComponent.java:886)
	at javax.swing.JComponent.paintToOffscreen(JComponent.java:5254)
	at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:246)
	at javax.swing.RepaintManager.paint(RepaintManager.java:1302)
	at javax.swing.JComponent.paint(JComponent.java:1039)
	at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:39)
	at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:78)
	at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:115)
	at java.awt.Container.paint(Container.java:1998)
	at java.awt.Window.paint(Window.java:3923)
	at javax.swing.RepaintManager$4.run(RepaintManager.java:857)
	at javax.swing.RepaintManager$4.run(RepaintManager.java:829)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:829)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:804)
	at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:753)
	at javax.swing.RepaintManager.access$1200(RepaintManager.java:65)
	at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1762)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:759)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:712)
	at java.awt.EventQueue$3.run(EventQueue.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:729)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:192)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:106)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:102)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:94)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)

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

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test FAILED.

Comments
whe keyword regression is added? From the bug description "Is it a regression? NO"
18-08-2015

Sergey, can you fix it for 8u-dev also since this is a regression in 8u60
12-08-2015

The test tries to start ogl but fails, because it is unsupported on this system. So actually the test fails in case of xrender. The reason is: Caused by: java.lang.InternalError: not implemented yet at sun.java2d.xr.XRSurfaceData.getRaster(XRSurfaceData.java:72) at sun.java2d.loops.Blit$AnyBlit.Blit(Blit.java:161)
03-07-2015

Test may have failed in Solaris due to reason as mentioned in log that :- Could not enable OpenGL pipeline (GLX 1.3 not available)
03-07-2015