changeset 22617:e8f298580f99

Correct javadoc for CompilerToVM
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Fri, 25 Sep 2015 09:58:47 -0700
parents 8a837db73b92
children 452ef008f3c3
files jvmci/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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