8022554: Fix Warnings in sun.invoke.anon Package

Reviewed-by: darcy, mduigou, lancea
This commit is contained in:
Dan Xu 2013-08-07 12:13:34 -07:00
parent 5409730fde
commit f4de445e6a

View File

@ -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},