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

The 'java' man page erroneously refers to XEND when it should refer XTEST

    XMLWordPrintable

Details

    • b20
    • x86
    • linux

    Description

      A DESCRIPTION OF THE PROBLEM :
      The 'java' man page, in src/java.base/share/man/java.1 currently states that

         [...] the XEND instruction to check if a set of instructions are being run in a transaction.

      see https://github.com/AdoptOpenJDK/openjdk-jdk/blob/895041ac7231c89554b6096e44eabebd557c3374/src/java.base/share/man/java.1#L2859-L2860

      However XEND is *not* use to check if a transaction is currently executed, instead XTEST is. Simply s/XEND/XTEST/ in this sentence fixes the issue.

      Attachments

        Activity

          People

            rraghavan Rahul Raghavan
            pnarayanaswa Praveen Narayanaswamy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: