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

add compiler intrinsic to materialize objects

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P2 P2
    • tbd
    • 12
    • hotspot

      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.

            cslucas Cesar Soares
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: