hotspot/src/share/vm/jvmci/jvmciCodeInstaller.hpp
changeset 43416 f8c241512446
parent 42861 1d4dfdf4390b
child 43435 01521491ec10
equal deleted inserted replaced
43415:55cd866a84e9 43416:f8c241512446
   225   void initialize_dependencies(oop target_method, OopRecorder* oop_recorder, TRAPS);
   225   void initialize_dependencies(oop target_method, OopRecorder* oop_recorder, TRAPS);
   226 
   226 
   227   int estimate_stubs_size(TRAPS);
   227   int estimate_stubs_size(TRAPS);
   228 
   228 
   229   // perform data and call relocation on the CodeBuffer
   229   // perform data and call relocation on the CodeBuffer
   230   JVMCIEnv::CodeInstallResult initialize_buffer(CodeBuffer& buffer, TRAPS);
   230   JVMCIEnv::CodeInstallResult initialize_buffer(CodeBuffer& buffer, bool check_size, TRAPS);
   231 
   231 
   232   void assumption_NoFinalizableSubclass(Handle assumption);
   232   void assumption_NoFinalizableSubclass(Handle assumption);
   233   void assumption_ConcreteSubtype(Handle assumption);
   233   void assumption_ConcreteSubtype(Handle assumption);
   234   void assumption_LeafType(Handle assumption);
   234   void assumption_LeafType(Handle assumption);
   235   void assumption_ConcreteMethod(Handle assumption);
   235   void assumption_ConcreteMethod(Handle assumption);