Skip to content

Commit ce93cbc

Browse files
author
Harold Seigel
committedSep 16, 2020
8253125: vmTestbase/nsk/stress/stack/stack017.java timed out
Reviewed-by: dcubed
1 parent d250f9e commit ce93cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack017.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
* See the bug:
4242
* 4366625 (P4/S4) multiple stack overflow causes HS crash
4343
*
44-
* @requires (vm.opt.DeoptimizeALot != true & vm.compMode != "Xcomp")
44+
* @requires (vm.opt.DeoptimizeALot != true & vm.compMode != "Xcomp" & vm.pageSize == 4096)
4545
* @library /vmTestbase
4646
* @build nsk.share.Terminator
47-
* @run main/othervm/timeout=900 -Xss448K nsk.stress.stack.stack017 -eager
47+
* @run main/othervm/timeout=900 -Xss220K nsk.stress.stack.stack017 -eager
4848
*/
4949

5050
package nsk.stress.stack;

0 commit comments

Comments
 (0)
Please sign in to comment.