Skip to content

Commit

Permalink
TODO: REMOVE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Oct 17, 2023
1 parent 0a17664 commit ff90474
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,8 @@ public NativeImageInvokerInfo build() {
// This feature will become available as non-experimental in the next release (GraalVM for Java 22,
// GraalVM 24.0.0), and will be promoted to the default behavior as the community adopts it.
addExperimentalVMOption(nativeImageArgs, "-H:ThrowMissingRegistrationErrors=");
// TODO remove this. It's only for testing.
addExperimentalVMOption(nativeImageArgs, "-H:MissingRegistrationReportingMode=Exit");
}

/*
Expand Down

0 comments on commit ff90474

Please sign in to comment.