src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/HotSpotHostBackend.java
changeset 52956 4b0b796dd581
parent 52910 583fd71c47d6
child 58299 6df94ce3ab2f
equal deleted inserted replaced
52955:f0f3dc30e3bb 52956:4b0b796dd581
    90         }
    90         }
    91         try (InitTimer st = timer("lowerer.initialize")) {
    91         try (InitTimer st = timer("lowerer.initialize")) {
    92             Iterable<DebugHandlersFactory> factories = Collections.singletonList(new GraalDebugHandlersFactory(providers.getSnippetReflection()));
    92             Iterable<DebugHandlersFactory> factories = Collections.singletonList(new GraalDebugHandlersFactory(providers.getSnippetReflection()));
    93             lowerer.initialize(options, factories, providers, config);
    93             lowerer.initialize(options, factories, providers, config);
    94         }
    94         }
       
    95         providers.getReplacements().closeSnippetRegistration();
    95     }
    96     }
    96 
    97 
    97     protected CallingConvention makeCallingConvention(StructuredGraph graph, Stub stub) {
    98     protected CallingConvention makeCallingConvention(StructuredGraph graph, Stub stub) {
    98         if (stub != null) {
    99         if (stub != null) {
    99             return stub.getLinkage().getIncomingCallingConvention();
   100             return stub.getLinkage().getIncomingCallingConvention();