hotspot/src/share/vm/runtime/os.hpp
changeset 22891 1f5d1fff23fa
parent 22758 c6b6abb73544
child 22894 870fbe165d06
equal deleted inserted replaced
22890:7ca31eb1a41f 22891:1f5d1fff23fa
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   159 
   159 
   160   static jlong  javaTimeMillis();
   160   static jlong  javaTimeMillis();
   161   static jlong  javaTimeNanos();
   161   static jlong  javaTimeNanos();
   162   static void   javaTimeNanos_info(jvmtiTimerInfo *info_ptr);
   162   static void   javaTimeNanos_info(jvmtiTimerInfo *info_ptr);
   163   static void   run_periodic_checks();
   163   static void   run_periodic_checks();
       
   164   static bool   supports_monotonic_clock();
   164 
   165 
   165 
   166 
   166   // Returns the elapsed time in seconds since the vm started.
   167   // Returns the elapsed time in seconds since the vm started.
   167   static double elapsedTime();
   168   static double elapsedTime();
   168 
   169