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
|
@ -34,8 +34,8 @@ import java.util.Map;
|
|||
import jdk.internal.misc.SharedSecrets;
|
||||
import jdk.internal.org.objectweb.asm.Opcodes;
|
||||
import sun.hotspot.WhiteBox;
|
||||
import sun.reflect.ConstantPool;
|
||||
import sun.reflect.ConstantPool.Tag;
|
||||
import jdk.internal.reflect.ConstantPool;
|
||||
import jdk.internal.reflect.ConstantPool.Tag;
|
||||
|
||||
/**
|
||||
* Class contains hard-coded constant pool tables for dummy classes used for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue