From 574b48c6925ebfb31345fc46c7d23aa4153f99b0 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Thu, 16 Feb 2023 17:13:16 +0000 Subject: [PATCH] 8302678: validate_source fails after JDK-8293313 Reviewed-by: bpb --- src/hotspot/share/services/mallocTracker.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/share/services/mallocTracker.hpp b/src/hotspot/share/services/mallocTracker.hpp index 461b73b35ee..80acc7e1854 100644 --- a/src/hotspot/share/services/mallocTracker.hpp +++ b/src/hotspot/share/services/mallocTracker.hpp @@ -1,6 +1,7 @@ /* * Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2021, 2023 SAP SE. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as