RFR: 8371104: gtests should use wrappers for <limits> and <type_traits>

Kim Barrett kbarrett at openjdk.org
Mon Nov 3 18:09:19 UTC 2025


Please review this trivial change, updating HotSpot gtests to include the new
cppstdlib/{limits,type_traits}.hpp wrappers instead of including the Standard
Library headers directly.

Testing: mach5 tier1

-------------

Commit messages:
 - use type_traits wrapper
 - use limits wrapper

Changes: https://git.openjdk.org/jdk/pull/28114/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28114&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8371104
  Stats: 31 lines in 9 files changed: 11 ins; 20 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/28114.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28114/head:pull/28114

PR: https://git.openjdk.org/jdk/pull/28114


More information about the hotspot-dev mailing list