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

AArch64: unnecessary macro expansion in stubGenerator_aarch64

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: