[Git][java-team/jamm][master] 4 commits: Bumping debhelper compatibility level.

Andrius Merkys gitlab at salsa.debian.org
Thu Apr 4 11:43:56 BST 2019



Andrius Merkys pushed to branch master at Debian Java Maintainers / jamm


Commits:
b70a89cd by Andrius Merkys at 2019-04-02T11:02:48Z
Bumping debhelper compatibility level.

- - - - -
25dd40a7 by Andrius Merkys at 2019-04-04T08:26:45Z
Composing longer long description.

- - - - -
388fbe4c by Andrius Merkys at 2019-04-04T10:35:45Z
Bumping Standards-Version (no changes). Removing trailing whitespace.

- - - - -
e02bbd66 by Andrius Merkys at 2019-04-04T10:43:28Z
UNRELEASED -> unstable

- - - - -


3 changed files:

- debian/changelog
- debian/compat
- debian/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-jamm (0.3.3-1) UNRELEASED; urgency=medium
+jamm (0.3.3-1) unstable; urgency=medium
 
   * Initial release (Closes: #926226)
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12


=====================================
debian/control
=====================================
@@ -5,14 +5,14 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders:
  Andrius Merkys <merkys at debian.org>,
 Build-Depends:
- debhelper (>= 11),
+ debhelper (>= 12),
  default-jdk,
  maven-debian-helper (>= 2.1),
 Build-Depends-Indep:
  default-jdk-doc,
  junit4 (>= 4.11),
  libmaven-javadoc-plugin-java,
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
 Vcs-Git: https://salsa.debian.org/java-team/jamm.git
 Vcs-Browser: https://salsa.debian.org/java-team/jamm
 Homepage: https://github.com/jbellis/jamm/
@@ -28,6 +28,15 @@ Suggests:
 Description: Java Agent for Memory Measurements
  Jamm provides MemoryMeter, a java agent to measure actual object memory
  use including JVM overhead.
+ .
+ MemoryMeter is as accurate as
+ java.lang.instrument.Instrumentation.getObjectSize, which only claims
+ to provide "approximate" results, but in practice seems to work as
+ expected.
+ .
+ MemoryMeter uses reflection to crawl the object graph for measureDeep.
+ By default, MemoryMeter keeps track of descendants visited by
+ measureDeep with an IdentityHashMap.
 
 Package: libjamm-java-doc
 Architecture: all
@@ -45,4 +54,13 @@ Description: Documentation for Java Agent for Memory Measurements
  Jamm provides MemoryMeter, a java agent to measure actual object memory
  use including JVM overhead.
  .
+ MemoryMeter is as accurate as
+ java.lang.instrument.Instrumentation.getObjectSize, which only claims
+ to provide "approximate" results, but in practice seems to work as
+ expected.
+ .
+ MemoryMeter uses reflection to crawl the object graph for measureDeep.
+ By default, MemoryMeter keeps track of descendants visited by
+ measureDeep with an IdentityHashMap.
+ .
  This package contains the API documentation of libjamm-java.



View it on GitLab: https://salsa.debian.org/java-team/jamm/compare/892826f7ce00f8a8405f26057b5dfa276f0b6b28...e02bbd6601a0610b6589fabc773379fd22ee155b

-- 
View it on GitLab: https://salsa.debian.org/java-team/jamm/compare/892826f7ce00f8a8405f26057b5dfa276f0b6b28...e02bbd6601a0610b6589fabc773379fd22ee155b
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190404/ffeec8ef/attachment.html>


More information about the pkg-java-commits mailing list