This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new c2870cc Start using more general AOT acronym instead of Graal
c2870cc is described below
commit c2870cc2b2c9453448f3a0f84497d05e83b78542
Author: remm <[email protected]>
AuthorDate: Wed Jan 20 16:58:38 2021 +0100
Start using more general AOT acronym instead of Graal
AOT compilation support could also come from OpenJDK eventually.
---
webapps/docs/graal.xml | 2 +-
webapps/docs/project.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index 24943d7..f079197 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -23,7 +23,7 @@
&project;
<properties>
- <title>GraalVM support</title>
+ <title>Ahead of Time compilation support</title>
</properties>
<body>
diff --git a/webapps/docs/project.xml b/webapps/docs/project.xml
index e57c670..2331d1a 100644
--- a/webapps/docs/project.xml
+++ b/webapps/docs/project.xml
@@ -75,7 +75,8 @@
<item name="32) WebSocket" href="web-socket-howto.html"/>
<item name="33) Rewrite" href="rewrite.html"/>
<item name="34) CDI 2 and JAX-RS" href="cdi.html"/>
- <item name="35) GraalVM Support" href="graal.html"/>
+ <item name="35) AOT/GraalVM Support"
+ href="graal.html"/>
</menu>
<menu name="Reference">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]