diff -r 7c7652ee137b -r 24e567453a33 hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp --- a/hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp Fri Jan 22 15:25:40 2016 +0100 +++ b/hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp Fri Feb 05 11:33:27 2016 +0100 @@ -737,7 +737,7 @@ TRACE_jvmci_4("safepoint at %i", pc_offset); site_Safepoint(buffer, pc_offset, site, CHECK_OK); if (_orig_pc_offset < 0) { - JVMCI_ERROR_OK("method contains safepoint, but has not deopt rescue slot"); + JVMCI_ERROR_OK("method contains safepoint, but has no deopt rescue slot"); } } else { TRACE_jvmci_4("infopoint at %i", pc_offset);