8140606: Update library code to use internal Unsafe
Reviewed-by: alanb, mchung, psandoz, weijun
This commit is contained in:
parent
75d6c996f1
commit
fe552c2f39
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user