Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8336658 Reorganize and systematize Hotspot runtime stub generation code
  3. JDK-8337987

Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 23
    • hotspot
    • b12

      The current stub generation code will be simplified if StubGenerator manages all stubs that share a code blob (blob to stub mapping is 1 to m) and SharedRuntime, C1_Runtime1 and OptoRuntime manage all blobs that have their own unique blob (blob to stub mapping is 1 to 1). This change will also simplify management of blob save and restore to/fromLeyden's AOT cache.

            adinn Andrew Dinn
            adinn Andrew Dinn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: