8030284: intermittent StackOverflow in RMI bench/serial test

Reviewed-by: smarks
This commit is contained in:
Tristan Yan 2014-01-03 20:43:09 -08:00
parent 0ea41f88dc
commit 14bf505664

View File

@ -43,10 +43,13 @@
* @build bench.serial.ReplaceTrees bench.serial.ShortArrays
* @build bench.serial.Shorts bench.serial.SmallObjTrees
* @build bench.serial.StreamBuffer bench.serial.Strings
* @run main/othervm/timeout=1800 bench.serial.Main -c jtreg-config
* @run main/othervm/timeout=1800 -Xss2m bench.serial.Main -c jtreg-config
* @author Mike Warres, Nigel Daley
*/
// The -Xss2m supplies additional stack space, as bench.serial.ClassDesc
// consumes a considerable amount of stack.
package bench.serial;
import bench.ConfigFormatException;