diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotMethodDataAccessor.java @ 14906:f3a5036cc13c

javadoc fixes javadoc has become stricter in jdk8
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 31 Mar 2014 20:51:09 +0200
parents 579a2a124c95
children 4ca6dc0799b6
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotMethodDataAccessor.java	Mon Mar 31 19:07:49 2014 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotMethodDataAccessor.java	Mon Mar 31 20:51:09 2014 +0200
@@ -89,14 +89,14 @@
     /**
      * Returns the BCI stored in the LayoutData header.
      * 
-     * @return An integer >= 0 and <= Short.MAX_VALUE, or -1 if not supported.
+     * @return An integer &ge; 0 and &le; Short.MAX_VALUE, or -1 if not supported.
      */
     int getBCI(HotSpotMethodData data, int position);
 
     /**
      * Computes the size for the specific data at the given position.
      * 
-     * @return An integer > 0.
+     * @return An integer &gt; 0.
      */
     int getSize(HotSpotMethodData data, int position);