diff src/share/vm/graal/graalCodeInstaller.hpp @ 19306:a0a760b0fb5f

pulled method evolution dependencies out of Assumptions and directly into StructuredGraph
author Doug Simon <doug.simon@oracle.com>
date Thu, 12 Feb 2015 01:54:05 +0100
parents aa4f2e3629ca
children deab43a789ad
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Wed Feb 11 21:51:26 2015 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Thu Feb 12 01:54:05 2015 +0100
@@ -122,14 +122,13 @@
 private:
   // extract the fields of the CompilationResult
   void initialize_fields(oop target_method);
-  void initialize_assumptions(oop target_method);
+  void initialize_dependencies(oop target_method);
   
   int estimate_stub_entries();
   
   // perform data and call relocation on the CodeBuffer
   bool initialize_buffer(CodeBuffer& buffer);
 
-  void assumption_MethodContents(Handle assumption);
   void assumption_NoFinalizableSubclass(Handle assumption);
   void assumption_ConcreteSubtype(Handle assumption);
   void assumption_ConcreteMethod(Handle assumption);