On 25/03/2014 20:41, Mandy Chung wrote:
:

The ExtendedCharsets.init method has a check to ensure that the VM has been booted. Sherman can confirm that.

1170     protected void init() {
1171         if (initialized)
1172             return;
1173         if (!sun.misc.VM.isBooted())
1174             return;
Thanks, that covers my concern.

-Alan.

Reply via email to