Skip to content

Commit

Permalink
Disable frame state verification for manually generated graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
pejovica committed May 17, 2023
1 parent bdba00a commit 32fab0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public SubstrateGraphKit(DebugContext debug, ResolvedJavaMethod stubMethod, Prov
assert wordTypes != null : "Support for Word types is mandatory";
frameState = new FrameStateBuilder(this, stubMethod, graph);
frameState.disableKindVerification();
frameState.disableStateVerification();
frameState.initializeForMethodStart(null, true, graphBuilderPlugins);
graph.start().setStateAfter(frameState.create(bci(), graph.start()));
}
Expand Down

0 comments on commit 32fab0a

Please sign in to comment.