Skip to content

Commit a661003

Browse files
committed
8281614: serviceability/sa/ClhsdbFindPC.java fails with java.lang.RuntimeException: 'In code in NMethod for jdk/test/lib/apps/LingeredApp.steadyState' missing from stdout/stderr
Reviewed-by: dcubed, dholmes
1 parent 43dc9ef commit a661003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2022, 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
@@ -35,6 +35,7 @@
3535
* @test id=xcomp-process
3636
* @bug 8193124
3737
* @summary Test the clhsdb 'findpc' command with Xcomp on live process
38+
* @requires vm.compMode != "Xcomp"
3839
* @requires vm.hasSA
3940
* @requires vm.compiler1.enabled
4041
* @requires vm.opt.DeoptimizeALot != true
@@ -49,6 +50,7 @@
4950
* @requires vm.compMode != "Xcomp"
5051
* @requires vm.hasSA
5152
* @requires vm.compiler1.enabled
53+
* @requires vm.opt.DeoptimizeALot != true
5254
* @library /test/lib
5355
* @run main/othervm/timeout=480 ClhsdbFindPC true true
5456
*/
@@ -59,7 +61,6 @@
5961
* @summary Test the clhsdb 'findpc' command w/o Xcomp on live process
6062
* @requires vm.hasSA
6163
* @requires vm.compiler1.enabled
62-
* @requires vm.opt.DeoptimizeALot != true
6364
* @library /test/lib
6465
* @run main/othervm/timeout=480 ClhsdbFindPC false false
6566
*/
@@ -68,7 +69,6 @@
6869
* @test id=no-xcomp-core
6970
* @bug 8193124
7071
* @summary Test the clhsdb 'findpc' command w/o Xcomp on core file
71-
* @requires vm.compMode != "Xcomp"
7272
* @requires vm.hasSA
7373
* @requires vm.compiler1.enabled
7474
* @library /test/lib

0 commit comments

Comments
 (0)