diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-01 23:49:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-01 23:49:48 +0800 |
commit | 650f07ee47f03b5c4f7ef36dda8d988c7e7470cf (patch) | |
tree | a8d309d7f8e41b6392f48e4e91e0ae438d8daa5b /java | |
parent | 997c0aeeac03b304153b0c9d5ef02cf97cecb0d9 (diff) | |
download | freebsd-ports-gnome-650f07ee47f03b5c4f7ef36dda8d988c7e7470cf.tar.gz freebsd-ports-gnome-650f07ee47f03b5c4f7ef36dda8d988c7e7470cf.tar.zst freebsd-ports-gnome-650f07ee47f03b5c4f7ef36dda8d988c7e7470cf.zip |
Changes for 0.41 include:
* Added an object allocation level, meaning that after a reset only objects
allocated at that level are shown in allocation and string lists.
* Show owners is now possible to do on a given string and a given object
instance.
* Heap dump no longer loses allocation point if object tracing is on when
the heap dump is done.
PR: ports/64633
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Diffstat (limited to 'java')
-rw-r--r-- | java/jmp/Makefile | 2 | ||||
-rw-r--r-- | java/jmp/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile index 1ee1bf035a7d..c4af736adaa9 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jmp -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ diff --git a/java/jmp/distinfo b/java/jmp/distinfo index c6725e9dae00..d50b6cf6611c 100644 --- a/java/jmp/distinfo +++ b/java/jmp/distinfo @@ -1,2 +1,2 @@ -MD5 (jmp-0.40.tar.gz) = 89646b0a5c9ef6b3b0bd3c97a1790acc -SIZE (jmp-0.40.tar.gz) = 482407 +MD5 (jmp-0.41.tar.gz) = 122a91001e01fccd65c8d0bd6e18e1c0 +SIZE (jmp-0.41.tar.gz) = 483383 |