mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8132207: update for x86 exp in the math lib
Add new java.lang.Math() intrinsics from x86 Reviewed-by: kvn, iveresov
This commit is contained in:
parent
12cba200a3
commit
5a633b1cbd
28 changed files with 1022 additions and 307 deletions
|
@ -317,6 +317,7 @@ const char* Runtime1::name_for_address(address entry) {
|
|||
FUNCTION_CASE(entry, TRACE_TIME_METHOD);
|
||||
#endif
|
||||
FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
|
||||
FUNCTION_CASE(entry, StubRoutines::dexp());
|
||||
|
||||
#undef FUNCTION_CASE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue