| commit | 29bda34f0d43f047fa7777873e141498083bcf07 | [log] [tgz] |
|---|---|---|
| author | Daniel D. Daugherty <dcubed@openjdk.org> | Thu Dec 22 12:50:42 2011 -0800 |
| committer | Daniel D. Daugherty <dcubed@openjdk.org> | Thu Dec 22 12:50:42 2011 -0800 |
| tree | a165f4ab0c6cd725bde4a55855356cc581885401 | |
| parent | ac1df411cf2550f0fe4da5321c56318a105ab63d [diff] |
7122253: Instrumentation.retransformClasses() leaks class bytes Change ClassFileParser::parseClassFile() to use the instanceKlass:_cached_class_file_bytes field to avoid leaking the cache. Reviewed-by: coleenp, acorn, poonam