Date: Tue, 05 Jan 2016 22:40:26 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 205544] java/openjdk8 - Build Fails Message-ID: <bug-205544-8522-M9O2qf53os@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205544-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-205544-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205544 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: jkim Date: Tue Jan 5 22:39:47 UTC 2016 New revision: 405320 URL: https://svnweb.freebsd.org/changeset/ports/405320 Log: - Partially implement getThreadUserTime() using getrusage(2). Note we can only get usage for the current thread. Return -1 if the requested functi= on 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] Changes: head/java/openjdk8/Makefile head/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205544-8522-M9O2qf53os>