< prev index next >

src/hotspot/share/services/management.hpp

Print this page
*** 61,10 ***
--- 61,11 ---
  public:
    static void init();
    static void initialize(TRAPS);
  
    static jlong ticks_to_ms(jlong ticks) NOT_MANAGEMENT_RETURN_(0L);
+   static jlong ticks_to_us(jlong ticks) NOT_MANAGEMENT_RETURN_(0L);
    static jlong timestamp() NOT_MANAGEMENT_RETURN_(0L);
  
    static void* get_jmm_interface(int version);
    static void  get_optional_support(jmmOptionalSupport* support);
  
< prev index next >