hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/AOTStub.java
changeset 46371 0337d0617e7b
parent 43683 c3f65860f2e2
child 46949 44ccdba2d72e
equal deleted inserted replaced
46366:b9a1aa504eb5 46371:0337d0617e7b
    47     public String getNameAndSignature() {
    47     public String getNameAndSignature() {
    48         return stub.toString();
    48         return stub.toString();
    49     }
    49     }
    50 
    50 
    51     public HotSpotCompiledCode compiledCode(CompilationResult result) {
    51     public HotSpotCompiledCode compiledCode(CompilationResult result) {
    52         return HotSpotCompiledCodeBuilder.createCompiledCode(null, null, result);
    52         return HotSpotCompiledCodeBuilder.createCompiledCode(backend.getCodeCache(), null, null, result);
    53     }
    53     }
    54 
    54 
    55 }
    55 }