diff --git a/substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jfr/oldobject/TestOldObjectProfiler.java b/substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jfr/oldobject/TestOldObjectProfiler.java index 9beed3cf0850..9886db719b49 100644 --- a/substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jfr/oldobject/TestOldObjectProfiler.java +++ b/substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jfr/oldobject/TestOldObjectProfiler.java @@ -48,8 +48,10 @@ public class TestOldObjectProfiler extends AbstractJfrTest { - /* Old object samples will not have allocation ticks set correctly if JfrTicks is not first initialized. - * We need to create the first JFR recording to lazily initialize JfrTicks.*/ + /* + * Old object samples will not have allocation ticks set correctly if JfrTicks is not first + * initialized. We need to create the first JFR recording to lazily initialize JfrTicks. + */ @BeforeClass public static void initializeJfrTicks() { GraalDirectives.blackhole(new Recording());