summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-10-27 15:52:10 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-10-27 15:52:10 +0000
commitd6be98f02182d4c9b856b18f138df6497d2cb6f6 (patch)
treee35fafb09d19d6996715e05e610697d6634f1ab7 /java/Makefile
parentx11/qterminal-l10n: Update to 0.12.0 (diff)
New port: java/jattach
The utility to send commands to remote JVM via Dynamic Attach mechanism. All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program. No installed JDK required, works with just JRE. This is the lightweight native version of HotSpot Attach API https://docs.oracle.com/javase/8/docs/jdk/api/attach/spec/ WWW: https://github.com/apangin/jattach PR: 222660 Submitted by: Michael Zhilin <mizhka@gmail.com>
Notes
Notes: svn path=/head/; revision=453007
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index 677ff7e9d453..0a72de2694cf 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -57,6 +57,7 @@
SUBDIR += jakarta-regexp
SUBDIR += jamvm
SUBDIR += jasmin
+ SUBDIR += jattach
SUBDIR += java-checkstyle
SUBDIR += java-cup
SUBDIR += java-getopt