From 4c0f24ef7108c889afdd4443d07e58c1798633cc Mon Sep 17 00:00:00 2001 From: "Archie L. Cobbs" Date: Wed, 4 Jan 2023 16:00:22 +0000 Subject: [PATCH] 8064931: tools/javac/scope/DupUnsharedTest.java needs to be updated to add the bug id Reviewed-by: vromero --- test/langtools/tools/javac/scope/DupUnsharedTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/langtools/tools/javac/scope/DupUnsharedTest.java b/test/langtools/tools/javac/scope/DupUnsharedTest.java index 55d23cf38e2..ed65bc719f8 100644 --- a/test/langtools/tools/javac/scope/DupUnsharedTest.java +++ b/test/langtools/tools/javac/scope/DupUnsharedTest.java @@ -23,6 +23,7 @@ /* * @test + * @bug 8064362 * @summary WriteableScope.dupUnshared not working properly for shared Scopes. * @modules jdk.compiler/com.sun.tools.javac.code:+open * jdk.compiler/com.sun.tools.javac.file