[PPC64] Reengineer assembler stop function

XMLWordPrintable

    • b25
    • ppc

        PPC64 has an implementation of a "stop" function to be used in assembler code. Purpose is to stop execution of the JVM with an hs_err file.
        It can also be used to provide an error message. This is goal of JDK-8230552.
        Unfortunately, the current implementation generates large code which is not desirable. It can be implemented based on trap instructions.
        In addtion to that, the current implementation contains features which have not proven to be useful, so cleanup would be nice (e.g. stop id).

              Assignee:
              Martin Doerr
              Reporter:
              Martin Doerr
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: