From 205a6b30520e4e4dca849825b80bfe519cd6cc59 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Sat, 10 Aug 2024 08:47:30 +0800 Subject: [PATCH] add bug id 8337334 --- test/langtools/tools/javac/7142086/T7142086.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/langtools/tools/javac/7142086/T7142086.java b/test/langtools/tools/javac/7142086/T7142086.java index 025aa7b95ce17..b6521b7ffbc05 100644 --- a/test/langtools/tools/javac/7142086/T7142086.java +++ b/test/langtools/tools/javac/7142086/T7142086.java @@ -23,7 +23,7 @@ /* * @test - * @bug 7142086 + * @bug 7142086 8337334 * @requires vm.debug == false * @summary performance problem in Check.checkOverrideClashes(...) * @modules jdk.compiler