< prev index next >

src/hotspot/share/prims/jvmtiExport.hpp

Print this page
*** 369,10 ***
--- 369,11 ---
      JVMTI_ONLY(return _should_post_class_file_load_hook);
      NOT_JVMTI(return false;)
    }
    static bool is_early_phase() NOT_JVMTI_RETURN_(false);
    static bool has_early_class_hook_env() NOT_JVMTI_RETURN_(false);
+   static bool has_early_vmstart_env() NOT_JVMTI_RETURN_(false);
    // Return true if the class was modified by the hook.
    static bool post_class_file_load_hook(Symbol* h_name, Handle class_loader,
                                          Handle h_protection_domain,
                                          unsigned char **data_ptr, unsigned char **end_ptr,
                                          JvmtiCachedClassFileData **cache_ptr) NOT_JVMTI_RETURN_(false);
< prev index next >