Skip to content

Commit 1161970

Browse files
author
SendaoYan
committed
8384228: Cleanup compiler/arguments/TestCompilerCounts.java
Reviewed-by: shade, kvn
1 parent 6a07b21 commit 1161970

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

test/hotspot/jtreg/compiler/arguments/TestCompilerCounts.java

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
3-
* Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
3+
* Copyright (c) 2025, 2026, Oracle and/or its affiliates. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
66
* This code is free software; you can redistribute it and/or modify it
@@ -23,8 +23,8 @@
2323
*/
2424

2525
/*
26-
* @test
27-
* @library /test/lib /
26+
* @test id=debug
27+
* @library /test/lib
2828
* @bug 8356000
2929
* @requires vm.flagless
3030
* @requires vm.bits == "64"
@@ -33,8 +33,8 @@
3333
*/
3434

3535
/*
36-
* @test
37-
* @library /test/lib /
36+
* @test id=product
37+
* @library /test/lib
3838
* @bug 8356000
3939
* @requires vm.flagless
4040
* @requires vm.bits == "64"
@@ -44,15 +44,10 @@
4444

4545
package compiler.arguments;
4646

47-
import java.io.IOException;
48-
import java.util.List;
49-
import java.util.Arrays;
50-
import java.util.ArrayList;
51-
import java.util.function.Function;
5247
import jdk.test.lib.Asserts;
53-
import jdk.test.lib.process.ProcessTools;
54-
import jdk.test.lib.process.OutputAnalyzer;
5548
import jdk.test.lib.cli.CommandLineOptionTest;
49+
import jdk.test.lib.process.OutputAnalyzer;
50+
import jdk.test.lib.process.ProcessTools;
5651

5752
public class TestCompilerCounts {
5853

0 commit comments

Comments
 (0)