[JVMCI] notifyInstall event is triggered if code installation failed

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot

      according to javadoc, a notifyInstall event(HotSpotVMEventListener) should be called only for successfull code install:

          /**
           * Notify on successful install into the CodeCache.
           *
           * @param hotSpotCodeCacheProvider
           * @param installedCode
           * @param compResult
           */

      but current HotSpotCodeCacheProvider::installMethod just call logOrDump=>....=>...notifyInstall(...) without any checks of runtime.getCompilerToVM().installCode result.

            Assignee:
            Christian Thalinger (Inactive)
            Reporter:
            Dmitrij Pochepko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: