Skip to content

Commit 7734c55

Browse files
authored
Merge pull request #16 from DanHeidinga/patch-1
AOT support is not experimental
2 parents eb7c9bf + 23c3012 commit 7734c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/tooling/aot-class-preloading.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
}
3232
],
3333
"support": {
34-
"state": "experimental",
35-
"description": "Available in JDK 25 LTS (JEPs 514/515, Sept 2025). Experimental."
34+
"state": "available",
35+
"description": "Available as a standard feature in JDK 25 LTS (JEPs 514/515, Sept 2025)."
3636
},
3737
"prev": "tooling/built-in-http-server",
3838
"next": "language/default-interface-methods",

0 commit comments

Comments
 (0)