Skip to content

Commit 566279a

Browse files
committed
8360022: ClassRefDupInConstantPoolTest.java fails when running in repeat
Reviewed-by: vromero
1 parent 77e69e0 commit 566279a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/langtools/tools/javac/jvm/ClassRefDupInConstantPoolTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 8015927
2727
* @summary Class reference duplicates in constant pool
28-
* @clean ClassRefDupInConstantPoolTest$Duplicates
28+
* @clean ClassRefDupInConstantPoolTest ClassRefDupInConstantPoolTest$Duplicates
2929
* @run main ClassRefDupInConstantPoolTest
3030
*/
3131

0 commit comments

Comments
 (0)