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

[PPC64] JfrGetCallTrace: Need pc == nullptr check before frame constructor

    XMLWordPrintable

Details

    • jfr
    • b23
    • ppc

    Backports

      Description

        JDK-8293998 has introduced a pc == nullptr check which occurs in very rare cases. Unfortunately, the frame constructor is called before the new check which contains the assertion "assert(_pc != nullptr)". Hence, the null check needs to get moved.

        Attachments

          Issue Links

            Activity

              People

                mdoerr Martin Doerr
                mdoerr Martin Doerr
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: