From 557610143cdebd61ebd2c8bd1328a00b14d3bb18 Mon Sep 17 00:00:00 2001 From: John Engebretson Date: Mon, 13 Apr 2026 15:04:40 +0000 Subject: [PATCH] Adding copyright statement --- .../util/HashMapConstructorBenchmark.java | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/test/micro/org/openjdk/bench/java/util/HashMapConstructorBenchmark.java b/test/micro/org/openjdk/bench/java/util/HashMapConstructorBenchmark.java index 984be3d3c92..b8065c15935 100644 --- a/test/micro/org/openjdk/bench/java/util/HashMapConstructorBenchmark.java +++ b/test/micro/org/openjdk/bench/java/util/HashMapConstructorBenchmark.java @@ -1,3 +1,25 @@ +/* + * Copyright Amazon.com Inc. or its affiliates. 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 + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ package org.openjdk.bench.java.util; import org.openjdk.jmh.annotations.*;