changeset 27926 | 0e2e188ab887 |
parent 27562 | 47f369e3c69c |
child 31608 | b5cb9a07591a |
--- a/hotspot/src/share/vm/classfile/imageFile.cpp Wed Jul 05 20:10:08 2017 +0200 +++ b/hotspot/src/share/vm/classfile/imageFile.cpp Fri Dec 05 16:36:07 2014 -0800 @@ -90,7 +90,7 @@ close(); // Free up name. - FREE_C_HEAP_ARRAY(char, _name, mtClass); + FREE_C_HEAP_ARRAY(char, _name); } bool ImageFile::open() {