mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-24 12:28:12 +00:00
8022554: Fix Warnings in sun.invoke.anon Package
Reviewed-by: darcy, mduigou, lancea
This commit is contained in:
parent
5409730fde
commit
f4de445e6a
@ -418,7 +418,7 @@ public class ConstantPoolPatch {
|
||||
|
||||
private static final Map<Class<?>, Byte> CONSTANT_VALUE_CLASS_TAG
|
||||
= new IdentityHashMap<Class<?>, Byte>();
|
||||
private static final Class[] CONSTANT_VALUE_CLASS = new Class[16];
|
||||
private static final Class<?>[] CONSTANT_VALUE_CLASS = new Class<?>[16];
|
||||
static {
|
||||
Object[][] values = {
|
||||
{Integer.class, CONSTANT_Integer},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user