# HG changeset patch # User Doug Simon # Date 1425220958 -3600 # Node ID 143d65ef196f6a521537cf0c8ac0374d293f9c60 # Parent 09dfba3dbfb2f637f67e2e9b662e3d83c2c20a4e minor javadoc fix diff -r 09dfba3dbfb2 -r 143d65ef196f graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/BytecodeFrame.java --- a/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/BytecodeFrame.java Thu Feb 19 16:54:36 2015 +0100 +++ b/graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/BytecodeFrame.java Sun Mar 01 15:42:38 2015 +0100 @@ -85,7 +85,7 @@ /** * True if this is a position inside an exception handler before the exception object has been - * consumed. In this case, {@link #numStack == 1} and {@link #getStackValue(int) + * consumed. In this case, {@link #numStack} {@code == 1} and {@link #getStackValue(int) * getStackValue(0)} is the location of the exception object. If deoptimization happens at this * position, the interpreter will rethrow the exception instead of executing the bytecode * instruction at this position.