< prev index next > src/hotspot/share/c1/c1_Compilation.hpp
Print this page
void set_has_unsafe_access(bool f) { _has_unsafe_access = f; }
void set_has_irreducible_loops(bool f) { _has_irreducible_loops = f; }
void set_would_profile(bool f) { _would_profile = f; }
void set_has_access_indexed(bool f) { _has_access_indexed = f; }
void set_has_monitors(bool f) { _has_monitors = f; }
+
// Add a set of exception handlers covering the given PC offset
void add_exception_handlers_for_pco(int pco, XHandlers* exception_handlers);
// Statistics gathering
void notice_inlined_method(ciMethod* method);
< prev index next >