-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 18, 19
-
b11
Similar to JDK-8281744, this change improves TemplateInterpreterGenerator::generate_slow_signature_handler: there are only a few moves between the jumps, and we can tell MacroAssembler those can be short. This code is used to process arguments after the slow call to VM, so the performance improvement is drowned by the call itself. This makes interpreter code a bit more compact, though.