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 979864d commit 129beafCopy full SHA for 129beaf
substratevm/src/com.oracle.svm.jfr/src/com/oracle/svm/jfr/JfrFeature.java
@@ -34,8 +34,6 @@
34
import java.util.function.BooleanSupplier;
35
36
import org.graalvm.nativeimage.ImageSingletons;
37
-import org.graalvm.nativeimage.Platform;
38
-import org.graalvm.nativeimage.Platforms;
39
import org.graalvm.nativeimage.hosted.Feature;
40
import org.graalvm.nativeimage.hosted.RuntimeClassInitialization;
41
import org.graalvm.nativeimage.hosted.RuntimeReflection;
@@ -107,7 +105,6 @@
107
105
* consistent state).</li>
108
106
* </ul>
109
*/
110
-@Platforms({Platform.LINUX.class, Platform.DARWIN.class})
111
@AutomaticFeature
112
public class JfrFeature implements Feature {
113
0 commit comments