Skip to content

Commit

Permalink
TODO: REMOVE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jan 18, 2024
1 parent 509c7b2 commit 11a8e26
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,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 11a8e26

Please sign in to comment.