Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
roberttoyonaga committed Nov 28, 2024
1 parent fec12e8 commit 841fd9d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 841fd9d

Please sign in to comment.