summary refs log blame commit diff
path: root/pkgs/development/compilers/graalvm/008_remove_jfr.patch
blob: 1aea044c80239f81d718ff36d53c99e6d620e1dc (plain) (tree)
































                                                  
diff --git a/mx.jvmci/suite.py b/mx.jvmci/suite.py
index 9690c0a38f..fa1d36b7e1 100644
--- a/mx.jvmci/suite.py
+++ b/mx.jvmci/suite.py
@@ -241,18 +241,7 @@ suite = {
       "workingSets" : "JVMCI,HotSpot,SPARC",
     },
 
-    "jdk.vm.ci.hotspot.jfr" : {
-      "subDir" : "jvmci",
-      "sourceDirs" : ["src"],
-      "dependencies" : [
-        "jdk.vm.ci.hotspot",
-        "JFR",
-      ],
-      "checkstyle" : "jdk.vm.ci.hotspot",
-      "javaCompliance" : "1.8",
-      "profile" : "",
-      "workingSets" : "JVMCI,HotSpot",
-    },
+
 
     "hotspot" : {
       "native" : True,
@@ -354,7 +343,7 @@ suite = {
         "jdk.vm.ci.hotspot.aarch64",
         "jdk.vm.ci.hotspot.amd64",
         "jdk.vm.ci.hotspot.sparc",
-        "jdk.vm.ci.hotspot.jfr",
+
       ],
       "distDependencies" : [
         "JVMCI_SERVICES",