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

[JVMCI] simplify code installation interface

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: