We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec12e8 commit 841fd9dCopy full SHA for 841fd9d
substratevm/src/com.oracle.svm.test/src/com/oracle/svm/test/jfr/oldobject/TestOldObjectProfiler.java
@@ -48,8 +48,10 @@
48
49
public class TestOldObjectProfiler extends AbstractJfrTest {
50
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.*/
+ /*
+ * 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
+ */
55
@BeforeClass
56
public static void initializeJfrTicks() {
57
GraalDirectives.blackhole(new Recording());
0 commit comments