FreeBSD Bugzilla – Attachment 186778 Details for
Bug 222660
[PATCH] [NEW PORT] java/jattach: JVM dynamic attach tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN patch
svn_jattach_20170927.diff (text/plain), 3.68 KB, created by
Michael Zhilin
on 2017-09-28 08:45:09 UTC
(
hide
)
Description:
SVN patch
Filename:
MIME Type:
Creator:
Michael Zhilin
Created:
2017-09-28 08:45:09 UTC
Size:
3.68 KB
patch
obsolete
>Index: java/jattach/Makefile >=================================================================== >--- java/jattach/Makefile (nonexistent) >+++ java/jattach/Makefile (working copy) >@@ -0,0 +1,24 @@ >+# $FreeBSD$ >+ >+PORTNAME= jattach-devel >+DISTVERSION= g20170928 >+CATEGORIES= java devel >+ >+MAINTAINER= mizhka@gmail.com >+COMMENT= JVM dynamic attach utility >+ >+LICENSE= APACHE20 >+ >+USES= gmake >+ >+USE_GITHUB= yesmake >+GH_ACCOUNT= apangin >+GH_PROJECT= jattach >+GH_TAGNAME= ccc2f05 >+ >+PLIST_FILES= bin/jattach >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/build/jattach ${STAGEDIR}/${LOCALBASE}/bin/jattach >+ >+.include <bsd.port.mk> > >Property changes on: java/jattach/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: java/jattach/distinfo >=================================================================== >--- java/jattach/distinfo (nonexistent) >+++ java/jattach/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1506587842 >+SHA256 (apangin-jattach-g20170928-ccc2f05_GH0.tar.gz) = dafb14375200beb6c52ffce6412c0d74c4639d8421f275f9b6085511ca4e886d >+SIZE (apangin-jattach-g20170928-ccc2f05_GH0.tar.gz) = 9773 > >Property changes on: java/jattach/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: java/jattach/files/patch-Makefile >=================================================================== >--- java/jattach/files/patch-Makefile (nonexistent) >+++ java/jattach/files/patch-Makefile (working copy) >@@ -0,0 +1,23 @@ >+--- Makefile.orig 2017-09-28 08:22:54 UTC >++++ Makefile >+@@ -2,6 +2,12 @@ ifneq ($(findstring Windows,$(OS)),) >+ CL=cl.exe >+ CFLAGS=/O2 /D_CRT_SECURE_NO_WARNINGS >+ JATTACH_EXE=jattach.exe >++else >++ UNAME_S := $(shell uname -s) >++ifneq ($(findstring FreeBSD,$(UNAME_S)),) >++ CC=cc >++ CFLAGS=-O2 >++ JATTACH_EXE=jattach >+ else >+ ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) >+ RPM_ROOT=$(ROOT_DIR)/build/rpm >+@@ -10,6 +16,7 @@ else >+ CC=gcc >+ CFLAGS=-O2 >+ JATTACH_EXE=jattach >++endif >+ endif >+ >+ all: build build/$(JATTACH_EXE) > >Property changes on: java/jattach/files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: java/jattach/pkg-descr >=================================================================== >--- java/jattach/pkg-descr (nonexistent) >+++ java/jattach/pkg-descr (working copy) >@@ -0,0 +1,8 @@ >+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 > >Property changes on: java/jattach/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222660
: 186778