src/share/vm/runtime/compilationPolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/compilationPolicy.hpp

src/share/vm/runtime/compilationPolicy.hpp

Print this page
rev 5732 : [mq]: comments2

*** 70,80 **** // safepoint() is called at the end of the safepoint virtual void do_safepoint_work() = 0; // reprofile request virtual void reprofile(ScopeDesc* trap_scope, bool is_osr) = 0; // delay_compilation(method) can be called by any component of the runtime to notify the policy ! // that it's recommended to delay the complation of this method. virtual void delay_compilation(Method* method) = 0; // disable_compilation() is called whenever the runtime decides to disable compilation of the // specified method. virtual void disable_compilation(Method* method) = 0; // Select task is called by CompileBroker. The queue is guaranteed to have at least one --- 70,80 ---- // safepoint() is called at the end of the safepoint virtual void do_safepoint_work() = 0; // reprofile request virtual void reprofile(ScopeDesc* trap_scope, bool is_osr) = 0; // delay_compilation(method) can be called by any component of the runtime to notify the policy ! // that it's recommended to delay the compilation of this method. virtual void delay_compilation(Method* method) = 0; // disable_compilation() is called whenever the runtime decides to disable compilation of the // specified method. virtual void disable_compilation(Method* method) = 0; // Select task is called by CompileBroker. The queue is guaranteed to have at least one
src/share/vm/runtime/compilationPolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File