Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/hotspot/jtreg/runtime/ErrorHandling/TestDwarf.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* in the same directory as the libjvm.so file, in a subdirectory called .debug, or in the path specified
* by the environment variable _JVM_DWARF_PATH, then no verification of the hs_err_file is done for libjvm.so.
* @requires vm.debug == true & vm.flagless & vm.compMode != "Xint" & os.family == "linux" & !vm.graal.enabled & vm.gc.G1
* @requires !vm.ubsan
* @modules java.base/jdk.internal.misc
* @run main/native/othervm -Xbootclasspath/a:. -XX:-CreateCoredumpOnCrash TestDwarf
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @library /test/lib
* @modules java.base/jdk.internal.misc
* @requires vm.flagless
* @requires !vm.ubsan
* @requires (vm.debug == true)
* @requires os.family == "linux"
* @run driver VeryEarlyAssertTest
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @bug 8174994 8200613
* @summary Test the clhsdb commands 'printall', 'jstack' on a CDS enabled corefile.
* @requires vm.hasSA
* @requires !vm.ubsan
* @requires vm.gc != "Z"
* @requires vm.cds
* @requires vm.flavor == "server"
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* @bug 8193124
* @summary Test the clhsdb 'findpc' command with Xcomp on live process
* @requires vm.hasSA
* @requires !vm.ubsan
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why are you disabling this @test? This is not a core file test. I expected to see this on xcomp-core and no-xcomp-core below.

* @requires vm.gc != "Z"
* @requires vm.compMode != "Xcomp"
* @requires (os.arch != "riscv64" | !(vm.cpu.features ~= ".*qemu.*"))
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbPmap.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @bug 8190198
* @summary Test clhsdb pmap command on a live process
* @requires vm.hasSA
* @requires !vm.ubsan
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same comment here as above. This is not a core file test. The one below is.

* @requires vm.gc != "Z"
* @requires (os.arch != "riscv64" | !(vm.cpu.features ~= ".*qemu.*"))
* @library /test/lib
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbPstack.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @bug 8190198
* @summary Test clhsdb pstack command on a live process
* @requires vm.hasSA
* @requires !vm.ubsan
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same comment here as above. This is not a core file test. The one below is.

* @requires vm.gc != "Z"
* @requires (os.arch != "riscv64" | !(vm.cpu.features ~= ".*qemu.*"))
* @library /test/lib
Expand Down