Skip to content

Commit 841fd9d

Browse files
style
1 parent fec12e8 commit 841fd9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jfr/oldobject/TestOldObjectProfiler.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@
4848

4949
public class TestOldObjectProfiler extends AbstractJfrTest {
5050

51-
/* Old object samples will not have allocation ticks set correctly if JfrTicks is not first initialized.
52-
* We need to create the first JFR recording to lazily initialize JfrTicks.*/
51+
/*
52+
* Old object samples will not have allocation ticks set correctly if JfrTicks is not first
53+
* initialized. We need to create the first JFR recording to lazily initialize JfrTicks.
54+
*/
5355
@BeforeClass
5456
public static void initializeJfrTicks() {
5557
GraalDirectives.blackhole(new Recording());

0 commit comments

Comments
 (0)