Disable 2238-checker-polymorphic-recursive-inlining for JVM

It doesn't recognize the `-Xcompiler-option`  option that
this tests requires.

Bug: 219738402
Change-Id: Ib1e6e2901d88a8f7c437fc0925049e2c6a84900e
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 461ff90..72fdb08 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -1216,7 +1216,8 @@
                   "2035-structural-native-method",
                   "2036-structural-subclass-shadow",
                   "2038-hiddenapi-jvmti-ext",
-                  "2040-huge-native-alloc"],
+                  "2040-huge-native-alloc",
+                  "2238-checker-polymorphic-recursive-inlining"],
         "variant": "jvm",
         "description": ["Doesn't run on RI."]
     },