< prev index next >

src/share/vm/jvmci/jvmciRuntime.hpp

Print this page
rev 11184 : 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap

*** 118,127 **** --- 118,129 ---- static void metadata_do(void f(Metadata*)); static void shutdown(TRAPS); + static void bootstrapFinished(); + static bool shutdown_called() { return _shutdown_called; } static bool treat_as_trivial(Method* method);
< prev index next >