mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
cc1c11c366
commit
c002e71565
31 changed files with 31 additions and 591 deletions
|
@ -503,14 +503,6 @@ void LIR_Assembler::emit_op1(LIR_Op1* op) {
|
|||
}
|
||||
break;
|
||||
|
||||
case lir_prefetchr:
|
||||
prefetchr(op->in_opr());
|
||||
break;
|
||||
|
||||
case lir_prefetchw:
|
||||
prefetchw(op->in_opr());
|
||||
break;
|
||||
|
||||
case lir_roundfp: {
|
||||
LIR_OpRoundFP* round_op = op->as_OpRoundFP();
|
||||
roundfp_op(round_op->in_opr(), round_op->tmp(), round_op->result_opr(), round_op->pop_fpu_stack());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue