8242168: ClhsdbFindPC.java failed due to "RuntimeException: 'In code in NMethod for LingeredAppWithTrivialMain.main' missing from stdout/stderr"

Reviewed-by: lmesnik, iignatyev
This commit is contained in:
Chris Plummer 2020-04-07 09:36:13 -07:00
parent 378aef32ab
commit cceee2c638
2 changed files with 2 additions and 0 deletions
test/hotspot/jtreg/serviceability/sa

@ -35,6 +35,7 @@ import jtreg.SkippedException;
* @summary Test the clhsdb 'findpc' command
* @requires vm.hasSA
* @requires vm.compiler1.enabled
* @requires vm.opt.DeoptimizeALot != true
* @library /test/lib
* @run main/othervm/timeout=480 ClhsdbFindPC true
*/

@ -39,6 +39,7 @@ import jdk.test.lib.process.OutputAnalyzer;
* @test
* @bug 8196969
* @requires vm.hasSA
* @requires vm.opt.DeoptimizeALot != true
* @library /test/lib
* @run main/othervm ClhsdbJstackXcompStress
*/