summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2009-02-02 07:35:54 +0000
committerGreg Lewis <glewis@FreeBSD.org>2009-02-02 07:35:54 +0000
commit78a3416947c6700d8e2868fbbd16308ff0583952 (patch)
tree75e61f0939f46d70dced95c6c01882852234f2e1 /java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider
parent- update to 0.04 (diff)
. 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
Notes
Notes: svn path=/head/; revision=227431
Diffstat (limited to 'java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider')
-rw-r--r--java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider b/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider
new file mode 100644
index 000000000000..3d507474d0c4
--- /dev/null
+++ b/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider
@@ -0,0 +1,9 @@
+$FreeBSD$
+
+--- ../../j2se/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider 1 Nov 2005 05:12:03 -0000 1.1.1.1
++++ ../../j2se/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider 29 Jan 2009 08:13:19 -0000
+@@ -12,3 +12,4 @@
+ #[solaris]sun.tools.attach.SolarisAttachProvider
+ #[windows]sun.tools.attach.WindowsAttachProvider
+ #[linux]sun.tools.attach.LinuxAttachProvider
++#[bsd]sun.tools.attach.BSDAttachProvider