changeset 5873:d4d5af0234b7

Update api.code and api.meta overview.html
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 23 Jul 2012 16:50:10 +0200
parents 7ee5463a4f48
children f0d4304243ff
files graal/com.oracle.graal.api.code/overview.html graal/com.oracle.graal.api.meta/overview.html
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.code/overview.html	Mon Jul 23 16:00:02 2012 +0200
+++ b/graal/com.oracle.graal.api.code/overview.html	Mon Jul 23 16:50:10 2012 +0200
@@ -30,7 +30,8 @@
 </head>
 <body>
 
-Documentation for the <code>com.oracle.graal.api.code</code> project.
+The <code>com.oracle.graal.api.code</code> project provides an API to the runtime's native code cache.
+It allows installation and execution of native code.
 
 </body>
 </html>
--- a/graal/com.oracle.graal.api.meta/overview.html	Mon Jul 23 16:00:02 2012 +0200
+++ b/graal/com.oracle.graal.api.meta/overview.html	Mon Jul 23 16:50:10 2012 +0200
@@ -31,7 +31,8 @@
 <body>
 
 The <code>com.oracle.graal.api.meta</code> project provides an API to the runtime data structures
-for various Java elements. It extends standard Java reflection in terms of the amount detail exposed.
+for various Java elements. Unlike standard Java reflection, it can model elements that are not yet loaded.
+It can also expose profiling information collected by the runtime system.
 
 </body>
 </html>