This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING] patch for PR13708 for 3.4 and the mainline


Andrew Pinski wrote:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg03355.html
Do not use getClass but link to the selected class.

I don't think this is right.


I'd break the cycle by making sure PrintStream isn't loaded.
I'd try replacing:
String loader = System.getProperty("java.system.class.loader");
by:
String loader = Runtime.defaultProperties.getProperty("java.system.class.loader");
in VMClasLoader.systemClassLoader.


I wonder whether setting default_sys before loader would help.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]