Blocks :
|
|
Relates :
|
|
Relates :
|
When a java cast is performed and the cast is optimized away in a compiled method redundant null checks (with deoptimization) can still remain. This is has been observed with method handles that access fields and elements of arrays and also with the experimental VarHandle work (see http://cr.openjdk.java.net/~psandoz/varhandles/VarHandle-0.1.md).
|