Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2016 18:14:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 205843] java/openjdk8: Regression: Internal Error (os_bsd.cpp:4321) - Error: Unimplemented()
Message-ID:  <bug-205843-8522-VgxMIJzEfZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205843-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205843-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=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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205843-8522-VgxMIJzEfZ>