Skip to content

Commit

Permalink
8253125: vmTestbase/nsk/stress/stack/stack017.java timed out
Browse files Browse the repository at this point in the history
Reviewed-by: dcubed
  • Loading branch information
Harold Seigel committed Sep 16, 2020
1 parent d250f9e commit ce93cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack017.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
* See the bug:
* 4366625 (P4/S4) multiple stack overflow causes HS crash
*
* @requires (vm.opt.DeoptimizeALot != true & vm.compMode != "Xcomp")
* @requires (vm.opt.DeoptimizeALot != true & vm.compMode != "Xcomp" & vm.pageSize == 4096)
* @library /vmTestbase
* @build nsk.share.Terminator
* @run main/othervm/timeout=900 -Xss448K nsk.stress.stack.stack017 -eager
* @run main/othervm/timeout=900 -Xss220K nsk.stress.stack.stack017 -eager
*/

package nsk.stress.stack;
Expand Down

0 comments on commit ce93cbc

Please sign in to comment.