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

support replay during normal execution

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 16
    • hotspot

      A useful feature might be to support replay compilation during normal program execution, i.e. use the information from the replay file once the compilation of the corresponding method is triggered

      The fix for JDK-8297389 removed the MethodData_lock from process_ciMethodData because that method is currently only executed by one thread. If multiple threads are going to execute it, we need to use atomic operations or re-introduce the lock.

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

              Created:
              Updated: