git: openjdk/jdk: 2 new changesets
Vladimir Ivanov
vlivanov at openjdk.org
Tue Sep 6 22:17:55 UTC 2022
Changeset: fb6eb6f2
Author: Vladimir Ivanov <vlivanov at openjdk.org>
Date: 2022-09-06 22:15:39 +0000
URL: https://git.openjdk.org/jdk/commit/fb6eb6f26728d379fe666ac87630236f58065bbe
8293245: x86_64: Extract Adler32 stub implementation into stubGenerator_x86_64_adler.cpp
Reviewed-by: kvn, dlong
! src/hotspot/cpu/x86/macroAssembler_x86.hpp
- src/hotspot/cpu/x86/macroAssembler_x86_adler.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_adler.cpp
! src/hotspot/cpu/x86/stubRoutines_x86.cpp
! src/hotspot/cpu/x86/stubRoutines_x86.hpp
Changeset: 5b4c4155
Author: Vladimir Ivanov <vlivanov at openjdk.org>
Date: 2022-09-06 22:16:37 +0000
URL: https://git.openjdk.org/jdk/commit/5b4c415510cbd1b34217c976006ea900d5917f46
8293254: x86_64: Extract arraycopy stub implementations into a separate file
Reviewed-by: dlong, kvn
! src/hotspot/cpu/x86/macroAssembler_x86.hpp
- src/hotspot/cpu/x86/macroAssembler_x86_arrayCopy_avx3.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp
+ src/hotspot/cpu/x86/stubGenerator_x86_64_arraycopy.cpp
More information about the jdk-changes
mailing list