aboutsummaryrefslogtreecommitdiffstats
path: root/java/jmp
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.43vs2004-08-278-50/+44
| | | | | | | - Fix packaging PR: ports/70597 Submitted by: Ronald Klop (maintainer)
* . Add an OPTION to compile with high optimisation.glewis2004-06-251-0/+5
| | | | | PR: 66965 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Use bsd.java.mk 2.0 settings (ensures this port gets a native JDK, whichglewis2004-06-251-2/+5
| | | | | | | | it needs). . Use libtool 1.5 rather than 1.3 PR: 66965 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to 0.42. [1]glewis2004-06-253-13/+12
| | | | | | | . Don't use jikes with this port (it breaks the build). PR: 68174 [1] Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
|
* Changes for 0.41 include:linimon2004-04-012-3/+3
| | | | | | | | | | | | * 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)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* . Update to 0.40.glewis2004-03-082-4/+3
| | | | | PR: 63899 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Add OPTIONS.glewis2004-02-141-1/+4
| | | | | PR: 62712 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Update to version 0.39 (2004-02-03):linimon2004-02-112-3/+3
| | | | | | | | | | | | Added menu separators in some menus. Added a string dumper that makes it easy to inspect all strings in memory, it also has the ability to dump all strings to a file. Fixed a bug in down link handling that caused instance numbers to increase for arrays (thanks to matze who tried to use the string inspector and did send back traces from crashes). PR: ports/62365 Submitted by: maintainer
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-1/+2
| | | | | Submitted by: trevor Tested by: bento
* Add SIZEerwin2004-01-301-0/+1
| | | | | PR: 62076 Submitted by: maintainer
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* . Update to 0.38.glewis2004-01-122-2/+2
| | | | | PR: 61208 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to jmp 0.37.glewis2003-12-162-2/+2
| | | | | PR: 60100 Submitted by: ronald@cs.vu.nl (maintainer)
* . Update to 0.35.glewis2003-10-052-2/+2
| | | | | PR: 57581 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Fix compilation with WITHOUT_X11.osa2003-09-191-1/+1
| | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000
* . Update from 0.33 to 0.34 [1]glewis2003-09-052-4/+5
| | | | | | | | | . Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
* update java/jmp: 0.32 -> 0.33daichi2003-08-202-2/+2
| | | | | PR: 55585 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Update to 0.32.glewis2003-07-123-15/+2
| | | | | PR: 54337, 54364 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* Fix build for -CURRENT (malloc.h issue).olgeni2003-06-291-0/+13
| | | | | PR: 53778 Submitted by: maintainer
* Update to version 0.31.olgeni2003-06-292-2/+2
| | | | | PR: 53703 Submitted by: maintainer
* . Update to 0.30glewis2003-06-184-59/+2
| | | | | PR: 52628 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
* . Add the java/jmp port.glewis2003-05-169-0/+167
JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ interface to show the status. PR: 47151, 48474, 50325 Submitted by: Ronald Klop <ronald@cs.vu.nl>