From owner-freebsd-java@freebsd.org Sun Jan 10 19:00:33 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 393DEA6AFA4; Sun, 10 Jan 2016 19:00:33 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 01C4F1AE6; Sun, 10 Jan 2016 19:00:33 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by mail-ig0-x22b.google.com with SMTP id z14so88084965igp.1; Sun, 10 Jan 2016 11:00:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=ML5gTmFyCUBZvPzHdlab2Ebtmb66QLBEV9leHBeINCE=; b=Gqvr5z87+lEGzX9eu7rGVLPTecAspUmUa3Xo9HWK4vgQqRAfhuV4wnjlZo6LWaGuAf 0JiUa6f9z6Sh9A6DJ1rIJ2/PiKgknIevnPTu53E7oIZrGR4HHROjZbB9Zeb+upww4pE0 tK1nTJ7vQD+9ve7Knq2GeMC1DZ4mC5QaUPxYl/E5rJ1fnfEM6gtjKDT4+ubBz2H3wFV9 /oL95xWPznsrr3aqSFeP2tMcmL3PHFPFoisZhx1ewcxTrcWTs51r9rtU8YWAYgt23T+U pCGVLocRRCPKMCrMDwLdMK8uws4VjOnV9jlghstG5OHH8HK93x0X0sXq8Gykw8u9JDWM NtSA== MIME-Version: 1.0 X-Received: by 10.50.147.73 with SMTP id ti9mr7828786igb.36.1452452432407; Sun, 10 Jan 2016 11:00:32 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.50.152.69 with HTTP; Sun, 10 Jan 2016 11:00:32 -0800 (PST) Date: Sun, 10 Jan 2016 14:00:32 -0500 X-Google-Sender-Auth: NL_sM9nfK5UL0haWbb1G2txITkY Message-ID: Subject: Need Groovy help for Jenkins script to build/run/test FreeBSD image From: Craig Rodrigues To: "freebsd-testing@freebsd.org" Cc: "freebsd-java@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 19:00:33 -0000 Hi, I am making some serious efforts to convert my existing Jenkins jobs to use the Jenkins workflow plugin, because that is what the developers who work on Jenkins are moving towards. The Jenkins workflow plugin, which has a small Groovy-based Domain Specific Language (DSL): https://github.com/jenkinsci/workflow-plugin#getting-started My first attempt is here: https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test.groovy The script calls several helper scripts, but overall what it is trying to do is: 1. Builds the FreeBSD src tree. 2. Run the Warnings plugin over the compiler output to detect warnings 3. Creates a VM disk image which can boot in bhyve. 4. Boots the VM disk image in bhyve 5. Runs the FreeBSD test suite in the VM 6. Take the JUnit test output and add it to the test report viewer Sample output from this script which builds FreeBSD_HEAD is here: https://jenkins.freebsd.org/job/FreeBSD_HEAD/40/flowGraphTable/ This is my first attempt at writing Groovy. I looked at http://groovy-lang.org to get some basic ideas. Can someone point me to good books or tutorials for learning Groovy? Also, can someone review my script and provide feedback, on any obvious things I have done wrong, or any possible ways to optimize it? Providing feedback via this e-mail thread or on GitHub is fine. Thanks. -- Craig From owner-freebsd-java@freebsd.org Sun Jan 10 21:00:19 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFE48A6BBC7 for ; Sun, 10 Jan 2016 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9DF461A5E for ; Sun, 10 Jan 2016 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9D7E3A6BBC5; Sun, 10 Jan 2016 21:00:19 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D2E8A6BBC4 for ; Sun, 10 Jan 2016 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8FE1A59 for ; Sun, 10 Jan 2016 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0AL01VO004728 for ; Sun, 10 Jan 2016 21:00:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201601102100.u0AL01VO004728@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: java@FreeBSD.org Subject: Problem reports for java@FreeBSD.org that need special attention Date: Sun, 10 Jan 2016 21:00:19 +0000 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 21:00:19 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 205751 | java/openjdk8: Patch breaks CCACHE New | 205751 | java/openjdk8: Patch breaks CCACHE 2 problems total for which you should take action. From owner-freebsd-java@freebsd.org Mon Jan 11 04:39:37 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02D74A6B139 for ; Mon, 11 Jan 2016 04:39:37 +0000 (UTC) (envelope-from jesseyhobson@outlook.com) Received: from BLU004-OMC4S27.hotmail.com (blu004-omc4s27.hotmail.com [65.55.111.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BAD0A12B1 for ; Mon, 11 Jan 2016 04:39:36 +0000 (UTC) (envelope-from jesseyhobson@outlook.com) Received: from BLU405-EAS138 ([65.55.111.137]) by BLU004-OMC4S27.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 10 Jan 2016 20:38:29 -0800 X-TMN: [K0R/9JvWYWPhBcHhoPahYE+yxFli5StF] X-Originating-Email: [jesseyhobson@outlook.com] Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: [Bug 205751] java/openjdk8: Patch breaks CCACHE From: ORIGINAL JESSEY JAMES Date: Sun, 10 Jan 2016 20:38:28 -0800 To: freebsd-java@freebsd.org MIME-Version: 1.0 (1.0) X-OriginalArrivalTime: 11 Jan 2016 04:38:29.0599 (UTC) FILETIME=[EB5436F0:01D14C29] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 04:39:37 -0000 3d673cde9cd03f27aa7881fc5e1c6505> /usr/lib/libmecabra.dylib 0x29d51000 - 0x29d83fff IDSFoundation armv7s <3ad555a2afe5326bb09f5911c86cc= 0a1> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation= 0x29d84000 - 0x29decfff IDS armv7s /Syst= em/Library/PrivateFrameworks/IDS.framework/IDS 0x29ded000 - 0x29e04fff MediaServices armv7s <6a1a8898b9f23f34a51830b9c27a2= ec5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices= 0x29e05000 - 0x29e24fff AuthKit armv7s <5d754b7cadb233099abaff15b23f95cc> /= System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x29e25000 - 0x29e28fff libheimdal-asn1.dylib armv7s <4bef0dade9d93330938af= 22f19d38000> /usr/lib/libheimdal-asn1.dylib 0x29e29000 - 0x29e43fff MediaRemote armv7s <848c58e4febe3efbbf1ddab16bcfaa1= 5> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x29e44000 - 0x29f46fff MobileSpotlightIndex armv7s /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework= /MobileSpotlightIndex 0x29f47000 - 0x29f5ffff PlugInKit armv7s <90a847ceedbb3d1fbd81417b995a1add>= /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x29f60000 - 0x29f7ffff ProtectedCloudS= From owner-freebsd-java@freebsd.org Tue Jan 12 08:45:58 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58423A6B7E7 for ; Tue, 12 Jan 2016 08:45:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 438441A46 for ; Tue, 12 Jan 2016 08:45:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 40840A6B7E5; Tue, 12 Jan 2016 08:45:58 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 401BEA6B7E4 for ; Tue, 12 Jan 2016 08:45:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30DBE1A45 for ; Tue, 12 Jan 2016 08:45:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0C8jwUE071825 for ; Tue, 12 Jan 2016 08:45:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 205751] java/openjdk8: Patch breaks CCACHE Date: Tue, 12 Jan 2016 08:45:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: chris@chrullrich.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 08:45:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205751 --- Comment #5 from chris@chrullrich.net --- FWIW, the OCA has gone through now. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Wed Jan 13 18:14:35 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A752CA817C8 for ; Wed, 13 Jan 2016 18:14:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 930CE1453 for ; Wed, 13 Jan 2016 18:14:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8FC42A817C7; Wed, 13 Jan 2016 18:14:35 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F5B8A817C6 for ; Wed, 13 Jan 2016 18:14:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80C471452 for ; Wed, 13 Jan 2016 18:14:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0DIEZjw099133 for ; Wed, 13 Jan 2016 18:14:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 205544] java/openjdk8 - Build Fails Date: Wed, 13 Jan 2016 18:14:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 18:14:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205544 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: jkim Date: Wed Jan 13 18:13:57 UTC 2016 New revision: 406064 URL: https://svnweb.freebsd.org/changeset/ports/406064 Log: MFH: r405058, r405320 - Stub implementation of OperatingSystemImpl. - 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. - Properly implement os::elapsedVTime() using getrusage(). Basically, it= is taken from Linux version. - Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. PR: 205229, 205523, 205544, 205843 Approved by: ports-secteam (feld) Changes: _U branches/2016Q1/ branches/2016Q1/java/openjdk8/Makefile branches/2016Q1/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.c= pp =20 branches/2016Q1/java/openjdk8/files/patch-jdk-src-solaris-native-sun-manage= ment-BsdOperatingSystem.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-java@freebsd.org Wed Jan 13 18:14:38 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FA74A817D3 for ; Wed, 13 Jan 2016 18:14:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3AD6F145D for ; Wed, 13 Jan 2016 18:14:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 39B34A817D2; Wed, 13 Jan 2016 18:14:38 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 394EBA817D1 for ; Wed, 13 Jan 2016 18:14:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A1E1145A for ; Wed, 13 Jan 2016 18:14:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0DIEcfY099740 for ; Wed, 13 Jan 2016 18:14:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 205843] java/openjdk8: Regression: Internal Error (os_bsd.cpp:4321) - Error: Unimplemented() Date: Wed, 13 Jan 2016 18:14:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: glewis@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 18:14:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205843 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: jkim Date: Wed Jan 13 18:13:57 UTC 2016 New revision: 406064 URL: https://svnweb.freebsd.org/changeset/ports/406064 Log: MFH: r405058, r405320 - Stub implementation of OperatingSystemImpl. - 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. - Properly implement os::elapsedVTime() using getrusage(). Basically, it= is taken from Linux version. - Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. PR: 205229, 205523, 205544, 205843 Approved by: ports-secteam (feld) Changes: _U branches/2016Q1/ branches/2016Q1/java/openjdk8/Makefile branches/2016Q1/java/openjdk8/files/patch-hotspot_src_os_bsd_vm_os__bsd.c= pp =20 branches/2016Q1/java/openjdk8/files/patch-jdk-src-solaris-native-sun-manage= ment-BsdOperatingSystem.c --=20 You are receiving this mail because: You are on the CC list for the bug.=