| commit | 8fbdf5c7f09bef328a4fe8d44f5cebf7f8f2f78d | [log] [tgz] |
|---|---|---|
| author | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Fri Oct 01 16:12:54 2010 -0700 |
| committer | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Fri Oct 01 16:12:54 2010 -0700 |
| tree | 083e21a0d395704cfdcbb798b10ac4e705dad9e9 | |
| parent | 603e50f355fd97661b8ce4231f8f0ddc629e4e39 [diff] |
6794422: Perm gen expansion policy for concurrent collectors Concurrent collectors should expand the perm gen without a full STW GC, but possibly by triggering a concurrent collection. Temporary band-aid for G1 where no concurrent collection is kicked off since the perm gen is not collected concurrently. Reviewed-by: johnc