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

Reviewed-by: ohair
This commit is contained in:
Bradford Wetmore 2010-02-05 17:05:53 -08:00
parent 9ff3b18578
commit 9b4ec210a0

View File

@ -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
*/
/*