Skip to content

Commit 79b9947

Browse files
style
1 parent d777717 commit 79b9947

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/JfrThreadLocal.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ public static void stopRecording(IsolateThread isolateThread, boolean freeJavaBu
167167
javaBuffer.set(isolateThread, Word.nullPointer());
168168
flushToGlobalMemoryAndFreeBuffer(jb);
169169
} else {
170-
// Do not reset the thread local since we may need it to reinstate the buffer in the next recording.
170+
// Do not reset the thread local since we may need it to reinstate the buffer in the
171+
// next recording.
171172
flushToGlobalMemoryAndRetireBuffer(jb);
172173
}
173174

0 commit comments

Comments
 (0)