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

[JVMCI] simplify code installation interface

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • None
    • hotspot
    • b105

    Description

      There is a lot of complicated logic in the code installation interface (classes CompilationResult, DataSection and HotSpotCompiledCode). The complex "building logic" of the HotSpotCompiledCode should be the responsibility of the compilers, not of the interface.

      The goal is to simplify the interface in a way that HotSpotCompiledCode is a pure data class for passing information to the VM. CompilationResult and DataSection can be removed.

      Attachments

        Activity

          People

            rschatz Roland Schatz
            rschatz Roland Schatz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: