ports/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk
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

15 lines
361 B
Text

$FreeBSD$
--- ../../j2se/make/com/sun/tools/attach/Exportedfiles.gmk 21 Jul 2006 17:23:23 -0000 1.1.1.2
+++ ../../j2se/make/com/sun/tools/attach/Exportedfiles.gmk 29 Jan 2009 08:13:19 -0000
@@ -25,5 +25,10 @@
sun/tools/attach/LinuxVirtualMachine.java
endif
+ifeq ($(PLATFORM), bsd)
+FILES_export = \
+ sun/tools/attach/BSDVirtualMachine.java
+endif
+