diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-02-02 07:35:54 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-02-02 07:35:54 +0000 |
commit | 78a3416947c6700d8e2868fbbd16308ff0583952 (patch) | |
tree | 75e61f0939f46d70dced95c6c01882852234f2e1 /java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk | |
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-attach-Exportedfiles.gmk')
-rw-r--r-- | java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk b/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk new file mode 100644 index 000000000000..851873dae0fa --- /dev/null +++ b/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk @@ -0,0 +1,15 @@ +$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 ++ + + |