diff src/share/vm/graal/graalCodeInstaller.hpp @ 15046:5c71dcf0915d

use hotspot static stubs for call sites
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 09 Apr 2014 16:33:37 -0700
parents 6bab029d6e3a
children 7ccd2a1df0fa
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Wed Apr 09 16:33:32 2014 -0700
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Wed Apr 09 16:33:37 2014 -0700
@@ -102,7 +102,9 @@
   // extract the fields of the CompilationResult
   void initialize_fields(oop target_method);
   void initialize_assumptions(oop target_method);
-
+  
+  int estimate_stub_entries();
+  
   // perform data and call relocation on the CodeBuffer
   bool initialize_buffer(CodeBuffer& buffer);
 
@@ -120,7 +122,7 @@
   void record_scope(jint pc_offset, oop code_pos, GrowableArray<ScopeValue*>* objects);
 
   void process_exception_handlers();
-
+  int estimateStubSpace(int static_call_stubs);
 };
 
 /**