diff -r 7be3816c7642 -r 08b834856583 hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp --- a/hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp Wed May 18 19:16:14 2016 +0000 +++ b/hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp Wed May 18 21:50:27 2016 +0000 @@ -495,7 +495,7 @@ return result; } - _debug_recorder->pcs_size(); // ehm, create the sentinel record + _debug_recorder->pcs_size(); // create the sentinel record assert(_debug_recorder->pcs_length() >= 2, "must be at least 2");