Skip to content

Commit 623b4c4

Browse files
Releasing new version
1 parent 30a4c9e commit 623b4c4

File tree

1 file changed

+1
-1
lines changed
  • java/src/main/java/io/github/toolfactory/jvm

1 file changed

+1
-1
lines changed

java/src/main/java/io/github/toolfactory/jvm/Info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
package io.github.toolfactory.jvm;
3232

3333
public interface Info {
34-
public final static int[] CRITICAL_VERSIONS = {7, 9, 14, 17};
34+
public final static int[] CRITICAL_VERSIONS = {7, 9, 14, 17, 20};
3535

3636

3737
public boolean isCompressedOopsOffOn64BitHotspot();

0 commit comments

Comments
 (0)