Skip to content

Commit

Permalink
8272291: mark hotspot runtime/logging tests which ignore external VM …
Browse files Browse the repository at this point in the history
…flags

Backport-of: 05d64da7f32e5960550d5ec76fa2fba5c972d9b3
  • Loading branch information
GoeLin committed Sep 27, 2023
1 parent 084a797 commit 919964a
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 15 deletions.
Expand Up @@ -25,6 +25,7 @@
/*
* @test ClassInitializationTest
* @bug 8142976
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @compile BadMap50.jasm
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java
Expand Up @@ -25,7 +25,7 @@
/*
* @test ClassLoadUnloadTest
* @bug 8142506
* @requires vm.opt.final.ClassUnloading
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @library classes
Expand Down Expand Up @@ -78,6 +78,7 @@ static ProcessBuilder exec(String... args) throws Exception {
Collections.addAll(argsList, args);
Collections.addAll(argsList, "-Xmn8m");
Collections.addAll(argsList, "-Dtest.class.path=" + System.getProperty("test.class.path", "."));
Collections.addAll(argsList, "-XX:+ClassUnloading");
Collections.addAll(argsList, ClassUnloadTestMain.class.getName());
return ProcessTools.createJavaProcessBuilder(argsList);
}
Expand Down
Expand Up @@ -25,6 +25,7 @@
/*
* @test ClassResolutionTest
* @bug 8144874
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver ClassResolutionTest
Expand Down
5 changes: 3 additions & 2 deletions test/hotspot/jtreg/runtime/logging/CompressedOopsTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -24,7 +24,8 @@
/*
* @test
* @bug 8149991
* @requires vm.bits == 64 & vm.opt.final.UseCompressedOops == true
* @requires vm.bits == 64
* @requires vm.flagless
* @summary -Xlog:gc+heap+coops=info should have output from the code
* @library /test/lib
* @modules java.base/jdk.internal.misc
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/logging/CondyIndyTest.java
Expand Up @@ -24,6 +24,7 @@
/*
* @test
* @summary Test -Xlog:methodhandles with a test that contains both a condy and indy.
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @compile CondyIndyMathOperation.jasm
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/DefaultMethodsTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8139564 8203960
* @summary defaultmethods=debug should have logging from each of the statements in the code
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/ExceptionsTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8141211 8147477
* @summary exceptions=info output should have an exception message for interpreter methods
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/ItablesTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -27,6 +27,7 @@
* @summary itables=trace should have logging from each of the statements
* in the code
* @requires vm.debug
* @requires vm.flagless
* @library /test/lib
* @compile ClassB.java
* ItablesVtableTest.java
Expand Down
Expand Up @@ -25,6 +25,7 @@
/*
* @test LoaderConstraintsTest
* @bug 8149996
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib classes
* @build test.Empty
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/ModulesTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -24,6 +24,7 @@
/*
* @test
* @summary -Xlog:module should emit logging output
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/MonitorInflationTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8133885
* @summary monitorinflation=trace should have logging from each of the statements in the code
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Expand Up @@ -25,6 +25,7 @@
/*
* @test MonitorMismatchTest
* @bug 8150084
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @compile MonitorMismatchHelper.jasm
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/OsCpuLoggingTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8151939
* @summary os+cpu output should contain some os,cpu information
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Expand Up @@ -24,6 +24,7 @@
/*
* @test ProtectionDomainVerificationTest
* @bug 8149064
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver ProtectionDomainVerificationTest
Expand Down
Expand Up @@ -25,6 +25,7 @@
* @test
* @bug 8149991
* @summary safepoint+cleanup=info should have output from the code
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/SafepointTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8140348
* @summary safepoint=trace should have output from each log statement in the code
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/StackWalkTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,6 +26,7 @@
* @test StackWalkTest
* @bug 8160064
* @summary -Xlog:stackwalk should produce logging from the source code
* @requires vm.flagless
* @library /test/lib
* @run driver StackWalkTest
*/
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/StartupTimeTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8148630
* @summary -Xlog:startuptime should produce logging from the source code
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/logging/ThreadLoggingTest.java
Expand Up @@ -26,6 +26,7 @@
* @test
* @bug 8149036 8150619
* @summary os+thread output should contain logging calls for thread start stop attaches detaches
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/VMOperationTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8143157
* @summary vmoperation=debug should have logging output
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/VerificationTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,6 +25,7 @@
* @test
* @bug 8150083 8234656
* @summary test enabling and disabling verification logging and verification log levels
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/runtime/logging/VtablesTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -27,6 +27,7 @@
* @summary vtables=trace should have logging from each of the statements in the code
* @library /test/lib
* @requires vm.debug
* @requires vm.flagless
* @compile ClassB.java
* p1/A.java
* p2/B.jcod
Expand Down
Expand Up @@ -25,6 +25,7 @@
* @test
* @bug 8187305
* @summary Tests logging of shared library loads and unloads.
* @requires vm.flagless
* @library /test/lib
* @build jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
Expand Down

1 comment on commit 919964a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.