diff options
author | tobik <tobik@FreeBSD.org> | 2017-10-27 23:52:10 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2017-10-27 23:52:10 +0800 |
commit | c7176b0486dc49106ca850155830f05e331d7d73 (patch) | |
tree | e35fafb09d19d6996715e05e610697d6634f1ab7 /java/Makefile | |
parent | 949ab4186dc43e6e5a67537362996866b34da286 (diff) | |
download | freebsd-ports-gnome-c7176b0486dc49106ca850155830f05e331d7d73.tar.gz freebsd-ports-gnome-c7176b0486dc49106ca850155830f05e331d7d73.tar.zst freebsd-ports-gnome-c7176b0486dc49106ca850155830f05e331d7d73.zip |
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>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
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 |