mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8132081: C2 support for Adler32 on SPARC
Add C2 instrinsic support for Adler32 checksum on SPARC. Reviewed-by: kvn
This commit is contained in:
parent
20b11ddd88
commit
d7b8032741
17 changed files with 565 additions and 1 deletions
|
@ -139,6 +139,7 @@ address StubRoutines::_updateBytesCRC32 = NULL;
|
|||
address StubRoutines::_crc_table_adr = NULL;
|
||||
|
||||
address StubRoutines::_updateBytesCRC32C = NULL;
|
||||
address StubRoutines::_updateBytesAdler32 = NULL;
|
||||
|
||||
address StubRoutines::_multiplyToLen = NULL;
|
||||
address StubRoutines::_squareToLen = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue