# HG changeset patch # User KUBOTA Yuji # Date 1408670098 -32400 # Node ID 7dbbab82d6c2c22b9d59b3ed2d925762c1684c6e # Parent 778bd93bc33abc0a78030f6a1303ba908fd1a380 Bump to 1.1.2 review-thread: http://icedtea.classpath.org/pipermail/heapstats/2014-August/000431.html diff -r 778bd93bc33a -r 7dbbab82d6c2 agent/AUTHORS --- a/agent/AUTHORS Thu Jul 24 14:27:18 2014 +0900 +++ b/agent/AUTHORS Fri Aug 22 10:14:58 2014 +0900 @@ -7,5 +7,7 @@ Yasumasa Suenaga Takahiro Jyoukou Shinji Hisano + Yuji Kubota + Shinji Takao ------------------------------------------------------------ diff -r 778bd93bc33a -r 7dbbab82d6c2 agent/ChangeLog --- a/agent/ChangeLog Thu Jul 24 14:27:18 2014 +0900 +++ b/agent/ChangeLog Fri Aug 22 10:14:58 2014 +0900 @@ -1,3 +1,7 @@ +2014-08-22 KUBOTA Yuji + + * Bump to 1.1.2 + 2014-07-24 Yasumasa Suenaga * Bug 1871: HotSpot VM warns HeapStats agent has executable stack. diff -r 778bd93bc33a -r 7dbbab82d6c2 agent/NEWS --- a/agent/NEWS Thu Jul 24 14:27:18 2014 +0900 +++ b/agent/NEWS Fri Aug 22 10:14:58 2014 +0900 @@ -1,3 +1,8 @@ +New in release 1.1.2 (2014-08-22) + +- HeapStats agent supports systemd/journald. +- Some bug fixes. + New in release 1.1.1 (2014-03-31) - Performance improvement from 1.1.0. diff -r 778bd93bc33a -r 7dbbab82d6c2 agent/configure --- a/agent/configure Thu Jul 24 14:27:18 2014 +0900 +++ b/agent/configure Fri Aug 22 10:14:58 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_agent 1.1.1. -# -# Report bugs to . +# Generated by GNU Autoconf 2.69 for heapstats_agent 1.1.2. +# +# Report bugs to . # # # 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_agent' PACKAGE_TARNAME='heapstats_agent' -PACKAGE_VERSION='1.1.1' -PACKAGE_STRING='heapstats_agent 1.1.1' -PACKAGE_BUGREPORT='oss-java-support@lab.ntt.co.jp' +PACKAGE_VERSION='1.1.2' +PACKAGE_STRING='heapstats_agent 1.1.2' +PACKAGE_BUGREPORT='heapstats@icedtea.classpath.org' PACKAGE_URL='' ac_unique_file="./src" @@ -1361,7 +1361,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.1 to adapt to many kinds of systems. +\`configure' configures heapstats_agent 1.1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1431,7 +1431,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of heapstats_agent 1.1.1:";; + short | recursive ) echo "Configuration of heapstats_agent 1.1.2:";; esac cat <<\_ACEOF @@ -1501,7 +1501,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 . +Report bugs to . _ACEOF ac_status=$? fi @@ -1564,7 +1564,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -heapstats_agent configure 1.1.1 +heapstats_agent configure 1.1.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2030,9 +2030,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 @@ -2108,7 +2108,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.1, which was +It was created by heapstats_agent $as_me 1.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2976,7 +2976,7 @@ # Define the identity of the package. PACKAGE='heapstats_agent' - VERSION='1.1.1' + VERSION='1.1.2' cat >>confdefs.h <<_ACEOF @@ -7241,7 +7241,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 @@ -7259,7 +7259,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*) @@ -7278,7 +7281,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*) @@ -19728,7 +19734,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.1, which was +This file was extended by heapstats_agent $as_me 1.1.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19779,13 +19785,13 @@ Configuration commands: $config_commands -Report bugs to ." +Report bugs to ." _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_agent config.status 1.1.1 +heapstats_agent config.status 1.1.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -r 778bd93bc33a -r 7dbbab82d6c2 agent/configure.ac --- a/agent/configure.ac Thu Jul 24 14:27:18 2014 +0900 +++ b/agent/configure.ac Fri Aug 22 10:14:58 2014 +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.1], [oss-java-support@lab.ntt.co.jp]) +AC_INIT([heapstats_agent], [1.1.2], [heapstats@icedtea.classpath.org]) AC_CONFIG_SRCDIR([./src]) AC_CONFIG_AUX_DIR([./m4]) AC_CONFIG_MACRO_DIR([./m4]) diff -r 778bd93bc33a -r 7dbbab82d6c2 agent/m4/libtool.m4 --- a/agent/m4/libtool.m4 Thu Jul 24 14:27:18 2014 +0900 +++ b/agent/m4/libtool.m4 Fri Aug 22 10:14:58 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*) diff -r 778bd93bc33a -r 7dbbab82d6c2 agent/specs/heapstats_agent.spec --- a/agent/specs/heapstats_agent.spec Thu Jul 24 14:27:18 2014 +0900 +++ b/agent/specs/heapstats_agent.spec Fri Aug 22 10:14:58 2014 +0900 @@ -26,9 +26,9 @@ Summary: A Java programming language debugging tool. Name: heapstats_agent -Version: 1.1.1 +Version: 1.1.2 %define DIST_EXT %{?dist:%{dist}}%{!?dist:.el5} -Release: 1%{?target_processor:%{target_processor}}%{DIST_EXT} +Release: 0%{?target_processor:%{target_processor}}%{DIST_EXT} License: GPLv2 Vendor: NTT OSS Center Group: Development/Debuggers @@ -105,6 +105,10 @@ /usr/share/snmp/mibs/HeapStatsMibs.txt %changelog +* Fri Aug 22 2014 KUBOTA Yuji 1.1.2 +- HeapStats agent supports systemd/journald. +- Some bug fixes. + * Mon Mar 31 2014 KUBOTA Yuji 1.1.1 - Performance improvement from 1.1.0-1. - HeapStats agent supports JDK8 GA features. diff -r 778bd93bc33a -r 7dbbab82d6c2 analyzer/build.properties --- a/analyzer/build.properties Thu Jul 24 14:27:18 2014 +0900 +++ b/analyzer/build.properties Fri Aug 22 10:14:58 2014 +0900 @@ -1,5 +1,5 @@ #Variable -version=1.1.1 +version=1.1.2 source=1.6 target=1.6 diff -r 778bd93bc33a -r 7dbbab82d6c2 analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java --- a/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java Thu Jul 24 14:27:18 2014 +0900 +++ b/analyzer/src/jp/co/ntt/oss/heapstats/gui/GUIMain.java Fri Aug 22 10:14:58 2014 +0900 @@ -604,7 +604,7 @@ } else if (eventSource.equals(aboutHeapStats)) { // Version Dialog StringBuilder buf = new StringBuilder(); - buf.append("\n\n Version: 1.1.1\n\n"); + buf.append("\n\n Version: 1.1.2\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 ");