hotspot/src/share/vm/asm/codeBuffer.hpp
changeset 363 99d43e8a76ad
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
362:00cf4bffd828 363:99d43e8a76ad
    34 public:
    34 public:
    35   enum Entries { Entry,
    35   enum Entries { Entry,
    36                  Verified_Entry,
    36                  Verified_Entry,
    37                  Frame_Complete, // Offset in the code where the frame setup is (for forte stackwalks) is complete
    37                  Frame_Complete, // Offset in the code where the frame setup is (for forte stackwalks) is complete
    38                  OSR_Entry,
    38                  OSR_Entry,
       
    39                  Dtrace_trap = OSR_Entry,  // dtrace probes can never have an OSR entry so reuse it
    39                  Exceptions,     // Offset where exception handler lives
    40                  Exceptions,     // Offset where exception handler lives
    40                  Deopt,          // Offset where deopt handler lives
    41                  Deopt,          // Offset where deopt handler lives
    41                  max_Entries };
    42                  max_Entries };
    42 
    43 
    43   // special value to note codeBlobs where profile (forte) stack walking is
    44   // special value to note codeBlobs where profile (forte) stack walking is