diff src/share/vm/graal/graalCodeInstaller.hpp @ 16573:a2ec1ac769e4

Add simple infopoint nodes which do not contain debugging informations for values. Use them when shouldDebugNonSafepoints is true.
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 18 Jul 2014 11:14:54 +0200
parents 7ccd2a1df0fa
children 4e2d34d7715b
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Wed Jul 16 14:27:48 2014 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Fri Jul 18 11:14:54 2014 +0200
@@ -115,6 +115,7 @@
   void assumption_CallSiteTargetValue(Handle assumption);
 
   void site_Safepoint(CodeBuffer& buffer, jint pc_offset, oop site);
+  void site_Infopoint(CodeBuffer& buffer, jint pc_offset, oop site);
   void site_Call(CodeBuffer& buffer, jint pc_offset, oop site);
   void site_DataPatch(CodeBuffer& buffer, jint pc_offset, oop site);
   void site_Mark(CodeBuffer& buffer, jint pc_offset, oop site);