File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
com.oracle.truffle.api.test/src/com/oracle/truffle/api/test
com.oracle.truffle.api/src/com/oracle/truffle/api/frame Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
58
58
public class FrameDescriptorTest {
59
59
60
- private static final boolean NULL_TAGS_SUPPORTED = Runtime .version ().feature () >= 24 ;
60
+ private static final boolean NULL_TAGS_SUPPORTED = Runtime .version ().feature () >= 25 ;
61
61
62
62
@ BeforeClass
63
63
public static void runWithWeakEncapsulationOnly () {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public final class FrameDescriptor implements Cloneable {
76
76
*/
77
77
@ Deprecated static final int MIXED_STATIC_MODE = NO_STATIC_MODE | ALL_STATIC_MODE ;
78
78
79
- private static final boolean NULL_TAGS_SUPPORTED = Runtime .version ().feature () >= 24 ;
79
+ private static final boolean NULL_TAGS_SUPPORTED = Runtime .version ().feature () >= 25 ;
80
80
81
81
// Do not rename or remove. This field is read by the compiler.
82
82
static final Object ILLEGAL_DEFAULT_VALUE = new Object ();
You can’t perform that action at this time.
0 commit comments