freebsd-ports/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider
Greg Lewis 78a3416947 . 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
2009-02-02 07:35:54 +00:00

10 lines
494 B
Plaintext

$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