Relates :
|
If UseUniqueSubclasses is enabled, C2 tries to narrow the type of array elements on access to avoid type checks: http://hg.openjdk.java.net/jdk/jdk/file/690fc7e5a90f/src/hotspot/share/opto/parse2.cpp#l126 But the fix for JDK-8202377 added code that overwrites the elemtype: http://hg.openjdk.java.net/jdk/jdk/rev/ffa644980dff#l27.26
|