mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8137058: Clear out all non-Critical APIs from sun.reflect
Reviewed-by: alanb, jfranck, mchung
This commit is contained in:
parent
76e228d3db
commit
00f6a09302
23 changed files with 77 additions and 71 deletions
|
@ -28,8 +28,8 @@ import java.util.HashMap;
|
|||
import java.util.Map;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedObjectType;
|
||||
import sun.hotspot.WhiteBox;
|
||||
import sun.reflect.ConstantPool;
|
||||
import sun.reflect.ConstantPool.Tag;
|
||||
import jdk.internal.reflect.ConstantPool;
|
||||
import jdk.internal.reflect.ConstantPool.Tag;
|
||||
import compiler.jvmci.compilerToVM.ConstantPoolTestsHelper.DummyClasses;
|
||||
import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue