# HG changeset patch # User Tom Rodriguez # Date 1443200327 25200 # Node ID e8f298580f99ee4ce56f920c614c0a00ee8ab27d # Parent 8a837db73b92672838defff43e7c35111ac07522 Correct javadoc for CompilerToVM diff -r 8a837db73b92 -r e8f298580f99 jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java --- a/jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java Fri Sep 25 18:45:35 2015 +0200 +++ b/jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java Fri Sep 25 09:58:47 2015 -0700 @@ -585,8 +585,9 @@ * Read a value representing a metaspace Method* and return the * {@link HotSpotResolvedJavaMethodImpl} wrapping it. This method does no checking that the * location actually contains a valid Method*. If the {@code base} object is a - * {@link MetaspaceWrapperObject} then the metaspace pointer is fetched from that object and - * used as the base. Otherwise the object itself is used as the base. + * {@link HotSpotResolvedJavaMethodImpl}, {@link HotSpotConstantPool} or + * {@link HotSpotResolvedObjectTypeImpl} then the metaspace pointer is fetched from that object + * and used as the base. Otherwise the object itself is used as the base. * * @param base an object to read from or null * @param displacement @@ -598,8 +599,9 @@ * Read a value representing a metaspace ConstantPool* and return the * {@link HotSpotConstantPool} wrapping it. This method does no checking that the location * actually contains a valid ConstantPool*. If the {@code base} object is a - * {@link MetaspaceWrapperObject} then the metaspace pointer is fetched from that object and - * used as the base. Otherwise the object itself is used as the base. + * {@link HotSpotResolvedJavaMethodImpl}, {@link HotSpotConstantPool} or + * {@link HotSpotResolvedObjectTypeImpl} then the metaspace pointer is fetched from that object + * and used as the base. Otherwise the object itself is used as the base. * * @param base an object to read from or null * @param displacement @@ -611,8 +613,9 @@ * Read a value representing a metaspace Klass* and return the * {@link HotSpotResolvedObjectTypeImpl} wrapping it. The method does no checking that the * location actually contains a valid Klass*. If the {@code base} object is a - * {@link MetaspaceWrapperObject} then the metaspace pointer is fetched from that object and - * used as the base. Otherwise the object itself is used as the base. + * {@link HotSpotResolvedJavaMethodImpl}, {@link HotSpotConstantPool} or + * {@link HotSpotResolvedObjectTypeImpl} then the metaspace pointer is fetched from that object + * and used as the base. Otherwise the object itself is used as the base. * * @param base an object to read from or null * @param displacement