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

Commit

Permalink
8242168: ClhsdbFindPC.java failed due to "RuntimeException: 'In code …
Browse files Browse the repository at this point in the history
…in NMethod for LingeredAppWithTrivialMain.main' missing from stdout/stderr"

Reviewed-by: lmesnik, iignatyev
  • Loading branch information
plummercj committed Apr 7, 2020
1 parent 378aef3 commit cceee2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @summary Test the clhsdb 'findpc' command * @summary Test the clhsdb 'findpc' command
* @requires vm.hasSA * @requires vm.hasSA
* @requires vm.compiler1.enabled * @requires vm.compiler1.enabled
* @requires vm.opt.DeoptimizeALot != true
* @library /test/lib * @library /test/lib
* @run main/othervm/timeout=480 ClhsdbFindPC true * @run main/othervm/timeout=480 ClhsdbFindPC true
*/ */
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* @test * @test
* @bug 8196969 * @bug 8196969
* @requires vm.hasSA * @requires vm.hasSA
* @requires vm.opt.DeoptimizeALot != true
* @library /test/lib * @library /test/lib
* @run main/othervm ClhsdbJstackXcompStress * @run main/othervm ClhsdbJstackXcompStress
*/ */
Expand Down

0 comments on commit cceee2c

Please sign in to comment.