hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp
changeset 35827 24e567453a33
parent 35823 59a847ec6ee3
child 36063 96e86c7f8fec
--- 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);