mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8068976: Remove JSDT implementation
Reviewed-by: sla, mchung, dholmes
This commit is contained in:
parent
3a8d0b8ce0
commit
48639428ce
31 changed files with 0 additions and 2971 deletions
|
@ -42,7 +42,6 @@ public:
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue