We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c7034 commit a3104c7Copy full SHA for a3104c7
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jfr/Target_jdk_jfr_internal_JVM.java
@@ -662,10 +662,10 @@ public static boolean isProduct() {
662
/** See {@link JVM#setMethodTraceFilters}. */
663
@Substitute
664
public static long[] setMethodTraceFilters(
665
- String[] classes,
666
- String[] methods,
667
- String[] annotations,
668
- int[] modification) {
+ String[] classes,
+ String[] methods,
+ String[] annotations,
+ int[] modification) {
669
// JFR method tracing is not supported. No filters can be used so return null.
670
return null;
671
}
0 commit comments