src/share/vm/asm/codeBuffer.hpp

changeset 1813
9f5b60a14736
parent 1639
18a389214829
child 1907
c18cbe5936b8
child 1918
1a5913bf5e19
     1.1 --- a/src/share/vm/asm/codeBuffer.hpp	Wed Apr 14 15:30:13 2010 -0700
     1.2 +++ b/src/share/vm/asm/codeBuffer.hpp	Thu Apr 15 18:14:49 2010 -0700
     1.3 @@ -40,6 +40,7 @@
     1.4                   Exceptions,     // Offset where exception handler lives
     1.5                   Deopt,          // Offset where deopt handler lives
     1.6                   DeoptMH,        // Offset where MethodHandle deopt handler lives
     1.7 +                 UnwindHandler,  // Offset to default unwind handler
     1.8                   max_Entries };
     1.9  
    1.10    // special value to note codeBlobs where profile (forte) stack walking is
    1.11 @@ -59,6 +60,7 @@
    1.12      _values[Exceptions    ] = -1;
    1.13      _values[Deopt         ] = -1;
    1.14      _values[DeoptMH       ] = -1;
    1.15 +    _values[UnwindHandler ] = -1;
    1.16    }
    1.17  
    1.18    int value(Entries e) { return _values[e]; }

mercurial