提交 0b856a33 编写于 作者: D dxu

8022554: Fix Warnings in sun.invoke.anon Package

Reviewed-by: darcy, mduigou, lancea
上级 87408f59
...@@ -418,7 +418,7 @@ public class ConstantPoolPatch { ...@@ -418,7 +418,7 @@ public class ConstantPoolPatch {
private static final Map<Class<?>, Byte> CONSTANT_VALUE_CLASS_TAG private static final Map<Class<?>, Byte> CONSTANT_VALUE_CLASS_TAG
= new IdentityHashMap<Class<?>, Byte>(); = 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 { static {
Object[][] values = { Object[][] values = {
{Integer.class, CONSTANT_Integer}, {Integer.class, CONSTANT_Integer},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册