Hacker News new | ask | show | jobs
by xxs 2602 days ago
Actually one of the less known features of the JIT is the ability to deoptimize/recompile based on CHA (class hierarchy analysis) or pushed compilation request via invokeDynamic&friends.