Skip to content

Commit c93489b

Browse files
Sorna Sarathi NTheRealMDoerr
Sorna Sarathi N
authored andcommittedJan 13, 2025
8314610: hotspot can't compile with the latest of gtest because of <iomanip>
Backport-of: febc34dd285c3382716e068748d4a3b0c73d87ad
1 parent 36481dd commit c93489b

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

+2-1
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"

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Jan 13, 2025

@openjdk-notifier[bot]
Please sign in to comment.