diff src/share/vm/graal/graalCodeInstaller.hpp @ 4670:41034914e2ee

add MethodContents assumption to fix debbugging issue
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 22 Feb 2012 17:04:27 +0100
parents 79c91d220d73
children af8958fe5a3a
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Tue Feb 21 16:23:44 2012 -0800
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Wed Feb 22 17:04:27 2012 +0100
@@ -97,6 +97,7 @@
   // perform data and call relocation on the CodeBuffer
   void initialize_buffer(CodeBuffer& buffer);
 
+  void assumption_MethodContents(Handle assumption);
   void assumption_ConcreteSubtype(Handle assumption);
   void assumption_ConcreteMethod(Handle assumption);