提交 4f9ceec0 编写于 作者: W wetmore

6923976: TestProviderLeak.java is using too small of an initial heap under newer Hotspot (b79+)

Reviewed-by: ohair
上级 9f7d8b76
......@@ -28,7 +28,12 @@
* LoginContext
* @author Brad Wetmore
*
* @run main/othervm -Xmx2m TestProviderLeak
* @run main/othervm -Xmx2m -XX:OldSize=1m -XX:NewSize=512k TestProviderLeak
*
* The original test invocation is below, but had to use the above
* workaround for bug 6923123.
*
* run main/othervm -Xmx2m TestProviderLeak
*/
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册