HomeFreeBSD

- Partially implement getThreadUserTime() using getrusage(2). Note we can

Description

  • Partially implement getThreadUserTime() using getrusage(2). Note we can

only get usage for the current thread. Return -1 if the requested function
is not supported, i.e., user time for other threads, rather than crash. [1]

  • Properly implement os::elapsedVTime() using getrusage(). Basically, it is

taken from Linux version.

  • Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. [2]

PR: 205523, 205843 [1]
PR: 205544 [2]

Details

Provenance
jkimAuthored on
Parents
rP405319: Rename games/supertux-devel to games/supertux2 and update to new stable
Branches
Unknown
Tags
Unknown