mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -36,11 +36,6 @@
|
|||
#include "c1/c1_Runtime1.hpp"
|
||||
#endif
|
||||
|
||||
|
||||
bool NativeInstruction::is_dtrace_trap() {
|
||||
return !is_nop();
|
||||
}
|
||||
|
||||
void NativeInstruction::set_data64_sethi(address instaddr, intptr_t x) {
|
||||
ResourceMark rm;
|
||||
CodeBuffer buf(instaddr, 10 * BytesPerInstWord );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue