-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 18, 19
-
b10
Similar to JDK-8281744, this change improves TemplateTable::condy_helper, for the same reason: there are only a few pushes between the jumps, and we can tell MacroAssembler those can be short. There is no significant code that uses condy yet (I think), so the performance improvement for condy is only theoretical. This makes interpreter code a bit more compact, though.