src/share/classes/sun/invoke/anon/ConstantPoolPatch.java

Print this page

        

*** 416,426 **** | CONSTANT_Methodref | CONSTANT_InterfaceMethodref; private static final Map<Class<?>, Byte> CONSTANT_VALUE_CLASS_TAG = new IdentityHashMap<Class<?>, Byte>(); ! private static final Class[] CONSTANT_VALUE_CLASS = new Class[16]; static { Object[][] values = { {Integer.class, CONSTANT_Integer}, {Long.class, CONSTANT_Long}, {Float.class, CONSTANT_Float}, --- 416,426 ---- | CONSTANT_Methodref | CONSTANT_InterfaceMethodref; private static final Map<Class<?>, Byte> CONSTANT_VALUE_CLASS_TAG = new IdentityHashMap<Class<?>, Byte>(); ! private static final Class<?>[] CONSTANT_VALUE_CLASS = new Class<?>[16]; static { Object[][] values = { {Integer.class, CONSTANT_Integer}, {Long.class, CONSTANT_Long}, {Float.class, CONSTANT_Float},