You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-25/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ To run each example use: `java --enable-preview --source 25 <FileName.java>`
128
128
* the full [performance](https://cr.openjdk.org/~pminborg/stable-values2/api/java.base/java/lang/StableValue.html#performance) can be achieved by using static final fields:
129
129
* the core reflaction API allows instance final fields to be [updated arbitrarily](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/reflect/AccessibleObject.html#setAccessible(boolean))
130
130
* this will be improved with [integrity by default](https://openjdk.org/jeps/8305968)
131
-
* **Primitive Types in Patterns, instance of and switch**
131
+
* **Primitive Types in Patterns, instanceof and switch**
0 commit comments