diff graal/GraalCompiler/src/com/sun/c1x/value/FrameState.java @ 2737:99c84a06bb64

Added two new utilities to the Graph class: NodeBitMap and NodeMap.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Fri, 20 May 2011 10:40:39 +0200
parents a2f62de90c76
children bdaf31906620
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/value/FrameState.java	Fri May 20 10:16:39 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/value/FrameState.java	Fri May 20 10:40:39 2011 +0200
@@ -36,7 +36,7 @@
  * The {@code FrameState} class encapsulates the frame state (i.e. local variables and
  * operand stack) at a particular point in the abstract interpretation.
  */
-public class FrameState extends Value implements FrameStateAccess {
+public final class FrameState extends Value implements FrameStateAccess {
 
     protected final int localsSize;