hotspot/src/share/vm/asm/codeBuffer.hpp
changeset 29193 3ede621e9262
parent 29180 50369728b00e
parent 28947 2ea471384931
child 31599 f1b42743d3ee
--- a/hotspot/src/share/vm/asm/codeBuffer.hpp	Fri Feb 06 10:36:46 2015 -0800
+++ b/hotspot/src/share/vm/asm/codeBuffer.hpp	Thu Feb 26 10:56:54 2015 -0800
@@ -42,7 +42,6 @@
                  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
                  DeoptMH,        // Offset where MethodHandle deopt handler lives