Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8204502 Vector API Umbrella Tracking Issue
  3. JDK-8204545

C2: Vector box elimination can eliminate safepoints from non-counted loops

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P3 P3
    • repo-panama
    • repo-panama
    • hotspot

      Vector box elimination can leave non-counted loops without safepoints.

      It happens when VectorBox isn't used and, hence, eliminated, but all other safepoints were removed before in favor of that node.

      C2 should replace VectorBox with a SafePoint node as part of elimination process.

            Unassigned Unassigned
            vlivanov Vladimir Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: