mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8278793: Interpreter(x64) intrinsify Thread.currentThread()
Reviewed-by: rkennke, dcubed, dholmes
This commit is contained in:
parent
8c0bb53f5b
commit
f7309060de
6 changed files with 33 additions and 4 deletions
|
@ -90,6 +90,7 @@ class AbstractInterpreter: AllStatic {
|
|||
java_lang_Float_floatToRawIntBits, // implementation of java.lang.Float.floatToRawIntBits()
|
||||
java_lang_Double_longBitsToDouble, // implementation of java.lang.Double.longBitsToDouble()
|
||||
java_lang_Double_doubleToRawLongBits, // implementation of java.lang.Double.doubleToRawLongBits()
|
||||
java_lang_Thread_currentThread, // implementation of java.lang.Thread.currentThread()
|
||||
number_of_method_entries,
|
||||
invalid = -1
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue