< prev index next >

src/share/vm/jvmci/jvmciRuntime.hpp

Print this page

        

*** 85,94 **** --- 85,99 ---- } static Handle callStatic(const char* className, const char* methodName, const char* returnType, JavaCallArguments* args, TRAPS); /** + * Determines if the VM is sufficiently booted to initialize JVMCI. + */ + static bool can_initialize_JVMCI(); + + /** * Trigger initialization of HotSpotJVMCIRuntime through JVMCI.getRuntime() */ static void initialize_JVMCI(TRAPS); /**
< prev index next >