RFR: 8274051: remove supports_vtime()
David Holmes
dholmes at openjdk.org
Sat Dec 16 03:54:39 UTC 2023
On Fri, 15 Dec 2023 15:34:50 GMT, Lei Zaakjyu <duke at openjdk.org> wrote:
> 8274051: remove supports_vtime()
Hi @LizBing ,
This issue was already assigned to @fbredber - did you discuss taking it over with them?
src/hotspot/share/runtime/os.hpp line 284:
> 282: // this functionality for the current thread, and if so the second
> 283: // returns the elapsed virtual time for the current thread.
> 284: static bool supports_vtime();
You need to update the comment appropriately too.
-------------
PR Review: https://git.openjdk.org/jdk/pull/17125#pullrequestreview-1785117562
PR Review Comment: https://git.openjdk.org/jdk/pull/17125#discussion_r1428669299
More information about the hotspot-dev
mailing list