Skip to content

Commit 991768a

Browse files
committed
svm: adopt "JDK-8352738: Implement JEP 520: JFR Method Timing and Tracing"
1 parent 6b6df08 commit 991768a

File tree

1 file changed

+2
-1
lines changed
  • substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/logging

1 file changed

+2
-1
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/logging/JfrLogTag.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ enum JfrLogTag {
4646
PERIODIC,
4747
SAMPLING,
4848
DCMD,
49-
START
49+
START,
50+
METHODTRACE
5051
}

0 commit comments

Comments
 (0)