mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 13:08:24 +00:00
8356016: Build fails by clang(XCode 16.3) on macOS after JDK-8347719
Reviewed-by: shade, mgronlun
This commit is contained in:
parent
d6e4c5f659
commit
ae7ae847d4
@ -39,12 +39,13 @@
|
||||
#include "logging/log.hpp"
|
||||
#include "runtime/os_perf.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
#include "utilities/growableArray.hpp"
|
||||
|
||||
#include "utilities/vmassert_uninstall.hpp"
|
||||
#include <vector>
|
||||
BEGIN_ALLOW_FORBIDDEN_FUNCTIONS
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
END_ALLOW_FORBIDDEN_FUNCTIONS
|
||||
#include "utilities/vmassert_reinstall.hpp"
|
||||
|
||||
#include "unittest.hpp"
|
||||
@ -68,7 +69,6 @@ namespace {
|
||||
class MockJfrCheckpointWriter {
|
||||
public:
|
||||
traceid current;
|
||||
std::map<traceid, std::string> ids;
|
||||
|
||||
const JfrCheckpointContext context() const {
|
||||
return JfrCheckpointContext();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user