mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
Merge
This commit is contained in:
commit
e2e8ee17d0
1861 changed files with 47312 additions and 11099 deletions
|
@ -45,7 +45,6 @@ package compiler.jvmci.compilerToVM;
|
|||
|
||||
import jdk.internal.misc.Unsafe;
|
||||
import jdk.test.lib.Asserts;
|
||||
import jdk.test.lib.unsafe.UnsafeHelper;
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod;
|
||||
import jdk.vm.ci.hotspot.PublicMetaspaceWrapperObject;
|
||||
|
@ -109,7 +108,7 @@ public class GetResolvedJavaMethodTest {
|
|||
abstract HotSpotResolvedJavaMethod getResolvedJavaMethod();
|
||||
}
|
||||
|
||||
private static final Unsafe UNSAFE = UnsafeHelper.getUnsafe();
|
||||
private static final Unsafe UNSAFE = Unsafe.getUnsafe();
|
||||
private static final WhiteBox WB = WhiteBox.getWhiteBox();
|
||||
private static final Field METASPACE_METHOD_FIELD;
|
||||
private static final Class<?> TEST_CLASS = GetResolvedJavaMethodTest.class;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue