--- old/src/share/vm/adlc/filebuff.cpp 2017-05-17 12:42:43.062061604 +0200 +++ new/src/share/vm/adlc/filebuff.cpp 2017-05-17 12:42:42.938061609 +0200 @@ -67,7 +67,7 @@ //------------------------------~FileBuff-------------------------------------- // Nuke the FileBuff FileBuff::~FileBuff() { - delete _bigbuf; + delete[] _bigbuf; } //------------------------------get_line----------------------------------------