8140606: Update library code to use internal Unsafe

Reviewed-by: alanb, mchung, psandoz, weijun
This commit is contained in:
Chris Hegarty 2015-11-11 11:32:15 +00:00
parent 75d6c996f1
commit fe552c2f39

View File

@ -96,7 +96,7 @@ import jdk.nashorn.internal.runtime.logging.Loggable;
import jdk.nashorn.internal.runtime.logging.Logger;
import jdk.nashorn.internal.runtime.options.LoggingOption.LoggerInfo;
import jdk.nashorn.internal.runtime.options.Options;
import sun.misc.Unsafe;
import jdk.internal.misc.Unsafe;
/**
* This class manages the global state of execution. Context is immutable.