8132081: C2 support for Adler32 on SPARC

Add C2 instrinsic support for Adler32 checksum on SPARC.

Reviewed-by: kvn
This commit is contained in:
Ahmed Khawaja 2015-09-03 15:03:12 -07:00 committed by Vladimir Kozlov
parent 20b11ddd88
commit d7b8032741
17 changed files with 565 additions and 1 deletions

View file

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