--- old/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/ProtocolImpl.java 2019-03-12 08:10:25.735898156 +0100 +++ new/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/ProtocolImpl.java 2019-03-12 08:10:25.375895826 +0100 @@ -40,11 +40,11 @@ private final GraphElements elements; private final GraphLocations locations; - ProtocolImpl(int major, int minor, GraphStructure structure, GraphTypes enums, GraphBlocks blocks, + ProtocolImpl(int major, int minor, boolean embedded, GraphStructure structure, GraphTypes enums, GraphBlocks blocks, GraphElements elements, GraphLocations locs, WritableByteChannel channel) throws IOException { - super(channel, major, minor); + super(channel, major, minor, embedded); this.structure = structure; this.types = enums; this.blocks = blocks;