[crac] RFR: 8314610: hotspot can't compile with the latest of gtest because of <iomanip>

Jan Kratochvil jkratochvil at openjdk.org
Fri Feb 2 07:57:35 UTC 2024


Although a better fix with be just a new merge with master.


test/hotspot/gtest/gc/shared/test_memset_with_concurrent_readers.cpp: In member function 'virtual void gc_memset_with_concurrent_readers_Test::TestBody()':
test/hotspot/gtest/gc/shared/test_memset_with_concurrent_readers.cpp:82:34: error: 'setw' is not a member of 'std' 
   82 |                          << std::setw(2) << line_byte(lp, 0) << " "
      |                                  ^~~~

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

Commit messages:
 - 8314610: hotspot can't compile with the latest of gtest because of <iomanip>

Changes: https://git.openjdk.org/crac/pull/152/files
 Webrev: https://webrevs.openjdk.org/?repo=crac&pr=152&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8314610
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/crac/pull/152.diff
  Fetch: git fetch https://git.openjdk.org/crac.git pull/152/head:pull/152

PR: https://git.openjdk.org/crac/pull/152


More information about the crac-dev mailing list