Skip to content

Commit

Permalink
8322636: [JVMCI] HotSpotSpeculationLog can be inconsistent across a s…
Browse files Browse the repository at this point in the history
…ingle compile
  • Loading branch information
davleopo committed Dec 22, 2023
1 parent 6de23bf commit 04dece6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ byte[] getFlattenedSpeculations(boolean validate) {

@Override
public boolean maySpeculate(SpeculationReason reason) {
if (failedSpeculations == null) {
collectFailedSpeculations();
}
if (failedSpeculations != null && failedSpeculations.length != 0) {
byte[] encoding = encode(reason);
return !contains(failedSpeculations, 0, encoding);
Expand Down

0 comments on commit 04dece6

Please sign in to comment.