< prev index next >

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.printer/src/org/graalvm/compiler/printer/BinaryGraphPrinter.java

Print this page

        

*** 89,99 **** private final GraphOutput<BinaryGraphPrinter.GraphInfo, ResolvedJavaMethod> output; public BinaryGraphPrinter(DebugContext ctx, SnippetReflectionProvider snippetReflection) throws IOException { // @formatter:off this.output = ctx.buildOutput(GraphOutput.newBuilder(this). ! protocolVersion(6, 0). blocks(this). elementsAndLocations(this, this). types(this) ); // @formatter:on --- 89,99 ---- private final GraphOutput<BinaryGraphPrinter.GraphInfo, ResolvedJavaMethod> output; public BinaryGraphPrinter(DebugContext ctx, SnippetReflectionProvider snippetReflection) throws IOException { // @formatter:off this.output = ctx.buildOutput(GraphOutput.newBuilder(this). ! protocolVersion(6, 1). blocks(this). elementsAndLocations(this, this). types(this) ); // @formatter:on
< prev index next >