< prev index next >

core/org.openjdk.jmc.common/src/main/java/org/openjdk/jmc/common/version/JavaVersionSupport.java

Print this page

        

@@ -58,7 +58,9 @@
         public static final JavaVersion JDK_9 = new JavaVersion(9);
         // FIXME: Update this if JDK-8036749 is ever backported to 8uX.
         public static final JavaVersion DEBUG_NON_SAFEPOINTS_IMPLICITLY_ENABLED = JDK_9;
         // FIXME: Update this if JDK-8054307 is ever backported to 8uX.
         public static final JavaVersion STRING_IS_BYTE_ARRAY = JDK_9;
+        public static final JavaVersion JDK_11 = new JavaVersion(11);
+        public static final JavaVersion JFR_NOT_COMMERCIAL = JDK_11;
 
 }
< prev index next >