RFR: JDK-8293997: Unify os::current_thread_cpu_time_info and os::thread_cpu_time_info
David Holmes
dholmes at openjdk.org
Wed Sep 21 04:10:00 UTC 2022
On Mon, 19 Sep 2022 11:10:54 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> The 2 methods os::current_thread_cpu_time_info and os::thread_cpu_time_info could be unified across the posix platforms.
Yes in practice they are currently the same, but that doesn't change anything in my view. The info functions belong with the thing they describe.
-------------
PR: https://git.openjdk.org/jdk/pull/10335
More information about the hotspot-runtime-dev
mailing list