# HG changeset patch # User Doug Simon # Date 1367956278 -7200 # Node ID 8fe7e6e7b44391d4490829d1355607da168929fa # Parent c010001c38ce0837e205dec4c1ac49d964e22bd9 javadoc fix diff -r c010001c38ce -r 8fe7e6e7b443 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java --- 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);