8132318: -XX:TraceJumps is broken on Sparc

Reviewed-by: kvn, thartmann
This commit is contained in:
Dmitrij Pochepko 2016-06-27 17:23:15 +03:00
parent 4ab4c66c41
commit 490625cd8b
13 changed files with 12 additions and 139 deletions

View file

@ -1560,13 +1560,7 @@ address TemplateInterpreterGenerator::generate_native_entry(bool synchronized) {
__ bind(ok);
}
#endif
if (TraceJumps) {
// Move target to register that is recordable
__ mov(Lscratch, G3_scratch);
__ JMP(G3_scratch, 0);
} else {
__ jmp(Lscratch, 0);
}
__ jmp(Lscratch, 0);
__ delayed()->nop();