Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit cceee2c

Browse files
committedApr 7, 2020
8242168: ClhsdbFindPC.java failed due to "RuntimeException: 'In code in NMethod for LingeredAppWithTrivialMain.main' missing from stdout/stderr"
Reviewed-by: lmesnik, iignatyev
1 parent 378aef3 commit cceee2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* @summary Test the clhsdb 'findpc' command
3636
* @requires vm.hasSA
3737
* @requires vm.compiler1.enabled
38+
* @requires vm.opt.DeoptimizeALot != true
3839
* @library /test/lib
3940
* @run main/othervm/timeout=480 ClhsdbFindPC true
4041
*/

‎test/hotspot/jtreg/serviceability/sa/ClhsdbJstackXcompStress.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* @test
4040
* @bug 8196969
4141
* @requires vm.hasSA
42+
* @requires vm.opt.DeoptimizeALot != true
4243
* @library /test/lib
4344
* @run main/othervm ClhsdbJstackXcompStress
4445
*/

0 commit comments

Comments
 (0)