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

c2i entry barriers read int as long on AArch64

    XMLWordPrintable

Details

    • gc
    • b18
    • aarch64
    • Verified

    Backports

      Description

        There was a bug in the x86_64 implementation of the c2i entry barriers. We read the CLD::_keep_alive int as a 64 bit integer, while it is of course in fact a 32 bit integer. It was fixed in the patch that ported it to x86_32 (JDK-8235262). However, somewhere in-between I think the wrong code was used as a basis for the AArch64 implementation, which now seemingly has that same bug.

        Attachments

          Issue Links

            Activity

              People

                eosterlund Erik Ă–sterlund
                eosterlund Erik Ă–sterlund
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: