mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 13:25:34 +00:00
6923976: TestProviderLeak.java is using too small of an initial heap under newer Hotspot (b79+)
Reviewed-by: ohair
This commit is contained in:
parent
9ff3b18578
commit
9b4ec210a0
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user