src/share/vm/c1/c1_Instruction.hpp

changeset 3312
973293defacd
parent 3100
a32de5085326
child 3592
701a83c86f28
     1.1 --- a/src/share/vm/c1/c1_Instruction.hpp	Wed Nov 16 09:13:57 2011 -0800
     1.2 +++ b/src/share/vm/c1/c1_Instruction.hpp	Wed Nov 16 19:42:58 2011 -0800
     1.3 @@ -501,6 +501,7 @@
     1.4    virtual RoundFP*          as_RoundFP()         { return NULL; }
     1.5    virtual ExceptionObject*  as_ExceptionObject() { return NULL; }
     1.6    virtual UnsafeOp*         as_UnsafeOp()        { return NULL; }
     1.7 +  virtual ProfileInvoke*    as_ProfileInvoke()   { return NULL; }
     1.8  
     1.9    virtual void visit(InstructionVisitor* v)      = 0;
    1.10  

mercurial