Merge
authortwisti
Fri, 05 Feb 2016 18:24:41 +0000
changeset 35828 495df8a5e28a
parent 35826 42778c648543 (current diff)
parent 35827 24e567453a33 (diff)
child 35829 f80ccf2a14a5
child 35835 7fade08f69b2
Merge
--- a/hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp	Fri Feb 05 15:38:21 2016 +0100
+++ b/hotspot/src/share/vm/jvmci/jvmciCodeInstaller.cpp	Fri Feb 05 18:24:41 2016 +0000
@@ -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);