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

specifies_noexecstack incorrectly assumes all AArch64 environments default to noexecstack

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • None
    • hotspot
    • None
    • aarch64
    • linux

      At least some AArch64 environments (e.g. those using ld.gold) seem to default to executable stacks. This results in specifies_noexecstack returning true for binaries that do not have an explicit GNU_STACK header, but nonetheless have executable stacks. This can cause hotspot/jtreg/runtime/execstack/TestCheckJDK.java to pass even when it should fail.

            dbuck David Buck
            dbuck David Buck
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: