mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8151268: Wire up the x86 _vectorizedMismatch stub routine in C1
Reviewed-by: kvn
This commit is contained in:
parent
7057abda29
commit
472a1bc607
12 changed files with 113 additions and 11 deletions
|
@ -319,6 +319,7 @@ const char* Runtime1::name_for_address(address entry) {
|
|||
#endif
|
||||
FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
|
||||
FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32C());
|
||||
FUNCTION_CASE(entry, StubRoutines::vectorizedMismatch());
|
||||
FUNCTION_CASE(entry, StubRoutines::dexp());
|
||||
FUNCTION_CASE(entry, StubRoutines::dlog());
|
||||
FUNCTION_CASE(entry, StubRoutines::dlog10());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue