8278793: Interpreter(x64) intrinsify Thread.currentThread()

Reviewed-by: rkennke, dcubed, dholmes
This commit is contained in:
Robbin Ehn 2021-12-21 16:12:32 +00:00
parent 8c0bb53f5b
commit f7309060de
6 changed files with 33 additions and 4 deletions

View file

@ -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
};