Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -268,9 +268,7 @@ private void tryJit(ThreadContext context) {
if (context.runtime.isBooting() && !Options.JIT_KERNEL.load()) return; // don't JIT during runtime boot

synchronized (this) {
int callCount = this.callCount;
if (callCount >= 0 && callCount++ >= Options.JIT_THRESHOLD.load()) {
this.callCount = callCount;
context.runtime.getJITCompiler().buildThresholdReached(context, this);
}
}

0 comments on commit a480e8a

Please sign in to comment.