< prev index next >

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

Print this page
rev 12026 : [mq]: 8081027-Create-common-test-to-check-adequacy-of-initial-size

*** 415,425 **** CONSTANT_Fieldref | 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}, --- 415,425 ---- CONSTANT_Fieldref | CONSTANT_Methodref | CONSTANT_InterfaceMethodref; private static final Map<Class<?>, Byte> CONSTANT_VALUE_CLASS_TAG ! = new IdentityHashMap<Class<?>, Byte>(6); private static final Class<?>[] CONSTANT_VALUE_CLASS = new Class<?>[16]; static { Object[][] values = { {Integer.class, CONSTANT_Integer}, {Long.class, CONSTANT_Long},
< prev index next >