We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d250f9e commit ce93cbcCopy full SHA for ce93cbc
test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack017.java
@@ -41,10 +41,10 @@
41
* See the bug:
42
* 4366625 (P4/S4) multiple stack overflow causes HS crash
43
*
44
- * @requires (vm.opt.DeoptimizeALot != true & vm.compMode != "Xcomp")
+ * @requires (vm.opt.DeoptimizeALot != true & vm.compMode != "Xcomp" & vm.pageSize == 4096)
45
* @library /vmTestbase
46
* @build nsk.share.Terminator
47
- * @run main/othervm/timeout=900 -Xss448K nsk.stress.stack.stack017 -eager
+ * @run main/othervm/timeout=900 -Xss220K nsk.stress.stack.stack017 -eager
48
*/
49
50
package nsk.stress.stack;
0 commit comments