JDK-6791612 : OGLBat tests are failed in jdk 7 b42
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-01-08
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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.
JDK 7
7 b54Fixed
Description
Java Versxion: 1.7.0-b42
Platforms: generic
host name: d2-sunburst.sfbay.sun.com solaris-sparc10 (our testing machines)

Problems: 
Our 2D_JavaOGLBAT tests are failing in jdk7, currently b42 and b43-pit build, but same tests are passing in 6u10 fcs build b33 on the same machines, the errors we got here:

Exception in thread "main" java.lang.UnsatisfiedLinkError: sun.java2d.opengl.OGLContext.getOGLIdString()Ljava/lang/String;
	at sun.java2d.opengl.OGLContext.getOGLIdString(Native Method)
	at sun.java2d.opengl.GLXGraphicsConfig$1.run(GLXGraphicsConfig.java:126)
	at sun.java2d.opengl.OGLRenderQueue$QueueFlusher.run(OGLRenderQueue.java:220)

Comments
SUGGESTED FIX http://hg.openjdk.java.net/jdk7/2d/jdk/rev/0c856354b669
26-02-2009

EVALUATION need to add missed exports. Fix provided by Clemens.
26-02-2009