Review request for 8038177 Eliminate unnecessary dependency to sun.security.action

Alan Bateman Alan.Bateman at oracle.com
Tue Mar 25 20:50:10 UTC 2014


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.



More information about the core-libs-dev mailing list