-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b63
-
generic
-
generic
Submitted by Roman Kennke:
-----------------------------
In the current implementation, a GraphicsEnvironment can only be loaded by the
bootclassloader. It would be nice to be able to load a GE from the system
classloader as well. The attached patch implements this. There's also an (old)
Sun bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4385680
I don't see any negative implications with this, but it would help me alot for
working with Cacio or other ports of Java2D to crazy platforms. I know that I
can put my GE in the bootclasspath, but then I also need to put my native libs
in JDK's lib folder etc, which is quite annoying.
-----------------------------
In the current implementation, a GraphicsEnvironment can only be loaded by the
bootclassloader. It would be nice to be able to load a GE from the system
classloader as well. The attached patch implements this. There's also an (old)
Sun bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4385680
I don't see any negative implications with this, but it would help me alot for
working with Cacio or other ports of Java2D to crazy platforms. I know that I
can put my GE in the bootclasspath, but then I also need to put my native libs
in JDK's lib folder etc, which is quite annoying.
- relates to
-
JDK-6857358 Two testcases are failing in jdk7 b64 pit build with java.security.AccessControlException
-
- Resolved
-