< prev index next >

src/hotspot/share/runtime/timer.hpp

Print this page
rev 47415 : Add Thread Local handshakes and thread local polling

*** 1,7 **** /* ! * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 91,98 **** --- 91,99 ---- class TimeHelper { public: static double counter_to_seconds(jlong counter); static double counter_to_millis(jlong counter); + static jlong millis_to_counter(jlong millis); }; #endif // SHARE_VM_RUNTIME_TIMER_HPP
< prev index next >