Date: Mon, 2 Feb 2009 07:35:54 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk16 Makefile ports/java/jdk16/files patch-hotspot-vm-attachListener_bsd.cpp patch-j2se-attach-BSDAttachProvider.java patch-j2se-attach-BSDVirtualMachine.c patch-j2se-attach-BSDVirtualMachine.java patch-j2se-attach-Exportedfiles.gmk patch-j2se-attach-mapfile-bsd patch-j2se-services-com.sun.tools.attach.spi.AttachProvider Message-ID: <200902020735.n127Zsj1040594@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2009-02-02 07:35:54 UTC FreeBSD ports repository Modified files: java/jdk16 Makefile Added files: java/jdk16/files patch-hotspot-vm-attachListener_bsd.cpp patch-j2se-attach-BSDAttachProvider.java patch-j2se-attach-BSDVirtualMachine.c patch-j2se-attach-BSDVirtualMachine.java patch-j2se-attach-Exportedfiles.gmk patch-j2se-attach-mapfile-bsd patch-j2se-services-com.sun.tools.attach.spi.AttachProvider Log: . Implement the virtual machine interface for BSD. This allows jmap -histo and jmap -dump to work. Submitted by: Brian Gardner <brian@experts-exchange.com> Sponsored by: Experts Exchange Revision Changes Path 1.167 +1 -1 ports/java/jdk16/Makefile 1.1 +98 -0 ports/java/jdk16/files/patch-hotspot-vm-attachListener_bsd.cpp (new) 1.1 +44 -0 ports/java/jdk16/files/patch-j2se-attach-BSDAttachProvider.java (new) 1.1 +286 -0 ports/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.c (new) 1.1 +297 -0 ports/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.java (new) 1.1 +15 -0 ports/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk (new) 1.1 +28 -0 ports/java/jdk16/files/patch-j2se-attach-mapfile-bsd (new) 1.1 +9 -0 ports/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902020735.n127Zsj1040594>