Request: Remove System.out check from Class.checkInitted()

Alan Bateman Alan.Bateman at oracle.com
Wed Dec 4 09:00:59 UTC 2013


On 04/12/2013 08:24, Jeroen Frijters wrote:
> Hi,
>
> I'd like to propose to change Class.checkInitted() to check if the VM initialization has completed by using sun.misc.VM.isBooted() instead of System.out != null.
This should be changed (I can only guess that whoever added this wasn't 
aware of VM.isBooted).

-Alan.




More information about the core-libs-dev mailing list