-
Bug
-
Resolution: Fixed
-
P1
-
1.3.0
-
1.3
-
sparc
-
solaris_2.6
Creating a canvas using a non-default GraphicsConfiguration object
fails in build I of Kestrel.
java -version
java version "1.3"
Classic VM (build JDK-1.3-I, native threads, sunwjit)
This worked fine in build H. To reproduce this, install Java 3D
version 1.1.2 and OpenGL version 1.1.2 or 1.2 on a Solaris machine
with a GX, TGX, Creator3D, or Elite3D frame buffer. Then run the
HelloUniverse example program as follows:
cd $JAVAHOME/demo/java3d/HelloUniverse
java HelloUniverse
You should see a spinning cube, but on Kestrel build I, no image is
drawn. We observe that the Canvas is being created with the wrong
visual ID when the GraphicsConfiguration is other than the default
config. To reproduce this without Java 3D, run the attached program
and try to create a window using a TrueColor visual other than the
default visual.
java Gfx <visualID>
Only Java's default visual works correctly in build I.
fails in build I of Kestrel.
java -version
java version "1.3"
Classic VM (build JDK-1.3-I, native threads, sunwjit)
This worked fine in build H. To reproduce this, install Java 3D
version 1.1.2 and OpenGL version 1.1.2 or 1.2 on a Solaris machine
with a GX, TGX, Creator3D, or Elite3D frame buffer. Then run the
HelloUniverse example program as follows:
cd $JAVAHOME/demo/java3d/HelloUniverse
java HelloUniverse
You should see a spinning cube, but on Kestrel build I, no image is
drawn. We observe that the Canvas is being created with the wrong
visual ID when the GraphicsConfiguration is other than the default
config. To reproduce this without Java 3D, run the attached program
and try to create a window using a TrueColor visual other than the
default visual.
java Gfx <visualID>
Only Java's default visual works correctly in build I.
- duplicates
-
JDK-4249392 regression bug in i build: non-default canvases can not be created on solaris.
-
- Closed
-