< prev index next > src/hotspot/share/compiler/compilerDefinitions.hpp
Print this page
inline static bool is_c2_only();
inline static bool is_c2_enabled();
inline static bool is_c2_or_jvmci_compiler_only();
inline static bool is_c2_or_jvmci_compiler_enabled();
+ inline static CompilerType compiler_type();
+
private:
static bool is_compilation_mode_selected();
static void set_compilation_policy_flags();
static void set_jvmci_specific_flags();
static void set_legacy_emulation_flags();
< prev index next >