# HG changeset patch # User Gilles Duboscq # Date 1343055010 -7200 # Node ID d4d5af0234b775e04a402c13600514666fdb0632 # Parent 7ee5463a4f4823b6573f3cd2d86aad727fccd05e Update api.code and api.meta overview.html diff -r 7ee5463a4f48 -r d4d5af0234b7 graal/com.oracle.graal.api.code/overview.html --- 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 @@ -Documentation for the com.oracle.graal.api.code project. +The com.oracle.graal.api.code project provides an API to the runtime's native code cache. +It allows installation and execution of native code. diff -r 7ee5463a4f48 -r d4d5af0234b7 graal/com.oracle.graal.api.meta/overview.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 @@ The com.oracle.graal.api.meta 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.