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

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

XMLWordPrintable

    • jfr
    • b23
    • ppc

        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.

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

                Created:
                Updated:
                Resolved: