changeset 46:faa4f10212da 1.0.3

Bump to 1.0.3 review-thread: http://icedtea.classpath.org/pipermail/heapstats/2014-August/000431.html
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Fri, 22 Aug 2014 10:14:25 +0900
parents d7859e0788f6
children 496fc55ddc32
files agent/AUTHORS agent/ChangeLog agent/NEWS agent/configure agent/configure.ac agent/m4/libtool.m4 agent/specs/heapstats_agent.spec analyzer/build.properties analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java
diffstat 9 files changed, 56 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/agent/AUTHORS	Thu Jul 24 14:26:17 2014 +0900
+++ b/agent/AUTHORS	Fri Aug 22 10:14:25 2014 +0900
@@ -7,5 +7,7 @@
  Yasumasa Suenaga
  Takahiro Jyoukou
  Shinji Hisano
+ Yuji Kubota
+ Shinji Takao
 
 ------------------------------------------------------------
--- a/agent/ChangeLog	Thu Jul 24 14:26:17 2014 +0900
+++ b/agent/ChangeLog	Fri Aug 22 10:14:25 2014 +0900
@@ -1,3 +1,7 @@
+2014-08-22  KUBOTA Yuji  <kubota.yuji@lab.ntt.co.jp>
+
+	* Bump to 1.0.3
+
 2014-07-24  Yasumasa Suenaga  <yasuenag@gmail.com>
 
 	* Bug 1871:  HotSpot VM warns HeapStats agent has executable stack.
--- a/agent/NEWS	Thu Jul 24 14:26:17 2014 +0900
+++ b/agent/NEWS	Fri Aug 22 10:14:25 2014 +0900
@@ -1,4 +1,9 @@
-New in release 1.0.1 (2014-03-31)
+New in release 1.0.3 (2014-08-22)
+
+- HeapStats agent supports systemd/journald.
+- Some bug fixes.
+
+New in release 1.0.2 (2014-03-31)
 
 - Performance improvement from 1.0.1.
 - HeapStats Agent supports JDK8 GA features.
--- a/agent/configure	Thu Jul 24 14:26:17 2014 +0900
+++ b/agent/configure	Fri Aug 22 10:14:25 2014 +0900
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for HeapStats 1.0.2.
+# Generated by GNU Autoconf 2.69 for HeapStats 1.0.3.
 #
-# Report bugs to <oss-java-support@lab.ntt.co.jp>.
+# Report bugs to <heapstats@icedtea.classpath.org>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -275,7 +275,7 @@
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: oss-java-support@lab.ntt.co.jp about your system,
+$0: heapstats@icedtea.classpath.org about your system,
 $0: including any error possibly output before this
 $0: message. Then install a modern shell, or manually run
 $0: the script under such a shell if you do have one."
@@ -590,9 +590,9 @@
 # Identity of this package.
 PACKAGE_NAME='HeapStats'
 PACKAGE_TARNAME='heapstats_agent'
-PACKAGE_VERSION='1.0.2'
-PACKAGE_STRING='HeapStats 1.0.2'
-PACKAGE_BUGREPORT='oss-java-support@lab.ntt.co.jp'
+PACKAGE_VERSION='1.0.3'
+PACKAGE_STRING='HeapStats 1.0.3'
+PACKAGE_BUGREPORT='heapstats@icedtea.classpath.org'
 PACKAGE_URL=''
 
 ac_unique_file="./src"
@@ -1345,7 +1345,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 1.0.2 to adapt to many kinds of systems.
+\`configure' configures HeapStats 1.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1415,7 +1415,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of HeapStats 1.0.2:";;
+     short | recursive ) echo "Configuration of HeapStats 1.0.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1477,7 +1477,7 @@
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <oss-java-support@lab.ntt.co.jp>.
+Report bugs to <heapstats@icedtea.classpath.org>.
 _ACEOF
 ac_status=$?
 fi
@@ -1540,7 +1540,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-HeapStats configure 1.0.2
+HeapStats configure 1.0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2060,9 +2060,9 @@
 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## --------------------------------------------- ##
-## Report this to oss-java-support@lab.ntt.co.jp ##
-## --------------------------------------------- ##"
+( $as_echo "## ---------------------------------------------- ##
+## Report this to heapstats@icedtea.classpath.org ##
+## ---------------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
@@ -2084,7 +2084,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 $as_me 1.0.2, which was
+It was created by HeapStats $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2952,7 +2952,7 @@
 
 # Define the identity of the package.
  PACKAGE='heapstats_agent'
- VERSION='1.0.2'
+ VERSION='1.0.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -7084,7 +7084,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -7102,7 +7102,10 @@
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_i386"
 	    ;;
-	  ppc64-*linux*|powerpc64-*linux*)
+	  powerpc64le-*linux*)
+	    LD="${LD-ld} -m elf32lppclinux"
+	    ;;
+	  powerpc64-*linux*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -7121,7 +7124,10 @@
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  ppc*-*linux*|powerpc*-*linux*)
+	  powerpcle-*linux*)
+	    LD="${LD-ld} -m elf64lppc"
+	    ;;
+	  powerpc-*linux*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
@@ -18885,7 +18891,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by HeapStats $as_me 1.0.2, which was
+This file was extended by HeapStats $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18936,13 +18942,13 @@
 Configuration commands:
 $config_commands
 
-Report bugs to <oss-java-support@lab.ntt.co.jp>."
+Report bugs to <heapstats@icedtea.classpath.org>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-HeapStats config.status 1.0.2
+HeapStats config.status 1.0.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
--- a/agent/configure.ac	Thu Jul 24 14:26:17 2014 +0900
+++ b/agent/configure.ac	Fri Aug 22 10:14:25 2014 +0900
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([HeapStats],[1.0.2],[oss-java-support@lab.ntt.co.jp],[heapstats_agent])
+AC_INIT([HeapStats],[1.0.3],[heapstats@icedtea.classpath.org],[heapstats_agent])
 AC_CONFIG_SRCDIR([./src])
 AC_CONFIG_AUX_DIR([./m4])
 AC_CONFIG_MACRO_DIR([./m4])
--- a/agent/m4/libtool.m4	Thu Jul 24 14:26:17 2014 +0900
+++ b/agent/m4/libtool.m4	Fri Aug 22 10:14:25 2014 +0900
@@ -1312,7 +1312,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1326,7 +1326,10 @@
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_i386"
 	    ;;
-	  ppc64-*linux*|powerpc64-*linux*)
+	  powerpc64le-*linux*)
+	    LD="${LD-ld} -m elf32lppclinux"
+	    ;;
+	  powerpc64-*linux*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -1345,7 +1348,10 @@
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  ppc*-*linux*|powerpc*-*linux*)
+	  powerpcle-*linux*)
+	    LD="${LD-ld} -m elf64lppc"
+	    ;;
+	  powerpc-*linux*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
--- a/agent/specs/heapstats_agent.spec	Thu Jul 24 14:26:17 2014 +0900
+++ b/agent/specs/heapstats_agent.spec	Fri Aug 22 10:14:25 2014 +0900
@@ -42,7 +42,7 @@
 
 Summary: A Java programming language debugging tool.
 Name: heapstats_agent
-Version: 1.0.2
+Version: 1.0.3
 Release: 0%{?target_processor:%{target_processor}}%{?dist:%{dist}}%{!?dist:.el5}
 License: GPLv2
 Vendor: NTT OSS Center
@@ -112,6 +112,10 @@
 /usr/share/snmp/mibs/HeapStatsMibs.txt
 
 %changelog
+* Fri Aug 22 2014 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp> 1.0.3-0
+- HeapStats agent supports systemd/journald.
+- Some bug fixes.
+
 * Mon Mar 31 2014 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp> 1.0.2-0
 - Performance improvement from 1.0.1.
 - HeapStats agent supports JDK8 GA features.
--- a/analyzer/build.properties	Thu Jul 24 14:26:17 2014 +0900
+++ b/analyzer/build.properties	Fri Aug 22 10:14:25 2014 +0900
@@ -1,5 +1,5 @@
 #Variable
-version=1.0.2
+version=1.0.3
 source=1.6
 target=1.6
 
--- a/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java	Thu Jul 24 14:26:17 2014 +0900
+++ b/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java	Fri Aug 22 10:14:25 2014 +0900
@@ -584,7 +584,7 @@
             } else if (eventSource.equals(aboutHeapStats)) {
                 // Version Dialog
                 StringBuilder buf = new StringBuilder();
-                buf.append("\n\n  Version: 1.0.2\n\n");
+                buf.append("\n\n  Version: 1.0.3\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 General Public License\n\n");