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

add compiler intrinsic to materialize objects

    XMLWordPrintable

Details

    • Enhancement
    • Status: Open
    • P2
    • Resolution: Unresolved
    • 12
    • tbd
    • hotspot

    Description

      The C2 and Graal compilers can eliminate allocations, producing virtual objects, if escape analysis determines that the objects never escape. However, in order to ensure that the objects show up in stack walks, we need a way to materialize these objects (as if they always escape).

      One way to do this is to pass the object to a native method, but a compiler intrinsic would be better.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dlong Dean Long
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: