git: openjdk/panama-vector: master: 8247910: Improve alignment and power-of-2 utilities using C++14
Kim Barrett
kbarrett at openjdk.java.net
Tue Sep 15 04:37:26 UTC 2020
Changeset: af8c6780
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2020-09-15 04:34:49 +0000
URL: https://git.openjdk.java.net/panama-vector/commit/af8c6780
8247910: Improve alignment and power-of-2 utilities using C++14
8238956: Replace powerOfTwo::max_value with std::numeric_limits
Reviewed-by: tschatzl, stefank
! src/hotspot/cpu/zero/interpreterFrame_zero.hpp
! src/hotspot/share/gc/shared/taskqueue.hpp
! src/hotspot/share/memory/padded.hpp
! src/hotspot/share/memory/padded.inline.hpp
! src/hotspot/share/runtime/globals_shared.hpp
! src/hotspot/share/services/nmtCommon.hpp
! src/hotspot/share/utilities/align.hpp
! src/hotspot/share/utilities/powerOfTwo.hpp
! test/hotspot/gtest/runtime/test_arguments.cpp
! test/hotspot/gtest/utilities/test_align.cpp
! test/hotspot/gtest/utilities/test_population_count.cpp
! test/hotspot/gtest/utilities/test_powerOfTwo.cpp
More information about the panama-dev
mailing list