mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8295009: RISC-V: Interpreter intrinsify Thread.currentThread()
Reviewed-by: fyang, shade
This commit is contained in:
parent
e7d0ab227f
commit
d3781ac8a3
4 changed files with 15 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue