|
Quick Lists
|
|
Bug ID:
|
6640786
|
|
Votes
|
0
|
|
Synopsis
|
PIT: Regression: UnsatisfiedLinkError:sun.java2d.opengl.OGLContext.getOGLIdString()Ljava/lang/String
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
|
|
Release Fixed
|
6u10(b09)
|
|
State
|
10-Fix Delivered,
Verified,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
|
|
Submit Date
|
12-DEC-2007
|
|
Description
|
Run any testcase or demo using -Dsun.java2d.opengl=True results in java.lang.UnsatisfiedLinkError: sun.java2d.opengl.OGLContext.getOGLIdString()Ljava/lang/String; by which no gui is displayed on the console. This is reproduable only in 6u10 b09 pit build. It works fine in 6u10 b08 promoted build & it is reproduable on solaris & linux os. Because of this AWT FullScreen regression testcase are failing. I have even attaced the log of the regression file.
Step to reproduce :-
------------------
1) Run Java2D demo by passing -Dsun.java2d.opengl=True . If you get the java.lang.UnsatisfiedLinkError: then bug is reproduced.
Posted Date : 2007-12-12 12:47:18.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
It appears that I forgot to add OGLContext.getOGLIDString() to the
list of exported symbols.
For some reason it worked just fine on my built workspace, I don't
get an error. May be because I didn't build the images.
Posted Date : 2007-12-12 18:31:14.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |