commit | c6763b5badc7f2391b5556b1c14d034dba5e4753 | [log] [tgz] |
---|---|---|
author | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Wed Sep 02 00:04:29 2009 -0700 |
committer | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Wed Sep 02 00:04:29 2009 -0700 |
tree | a26239d45299bb177d8c0719499422f316862672 | |
parent | 2491751525fe4439008f69e26edbd533d926fc91 [diff] |
4957990: Perm heap bloat in JVM Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately. Reviewed-by: jcoomes, jmasa, kvn, never