Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8281815

x86: Use short jumps in TIG::generate_slow_signature_handler

XMLWordPrintable

    • 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.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: