From 841fd9da442784e81f7af84b8e7e070203c6e8ce Mon Sep 17 00:00:00 2001 From: Robert Toyonaga Date: Thu, 28 Nov 2024 15:34:37 -0500 Subject: [PATCH] style --- .../svm/test/jfr/oldobject/TestOldObjectProfiler.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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());