diff graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/DebugInfo.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 8c4a3d9308a7
children d60dd21329f2
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/DebugInfo.java	Mon Mar 31 19:07:49 2014 +0200
+++ b/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/DebugInfo.java	Mon Mar 31 20:51:09 2014 +0200
@@ -32,6 +32,7 @@
  * their values can be read</li>
  * <li>a map from the registers (in the caller's frame) to the slots where they are saved in the
  * current frame</li>
+ * </ul>
  */
 public class DebugInfo {
 
@@ -41,7 +42,7 @@
 
     /**
      * Creates a new {@link DebugInfo} from the given values.
-     * 
+     *
      * @param codePos the {@linkplain BytecodePosition code position} or {@linkplain BytecodeFrame
      *            frame} info
      * @param referenceMap the reference map
@@ -60,7 +61,7 @@
 
     /**
      * Gets the deoptimization information for each inlined frame (if available).
-     * 
+     *
      * @return {@code null} if no frame de-opt info is {@linkplain #hasFrame() available}
      */
     public BytecodeFrame frame() {