Skip to content

Commit 1b67e38

Browse files
Minor fixes.
1 parent 29c7034 commit 1b67e38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/Target_jdk_jfr_internal_JVM.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -661,11 +661,7 @@ public static boolean isProduct() {
661661

662662
/** See {@link JVM#setMethodTraceFilters}. */
663663
@Substitute
664-
public static long[] setMethodTraceFilters(
665-
String[] classes,
666-
String[] methods,
667-
String[] annotations,
668-
int[] modification) {
664+
public static long[] setMethodTraceFilters(String[] classes, String[] methods, String[] annotations, int[] modification) {
669665
// JFR method tracing is not supported. No filters can be used so return null.
670666
return null;
671667
}

0 commit comments

Comments
 (0)