Skip to content

Commit febc34d

Browse files
author
Xin Liu
committed
8314610: hotspot can't compile with the latest of gtest because of <iomanip>
Reviewed-by: jiefu, stuefe
1 parent 58f5826 commit febc34d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/gtest/gc/shared/test_memset_with_concurrent_readers.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
#include "utilities/globalDefinitions.hpp"
2727

2828
#include "utilities/vmassert_uninstall.hpp"
29+
#include <iomanip>
2930
#include <string.h>
3031
#include <sstream>
3132
#include "utilities/vmassert_reinstall.hpp"

0 commit comments

Comments
 (0)