changeset 68:33bc182ce53a 1.1.6

Bump to 1.1.6
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Fri, 10 Mar 2017 13:41:05 +0900
parents 2518d4eee904
children 60be2921a8bf
files agent/ChangeLog agent/Makefile.in agent/NEWS agent/configure agent/configure.ac agent/specs/heapstats_agent.spec analyzer/build.properties analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java
diffstat 8 files changed, 41 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/agent/ChangeLog	Fri Mar 10 01:14:55 2017 +0900
+++ b/agent/ChangeLog	Fri Mar 10 13:41:05 2017 +0900
@@ -1,3 +1,7 @@
+2017-03-10 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+
+	* Bump to 1.1.6
+
 2017-03-10 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 
 	* Bug 3223: Cannot set empty value to signal setting
--- a/agent/Makefile.in	Fri Mar 10 01:14:55 2017 +0900
+++ b/agent/Makefile.in	Fri Mar 10 13:41:05 2017 +0900
@@ -566,7 +566,7 @@
 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 	|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
 	$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -592,7 +592,7 @@
 	@echo WARNING: "Support for shar distribution archives is" \
 	               "deprecated." >&2
 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -610,7 +610,7 @@
 distcheck: dist
 	case '$(DIST_ARCHIVES)' in \
 	*.tar.gz*) \
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
 	*.tar.bz2*) \
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 	*.tar.lz*) \
@@ -620,7 +620,7 @@
 	*.tar.Z*) \
 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 	*.shar.gz*) \
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
 	*.zip*) \
 	  unzip $(distdir).zip ;;\
 	esac
--- a/agent/NEWS	Fri Mar 10 01:14:55 2017 +0900
+++ b/agent/NEWS	Fri Mar 10 13:41:05 2017 +0900
@@ -1,3 +1,12 @@
+New in release 1.1.6 (2017-03-10)
+
+- Deadlock detection moved to experimental feature to prevent unexpected abort
+  - Bug 3285: JVM aborted on assert code at MonitorContended JVMTI event
+- Improve memory management in agent
+  - Bug 3284: HeapStats Agent might crash when object children are scanned
+  - Bug 3331: Refactoring for memory management in HeapStats Agent
+- Note: This version is in maintenance mode. Please use HeapStats 2.x for new features.
+
 New in release 1.1.5 (2016-11-28)
 
 - Fix a hang-up on a corner case.
--- a/agent/configure	Fri Mar 10 01:14:55 2017 +0900
+++ b/agent/configure	Fri Mar 10 13:41:05 2017 +0900
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for heapstats_agent 1.1.5.
+# Generated by GNU Autoconf 2.69 for heapstats_agent 1.1.6.
 #
 # Report bugs to <heapstats@icedtea.classpath.org>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='heapstats_agent'
 PACKAGE_TARNAME='heapstats_agent'
-PACKAGE_VERSION='1.1.5'
-PACKAGE_STRING='heapstats_agent 1.1.5'
+PACKAGE_VERSION='1.1.6'
+PACKAGE_STRING='heapstats_agent 1.1.6'
 PACKAGE_BUGREPORT='heapstats@icedtea.classpath.org'
 PACKAGE_URL=''
 
@@ -1360,7 +1360,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures heapstats_agent 1.1.5 to adapt to many kinds of systems.
+\`configure' configures heapstats_agent 1.1.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1430,7 +1430,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of heapstats_agent 1.1.5:";;
+     short | recursive ) echo "Configuration of heapstats_agent 1.1.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1563,7 +1563,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-heapstats_agent configure 1.1.5
+heapstats_agent configure 1.1.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2107,7 +2107,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by heapstats_agent $as_me 1.1.5, which was
+It was created by heapstats_agent $as_me 1.1.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2975,7 +2975,7 @@
 
 # Define the identity of the package.
  PACKAGE='heapstats_agent'
- VERSION='1.1.5'
+ VERSION='1.1.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19809,7 +19809,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by heapstats_agent $as_me 1.1.5, which was
+This file was extended by heapstats_agent $as_me 1.1.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19866,7 +19866,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-heapstats_agent config.status 1.1.5
+heapstats_agent config.status 1.1.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
--- a/agent/configure.ac	Fri Mar 10 01:14:55 2017 +0900
+++ b/agent/configure.ac	Fri Mar 10 13:41:05 2017 +0900
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT([heapstats_agent], [1.1.5], [heapstats@icedtea.classpath.org])
+AC_INIT([heapstats_agent], [1.1.6], [heapstats@icedtea.classpath.org])
 AC_CONFIG_SRCDIR([./src])
 AC_CONFIG_AUX_DIR([./m4])
 AC_CONFIG_MACRO_DIR([./m4])
--- a/agent/specs/heapstats_agent.spec	Fri Mar 10 01:14:55 2017 +0900
+++ b/agent/specs/heapstats_agent.spec	Fri Mar 10 13:41:05 2017 +0900
@@ -26,7 +26,7 @@
 
 Summary: A Java programming language debugging tool.
 Name: heapstats_agent
-Version: 1.1.5
+Version: 1.1.6
 %define DIST_EXT %{?dist:%{dist}}%{!?dist:.el5}
 Release: 0%{?target_processor:%{target_processor}}%{DIST_EXT}
 License: GPLv2
@@ -53,7 +53,7 @@
 
 %description
 this program analyzes running information in JVM.
-Copyright (C) 2011-2016 Nippon Telegraph and Telephone Corporation.
+Copyright (C) 2011-2017 Nippon Telegraph and Telephone Corporation.
 
 %prep
 %setup -q -n heapstats-1.1/agent
@@ -106,6 +106,14 @@
 /usr/share/snmp/mibs/HeapStatsMibs.txt
 
 %changelog
+* Fri Mar 10 2017 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp> 1.1.6
+- Deadlock detection moved to experimental feature to prevent unexpected abort
+ - Bug 3285: JVM aborted on assert code at MonitorContended JVMTI event
+- Improve memory management in agent
+ - Bug 3284: HeapStats Agent might crash when object children are scanned
+ - Bug 3331: Refactoring for memory management in HeapStats Agent
+- Note: This version is in maintenance mode. Please use HeapStats 2.x for new features.
+
 * Thu Nov 24 2016 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp> 1.1.5
 - Fix a hang-up on a corner case.
  - Bug 3225: JVM may hang when deadlock detector and safepoint are conflicted
--- a/analyzer/build.properties	Fri Mar 10 01:14:55 2017 +0900
+++ b/analyzer/build.properties	Fri Mar 10 13:41:05 2017 +0900
@@ -1,5 +1,5 @@
 #Variable
-version=1.1.5
+version=1.1.6
 source=1.6
 target=1.6
 
--- a/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java	Fri Mar 10 01:14:55 2017 +0900
+++ b/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java	Fri Mar 10 13:41:05 2017 +0900
@@ -604,14 +604,14 @@
             } else if (eventSource.equals(aboutHeapStats)) {
                 // Version Dialog
                 StringBuilder buf = new StringBuilder();
-                buf.append("\n\n  Version: 1.1.5\n\n");
+                buf.append("\n\n  Version: 1.1.6\n\n");
                 buf.append("HeapStats is licensed under the GNU General Public License version 2.\n\n");
                 buf.append("about:license\n");
                 buf.append("  JFreeChart  :  the GNU Lesser ");
                 buf.append("General Public License\n");
                 buf.append("  JGraphX     :  the Berkeley Software ");
                 buf.append("Distribution License\n\n");
-                buf.append("  Copyright (C) 2011-2016 Nippon Telegraph and ");
+                buf.append("  Copyright (C) 2011-2017 Nippon Telegraph and ");
                 buf.append("Telephone Corporation\n\n");
 
                 JLabel title = new JLabel("  HeapStats Analyzer\n\n\n");