Skip to content
Snippets Groups Projects
Commit 70d2f853 authored by Christian Humer's avatar Christian Humer
Browse files

Fix bug in IntValueProfile.

parent 449fa6db
Branches
No related tags found
No related merge requests found
...@@ -32,8 +32,7 @@ public final class IntValueProfile { ...@@ -32,8 +32,7 @@ public final class IntValueProfile {
private static final byte GENERIC = 2; private static final byte GENERIC = 2;
@CompilationFinal private int cachedValue; @CompilationFinal private int cachedValue;
@CompilationFinal private byte state = 0;
private byte state = 0;
private IntValueProfile() { private IntValueProfile() {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment