8030284: intermittent StackOverflow in RMI bench/serial test
Reviewed-by: smarks
This commit is contained in:
parent
0ea41f88dc
commit
14bf505664
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user