8295009: RISC-V: Interpreter intrinsify Thread.currentThread()

Reviewed-by: fyang, shade
This commit is contained in:
Yadong Wang 2022-10-16 10:36:26 +00:00 committed by Fei Yang
parent e7d0ab227f
commit d3781ac8a3
4 changed files with 15 additions and 4 deletions

View file

@ -94,7 +94,7 @@ class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
address generate_CRC32_update_entry();
address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);
address generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind);
#if defined(AMD64) || defined(AARCH64)
#if defined(AMD64) || defined(AARCH64) || defined(RISCV64)
address generate_currentThread();
#endif
#ifdef IA32