Skip to content

Commit

Permalink
[JDK-8333388] Fix option stability.
Browse files Browse the repository at this point in the history
PullRequest: graal/17904
  • Loading branch information
davleopo committed Jun 4, 2024
2 parents 6335fa6 + 23c73a4 commit 840e684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,6 @@ public final class GraalOptions {
public static final OptionKey<Boolean> OptimizeLongJumps = new OptionKey<>(false);

@Option(help = "Optimize integer division operation by using various mathematical foundations to "
+ " express it in faster, equivalent, arithmetic.", type = OptionType.Expert)
+ " express it in faster, equivalent, arithmetic.", type = OptionType.Debug)
public static final OptionKey<Boolean> OptimizeDiv = new OptionKey<>(true);
}

0 comments on commit 840e684

Please sign in to comment.