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

StubRoutines are not used by SA

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 21
    • hotspot
    • None
    • b03

      vmStructs.cpp defines static fields for many/most of the StubRoutine intrinsics where only _call_stub_return_address is useful and used by the SA.

      These other StubRoutine field definitions should be removed so people adding new intrinsics don't think they have to add them to this list like in PR https://github.com/openjdk/jdk/pull/14224

      Since these are intrinsics, they won't be found in core files and stack traces that the SA helps with unless they crashed themselves. Since support isn't very useful for these, they should be removed from vmStructs.cpp

            coleenp Coleen Phillimore
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: