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

Speculative traps not robust when compilation and class unloading are concurrent

    XMLWordPrintable

Details

    • b31

    Backports

      Description

        Speculative traps recorded in a MethodData can be removed at a safepoint. During a compilation, as a MethodData is copied and translated by a compiler thread to build a ciMethodData, a safepoint can occur as speculative traps are being copied, and not yet copied speculative traps may be removed. That changes the layout of the traps. The loop doing the copying doesn't handle it currently.

        Attachments

          Issue Links

            Activity

              People

                roland Roland Westrelin
                roland Roland Westrelin
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: