From dd76a640aa1aeeaceeb23433e10e69530427e8ed Mon Sep 17 00:00:00 2001 From: Chen Liang Date: Wed, 3 Dec 2025 09:55:27 -0600 Subject: [PATCH] Copyright years --- test/hotspot/jtreg/compiler/c2/irTests/TestGetAndAdd.java | 2 +- .../org/openjdk/bench/java/lang/foreign/VarHandleExact.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/compiler/c2/irTests/TestGetAndAdd.java b/test/hotspot/jtreg/compiler/c2/irTests/TestGetAndAdd.java index 7b9273d04a6..50b1abe1267 100644 --- a/test/hotspot/jtreg/compiler/c2/irTests/TestGetAndAdd.java +++ b/test/hotspot/jtreg/compiler/c2/irTests/TestGetAndAdd.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2023, 2025, Oracle and/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 diff --git a/test/micro/org/openjdk/bench/java/lang/foreign/VarHandleExact.java b/test/micro/org/openjdk/bench/java/lang/foreign/VarHandleExact.java index ec322253503..204a723d831 100644 --- a/test/micro/org/openjdk/bench/java/lang/foreign/VarHandleExact.java +++ b/test/micro/org/openjdk/bench/java/lang/foreign/VarHandleExact.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2025, Oracle and/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