What is a de-reflection optimization in HotSpot JIT and how does it implemented?
问题 Watching Towards a Universal VM presentation, I studied this slide, which lists all the optimisations that HotSpot JIT does: In the language-specific techniques section there is a de-reflection. I tried to find some information about it accross the Internet, but failed. I understood that this optimization eliminates reflection costs in some way, but I'm interested in details. Can someone clarify this, or give some useful links? 回答1: Yes, there is an optimization to reduce Reflection costs,