* there is a local variable inline_type_signature in that method, that is never changed and leftover from some earlier redesign
* there is a redundant check of k->k->is_flatArray_klass() that is subsumed by the earlier if clause
Remove dead code.
* there is a redundant check of k->k->is_flatArray_klass() that is subsumed by the earlier if clause
Remove dead code.
- links to
-
Review(lworld)
openjdk/valhalla/1788