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

AArch64: unnecessary macro expansion in stubGenerator_aarch64

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 20
    • 19
    • hotspot
    • b14
    • aarch64

    Description

      In a couple of places, hand-coded assembly for cryptographic algorithms is expanded by means of #define macros. This makes no sense, as it does not improve startup time and it bloats the generator. The #define can fairly easily be turned into a function call.

      See: generate_md5_implCompress, generate_sha512_implCompress.

      Attachments

        Issue Links

          Activity

            People

              haosun Hao Sun (Inactive)
              aph Andrew Haley
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: