File tree Expand file tree Collapse file tree
test/hotspot/jtreg/compiler/arguments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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"
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"
4444
4545package 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 ;
5247import jdk .test .lib .Asserts ;
53- import jdk .test .lib .process .ProcessTools ;
54- import jdk .test .lib .process .OutputAnalyzer ;
5548import jdk .test .lib .cli .CommandLineOptionTest ;
49+ import jdk .test .lib .process .OutputAnalyzer ;
50+ import jdk .test .lib .process .ProcessTools ;
5651
5752public class TestCompilerCounts {
5853
You can’t perform that action at this time.
0 commit comments