1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/java/openjdk8
Jung-uk Kim 2edf0a9558 - 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]
2016-01-05 22:39:46 +00:00
..
files - Partially implement getThreadUserTime() using getrusage(2). Note we can 2016-01-05 22:39:46 +00:00
distinfo . Update to 8u66. 2015-12-13 00:50:58 +00:00
Makefile - Partially implement getThreadUserTime() using getrusage(2). Note we can 2016-01-05 22:39:46 +00:00
pkg-descr
pkg-message