Skip to content

Commit 15c4df0

Browse files
gate formatting fix
1 parent 48ea930 commit 15c4df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge/JfrGCEventSupport.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ private int popPhase() {
138138
assert currentPhase > 0;
139139
return --currentPhase;
140140
}
141+
141142
public static RuntimeSupport.Hook startupHook() {
142143
return isFirstIsolate -> {
143144
FlightRecorder.addPeriodicEvent(EveryChunkNativeGCPeriodicEvents.class, EveryChunkNativeGCPeriodicEvents::emit);

0 commit comments

Comments
 (0)