changeset 9604:8fe7e6e7b443

javadoc fix
author Doug Simon <doug.simon@oracle.com>
date Tue, 07 May 2013 21:51:18 +0200
parents c010001c38ce
children 1a87230c775d
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java	Tue May 07 21:51:07 2013 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java	Tue May 07 21:51:18 2013 +0200
@@ -151,8 +151,7 @@
      * Installs the result of a compilation into the code cache.
      * 
      * @param compResult the result of a compilation
-     * @param code if not null, then the code is installed as the non-default compiled code for the
-     *            associated method and the details of the installation are written to this object
+     * @param code the details of the installed CodeBlob are written to this object
      * @return the outcome of the installation as a {@link CodeInstallResult}.
      */
     CodeInstallResult installCode(HotSpotCompilationResult compResult, HotSpotInstalledCode code, SpeculationLog cache);