hotspot/src/share/vm/asm/codeBuffer.hpp
changeset 363 99d43e8a76ad
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
--- a/hotspot/src/share/vm/asm/codeBuffer.hpp	Wed Apr 16 17:36:29 2008 -0400
+++ b/hotspot/src/share/vm/asm/codeBuffer.hpp	Thu Apr 17 22:18:15 2008 -0400
@@ -36,6 +36,7 @@
                  Verified_Entry,
                  Frame_Complete, // Offset in the code where the frame setup is (for forte stackwalks) is complete
                  OSR_Entry,
+                 Dtrace_trap = OSR_Entry,  // dtrace probes can never have an OSR entry so reuse it
                  Exceptions,     // Offset where exception handler lives
                  Deopt,          // Offset where deopt handler lives
                  max_Entries };