commit | d6efb99686b381dc806ec0f5693c3f11d4604a9c | [log] [tgz] |
---|---|---|
author | Albert Noll <anoll@openjdk.org> | Mon Jun 03 08:52:20 2013 +0200 |
committer | Albert Noll <anoll@openjdk.org> | Mon Jun 03 08:52:20 2013 +0200 |
tree | 47a93f5aa21c02a66a39b08d16c7ebec796aa3f0 | |
parent | 6ae26f2e9424d37ab38a051ab2a75cba46f0e9d0 [diff] |
8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp Added calling of the destructor of CompileLog so that files are closed. Added/moved memory allocation/deallocation of the string that contains the name of the log file to class CompileLog. Reviewed-by: kvn, roland