From 01b9e688e115107b4dc29cdb8624936f9866a447 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Mon, 20 May 2024 20:48:07 +0800 Subject: [PATCH] 8332499: Gtest codestrings.validate_vm fail on linux x64 Signed-off-by: sendaoYan --- test/hotspot/gtest/code/test_codestrings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/gtest/code/test_codestrings.cpp b/test/hotspot/gtest/code/test_codestrings.cpp index 7d5082045ce48..bf85fd4032b93 100644 --- a/test/hotspot/gtest/code/test_codestrings.cpp +++ b/test/hotspot/gtest/code/test_codestrings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2021, 2024, 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