hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/AOTStub.java
equal
deleted
inserted
replaced
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 } |