mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8266332: Adler32 intrinsic for x86 64-bit platforms
Co-authored-by: Xubo Zhang <xubo.zhang@intel.com> Co-authored-by: Greg B Tucker <greg.b.tucker@intel.com> Co-authored-by: Pengfei Li <pli@openjdk.org> Reviewed-by: sviswanathan, jbhateja, kvn, neliasso
This commit is contained in:
parent
b961f2535c
commit
8e3549fc73
13 changed files with 394 additions and 6 deletions
|
@ -574,6 +574,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
static_field(StubRoutines, _crc_table_adr, address) \
|
||||
static_field(StubRoutines, _crc32c_table_addr, address) \
|
||||
static_field(StubRoutines, _updateBytesCRC32C, address) \
|
||||
static_field(StubRoutines, _updateBytesAdler32, address) \
|
||||
static_field(StubRoutines, _multiplyToLen, address) \
|
||||
static_field(StubRoutines, _squareToLen, address) \
|
||||
static_field(StubRoutines, _bigIntegerRightShiftWorker, address) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue