changeset 276:e9b59376ff6b 2.1.1

Bump to 2.1.1
author Yasumasa Suenaga <yasuenag@gmail.com>
date Tue, 19 Nov 2019 09:09:35 +0900
parents 7fc6aaa87a07
children 76acc880d2a8
files ChangeLog Makefile.in NEWS aclocal.m4 agent/Makefile.in agent/attacher/Makefile.in agent/src/Makefile.in agent/src/heapstats-engines/Makefile.in agent/src/iotracer/Makefile.in analyzer/cli/pom.xml analyzer/core/pom.xml analyzer/fx/pom.xml analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml analyzer/jmx-helper/pom.xml analyzer/plugin-api/pom.xml configure configure.ac mbean/Makefile.in mbean/java/pom.xml mbean/native/Makefile.in pom.xml release.sh specs/heapstats.spec
diffstat 23 files changed, 1032 insertions(+), 471 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 11 22:37:55 2019 +0900
+++ b/ChangeLog	Tue Nov 19 09:09:35 2019 +0900
@@ -1,3 +1,7 @@
+2019-11-19  Yasumasa Suenaga <yasuenag@gmail.com>
+
+	* Bump to 2.1.1
+
 2019-11-11 Yasumasa Suenaga <yasuenag@gmail.com>
 
 	* Bug 3764: Agent thread might not be stopped when it works
--- a/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -135,7 +135,7 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	cscope distdir dist dist-all distcheck
+	cscope distdir distdir-am dist dist-all distcheck
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
@@ -350,8 +350,8 @@
 	    echo ' $(SHELL) ./config.status'; \
 	    $(SHELL) ./config.status;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -473,7 +473,10 @@
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	$(am__remove_distdir)
 	test -d "$(distdir)" || mkdir "$(distdir)"
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
--- a/NEWS	Mon Nov 11 22:37:55 2019 +0900
+++ b/NEWS	Tue Nov 19 09:09:35 2019 +0900
@@ -0,0 +1,6 @@
+New in release 2.0.7 (2019-11-19)
+
+* Fix some bugs
+* Add support for new platforms
+  * RHEL 8 / CentOS 8
+  * Fedora 31
--- a/aclocal.m4	Mon Nov 11 22:37:55 2019 +0900
+++ b/aclocal.m4	Tue Nov 19 09:09:35 2019 +0900
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,7 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
 
-# Copyright (C) 2002-2017 Free Software Foundation, Inc.
+# Copyright (C) 2002-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -32,10 +32,10 @@
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.15'
+[am__api_version='1.16'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.15.1], [],
+m4_if([$1], [1.16.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -51,14 +51,14 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15.1])dnl
+[AM_AUTOMAKE_VERSION([1.16.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # Figure out how to run the assembler.                      -*- Autoconf -*-
 
-# Copyright (C) 2001-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -78,7 +78,7 @@
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -130,7 +130,7 @@
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2017 Free Software Foundation, Inc.
+# Copyright (C) 1997-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -161,7 +161,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -352,13 +352,12 @@
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
 # ------------------------------
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
@@ -366,49 +365,41 @@
   # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.
-  case $CONFIG_FILES in
-  *\'*) eval set x "$CONFIG_FILES" ;;
-  *)   set x $CONFIG_FILES ;;
-  esac
+  # TODO: see whether this extra hack can be removed once we start
+  # requiring Autoconf 2.70 or later.
+  AS_CASE([$CONFIG_FILES],
+          [*\'*], [eval set x "$CONFIG_FILES"],
+          [*], [set x $CONFIG_FILES])
   shift
-  for mf
+  # Used to flag and report bootstrapping failures.
+  am_rc=0
+  for am_mf
   do
     # Strip MF so we end up with the name of the file.
-    mf=`echo "$mf" | sed -e 's/:.*$//'`
-    # Check whether this is an Automake generated Makefile or not.
-    # We used to match only the files named 'Makefile.in', but
-    # some people rename them; so instead we look at the file content.
-    # Grep'ing the first line is not enough: some people post-process
-    # each Makefile.in and add a new line on top of each file to say so.
-    # Grep'ing the whole file is not good either: AIX grep has a line
+    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile which includes
+    # dependency-tracking related rules and includes.
+    # Grep'ing the whole file directly is not great: AIX grep has a line
     # limit of 2048, but all sed's we know have understand at least 4000.
-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
-      dirpart=`AS_DIRNAME("$mf")`
-    else
-      continue
-    fi
-    # Extract the definition of DEPDIR, am__include, and am__quote
-    # from the Makefile without running 'make'.
-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-    test -z "$DEPDIR" && continue
-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "$am__include" && continue
-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-    # Find all dependency output files, they are included files with
-    # $(DEPDIR) in their names.  We invoke sed twice because it is the
-    # simplest approach to changing $(DEPDIR) to its actual value in the
-    # expansion.
-    for file in `sed -n "
-      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
-      # Make sure the directory exists.
-      test -f "$dirpart/$file" && continue
-      fdir=`AS_DIRNAME(["$file"])`
-      AS_MKDIR_P([$dirpart/$fdir])
-      # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
-    done
+    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
+      || continue
+    am_dirpart=`AS_DIRNAME(["$am_mf"])`
+    am_filepart=`AS_BASENAME(["$am_mf"])`
+    AM_RUN_LOG([cd "$am_dirpart" \
+      && sed -e '/# am--include-marker/d' "$am_filepart" \
+        | $MAKE -f - am--depfiles]) || am_rc=$?
   done
+  if test $am_rc -ne 0; then
+    AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
+    for automatic dependency tracking.  Try re-running configure with the
+    '--disable-dependency-tracking' option to at least be able to build
+    the package (albeit without support for automatic dependency tracking).])
+  fi
+  AS_UNSET([am_dirpart])
+  AS_UNSET([am_filepart])
+  AS_UNSET([am_mf])
+  AS_UNSET([am_rc])
+  rm -f conftest-deps.mk
 }
 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
@@ -417,18 +408,17 @@
 # -----------------------------
 # This macro should only be invoked once -- use via AC_REQUIRE.
 #
-# This code is only required when automatic dependency tracking
-# is enabled.  FIXME.  This creates each '.P' file that we will
-# need in order to bootstrap the dependency handling code.
+# This code is only required when automatic dependency tracking is enabled.
+# This creates each '.Po' and '.Plo' makefile fragment that we'll need in
+# order to bootstrap the dependency handling code.
 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 [AC_CONFIG_COMMANDS([depfiles],
      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
-     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
+     [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -515,8 +505,8 @@
 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 # For better backward compatibility.  To be removed once Automake 1.9.x
 # dies out for good.  For more background, see:
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
 # We need awk for the "check" target (and possibly the TAP driver).  The
 # system "awk" is bad on some platforms.
@@ -583,7 +573,7 @@
 Aborting the configuration process, to ensure you take notice of the issue.
 
 You can download and install GNU coreutils to get an 'rm' implementation
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
+that behaves properly: <https://www.gnu.org/software/coreutils/>.
 
 If you want to complete the configuration process using your problematic
 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
@@ -625,7 +615,7 @@
 done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -646,7 +636,7 @@
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2017 Free Software Foundation, Inc.
+# Copyright (C) 2003-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -668,7 +658,7 @@
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering
 
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -703,7 +693,7 @@
 
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
 
-# Copyright (C) 2001-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -711,49 +701,42 @@
 
 # AM_MAKE_INCLUDE()
 # -----------------
-# Check to see how make treats includes.
+# Check whether make has an 'include' directive that can support all
+# the idioms we need for our automatic dependency tracking code.
 AC_DEFUN([AM_MAKE_INCLUDE],
-[am_make=${MAKE-make}
-cat > confinc << 'END'
+[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
+cat > confinc.mk << 'END'
 am__doit:
-	@echo this is the am__doit target
+	@echo this is the am__doit target >confinc.out
 .PHONY: am__doit
 END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
 am__include="#"
 am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from 'make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
-  am__include=include
-  am__quote=
-  _am_result=GNU
-  ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
-   echo '.include "confinc"' > confmf
-   case `$am_make -s -f confmf 2> /dev/null` in #(
-   *the\ am__doit\ target*)
-     am__include=.include
-     am__quote="\""
-     _am_result=BSD
-     ;;
-   esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
+# BSD make does it like this.
+echo '.include "confinc.mk" # ignored' > confmf.BSD
+# Other make implementations (GNU, Solaris 10, AIX) do it like this.
+echo 'include confinc.mk # ignored' > confmf.GNU
+_am_result=no
+for s in GNU BSD; do
+  AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
+  AS_CASE([$?:`cat confinc.out 2>/dev/null`],
+      ['0:this is the am__doit target'],
+      [AS_CASE([$s],
+          [BSD], [am__include='.include' am__quote='"'],
+          [am__include='include' am__quote=''])])
+  if test "$am__include" != "#"; then
+    _am_result="yes ($s style)"
+    break
+  fi
+done
+rm -f confinc.* confmf.*
+AC_MSG_RESULT([${_am_result}])
+AC_SUBST([am__include])])
+AC_SUBST([am__quote])])
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2017 Free Software Foundation, Inc.
+# Copyright (C) 1997-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -792,7 +775,7 @@
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -821,7 +804,7 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -868,7 +851,7 @@
 # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
-# Copyright (C) 2001-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -887,7 +870,7 @@
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -968,7 +951,7 @@
 rm -f conftest.file
 ])
 
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1028,7 +1011,7 @@
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
 
-# Copyright (C) 2001-2017 Free Software Foundation, Inc.
+# Copyright (C) 2001-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1056,7 +1039,7 @@
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2017 Free Software Foundation, Inc.
+# Copyright (C) 2006-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1075,7 +1058,7 @@
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2017 Free Software Foundation, Inc.
+# Copyright (C) 2004-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
--- a/agent/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/agent/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -131,7 +131,7 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
+	distdir distdir-am
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
@@ -316,8 +316,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -430,7 +430,10 @@
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
--- a/agent/attacher/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/agent/attacher/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -257,8 +257,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -278,7 +278,10 @@
 cscope cscopelist:
 
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
--- a/agent/src/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/agent/src/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -135,7 +135,10 @@
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/./m4/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = ./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po \
+	arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po \
+	arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po
 am__mv = mv -f
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -176,7 +179,7 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
+	distdir distdir-am
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
@@ -371,8 +374,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -415,9 +418,15 @@
 distclean-compile:
 	-rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+	@$(MKDIR_P) $(@D)
+	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
 
 .cpp.o:
 @am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -576,7 +585,10 @@
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
@@ -678,7 +690,9 @@
 clean-am: clean-binPROGRAMS clean-generic clean-local mostlyclean-am
 
 distclean: distclean-recursive
-	-rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/x86/$(DEPDIR)
+		-rm -f ./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po
+	-rm -f arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
 	distclean-tags
@@ -724,7 +738,9 @@
 installcheck-am:
 
 maintainer-clean: maintainer-clean-recursive
-	-rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/x86/$(DEPDIR)
+		-rm -f ./$(DEPDIR)/libheapstats_2_1_so_3-heapstats.Po
+	-rm -f arch/arm/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_arm.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_2_1_so_3-heapstats_md_x86.Po
 	-rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
@@ -744,19 +760,20 @@
 
 .MAKE: $(am__recursive_targets) install-am install-strip
 
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-binPROGRAMS clean-generic clean-local \
-	cscopelist-am ctags ctags-am distclean distclean-compile \
-	distclean-generic distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-binPROGRAMS \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs installdirs-am \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
+	am--depfiles check check-am clean clean-binPROGRAMS \
+	clean-generic clean-local cscopelist-am ctags ctags-am \
+	distclean distclean-compile distclean-generic distclean-tags \
+	distdir dvi dvi-am html html-am info info-am install \
+	install-am install-binPROGRAMS install-data install-data-am \
+	install-dvi install-dvi-am install-exec install-exec-am \
+	install-html install-html-am install-info install-info-am \
+	install-man install-pdf install-pdf-am install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
+	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+	uninstall-am uninstall-binPROGRAMS
 
 .PRECIOUS: Makefile
 
--- a/agent/src/heapstats-engines/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/agent/src/heapstats-engines/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -408,7 +408,179 @@
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/./m4/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade =  \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po \
+	./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po \
+	./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po \
+	./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po \
+	./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po \
+	./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po \
+	arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po \
+	arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po \
+	arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po \
+	arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po \
+	arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po \
+	arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po \
+	arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po \
+	arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po \
+	arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po \
+	arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po \
+	arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po
 am__mv = mv -f
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -685,8 +857,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -789,177 +961,183 @@
 distclean-compile:
 	-rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+	@$(MKDIR_P) $(@D)
+	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
 
 .S.o:
 @am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -3439,7 +3617,10 @@
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
@@ -3521,7 +3702,177 @@
 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
 distclean: distclean-am
-	-rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/arm/neon/$(DEPDIR) arch/x86/$(DEPDIR) arch/x86/avx/$(DEPDIR) arch/x86/sse2/$(DEPDIR)
+		-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po
+	-rm -f arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po
+	-rm -f arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po
+	-rm -f arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po
+	-rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po
+	-rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po
+	-rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
 	distclean-tags
@@ -3567,7 +3918,177 @@
 installcheck-am:
 
 maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR) arch/arm/$(DEPDIR) arch/arm/neon/$(DEPDIR) arch/x86/$(DEPDIR) arch/x86/avx/$(DEPDIR) arch/x86/sse2/$(DEPDIR)
+		-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_avx_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_neon_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_none_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse2_2_1_so-vmVariables.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-agentThread.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-archiveMaker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-bitMapMarker.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-classContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-cmdArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-configuration.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-deadlockDetector.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-fsUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-gcWatcher.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-heapstatsMBean.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jniZipArchiver.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmInfo.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-jvmSockCmd.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-libmain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-logManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-oopUtil.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrideFunc.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-overrider.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-pcreRegex.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-signalManager.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotContainer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotMain.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-snapShotProcessor.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-symbolFinder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-threadRecorder.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-timer.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-trapSender.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-util.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmFunctions.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmStructScanner.Po
+	-rm -f ./$(DEPDIR)/libheapstats_engine_sse4_2_1_so-vmVariables.Po
+	-rm -f arch/arm/$(DEPDIR)/libheapstats_engine_neon_2_1_so-armBitMapMarker.Po
+	-rm -f arch/arm/$(DEPDIR)/libheapstats_engine_none_2_1_so-armBitMapMarker.Po
+	-rm -f arch/arm/neon/$(DEPDIR)/libheapstats_engine_neon_2_1_so-neonBitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_avx_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_none_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-x86BitMapMarker.Po
+	-rm -f arch/x86/avx/$(DEPDIR)/libheapstats_engine_avx_2_1_so-avxBitMapMarker.Po
+	-rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_avx_2_1_so-sse2BitMapMarker.Po
+	-rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse2_2_1_so-sse2BitMapMarker.Po
+	-rm -f arch/x86/sse2/$(DEPDIR)/libheapstats_engine_sse4_2_1_so-sse2BitMapMarker.Po
 	-rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
@@ -3587,7 +4108,7 @@
 
 .MAKE: install-am install-strip
 
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
 	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
 	distclean distclean-compile distclean-generic distclean-tags \
 	distdir dvi dvi-am html html-am info info-am install \
--- a/agent/src/iotracer/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/agent/src/iotracer/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -255,8 +255,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -274,7 +274,10 @@
 cscope cscopelist:
 
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
--- a/analyzer/cli/pom.xml	Mon Nov 11 22:37:55 2019 +0900
+++ b/analyzer/cli/pom.xml	Tue Nov 19 09:09:35 2019 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-cli</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1</version>
     <packaging>jar</packaging>
 
     <name>HeapStats CLI</name>
--- a/analyzer/core/pom.xml	Mon Nov 11 22:37:55 2019 +0900
+++ b/analyzer/core/pom.xml	Tue Nov 19 09:09:35 2019 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-core</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1</version>
     <packaging>jar</packaging>
 
     <name>HeapStats Analyzer Core</name>
--- a/analyzer/fx/pom.xml	Mon Nov 11 22:37:55 2019 +0900
+++ b/analyzer/fx/pom.xml	Tue Nov 19 09:09:35 2019 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-analyzer</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1</version>
     <packaging>jar</packaging>
 
     <name>HeapStats Analyzer</name>
--- a/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml	Mon Nov 11 22:37:55 2019 +0900
+++ b/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml	Tue Nov 19 09:09:35 2019 +0900
@@ -36,7 +36,7 @@
                 <Font size="36.0" />
             </font>
         </Label>
-        <Label layoutX="263.0" layoutY="63.0" text="Version 2.1.0">
+        <Label layoutX="263.0" layoutY="63.0" text="Version 2.1.1">
             <font>
                 <Font size="24.0" />
             </font>
--- a/analyzer/jmx-helper/pom.xml	Mon Nov 11 22:37:55 2019 +0900
+++ b/analyzer/jmx-helper/pom.xml	Tue Nov 19 09:09:35 2019 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-jmx-helper</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1</version>
     <packaging>jar</packaging>
 
     <name>HeapStats JMX Helper</name>
--- a/analyzer/plugin-api/pom.xml	Mon Nov 11 22:37:55 2019 +0900
+++ b/analyzer/plugin-api/pom.xml	Tue Nov 19 09:09:35 2019 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-plugin-api</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1</version>
     <packaging>jar</packaging>
 
     <name>HeapStats Analyzer Plugin API</name>
--- a/configure	Mon Nov 11 22:37:55 2019 +0900
+++ b/configure	Tue Nov 19 09:09:35 2019 +0900
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for HeapStats 2.1.0.
+# Generated by GNU Autoconf 2.69 for HeapStats 2.1.1.
 #
 # Report bugs to <heapstats@icedtea.classpath.org>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='HeapStats'
 PACKAGE_TARNAME='heapstats'
-PACKAGE_VERSION='2.1.0'
-PACKAGE_STRING='HeapStats 2.1.0'
+PACKAGE_VERSION='2.1.1'
+PACKAGE_STRING='HeapStats 2.1.1'
 PACKAGE_BUGREPORT='heapstats@icedtea.classpath.org'
 PACKAGE_URL=''
 
@@ -673,7 +673,6 @@
 AMDEPBACKSLASH
 AMDEP_FALSE
 AMDEP_TRUE
-am__quote
 am__include
 DEPDIR
 OBJEXT
@@ -758,7 +757,8 @@
 PACKAGE_TARNAME
 PACKAGE_NAME
 PATH_SEPARATOR
-SHELL'
+SHELL
+am__quote'
 ac_subst_files=''
 ac_user_opts='
 enable_option_checking
@@ -1331,7 +1331,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 2.1.0 to adapt to many kinds of systems.
+\`configure' configures HeapStats 2.1.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1401,7 +1401,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of HeapStats 2.1.0:";;
+     short | recursive ) echo "Configuration of HeapStats 2.1.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1518,7 +1518,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-HeapStats configure 2.1.0
+HeapStats configure 2.1.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2195,7 +2195,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 2.1.0, which was
+It was created by HeapStats $as_me 2.1.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2581,7 +2581,7 @@
 
 
 
-am__api_version='1.15'
+am__api_version='1.16'
 
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
@@ -3067,7 +3067,7 @@
 
 # Define the identity of the package.
  PACKAGE='heapstats'
- VERSION='2.1.0'
+ VERSION='2.1.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3097,8 +3097,8 @@
 
 # For better backward compatibility.  To be removed once Automake 1.9.x
 # dies out for good.  For more background, see:
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
+# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
+# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
 mkdir_p='$(MKDIR_P)'
 
 # We need awk for the "check" target (and possibly the TAP driver).  The
@@ -3149,7 +3149,7 @@
 Aborting the configuration process, to ensure you take notice of the issue.
 
 You can download and install GNU coreutils to get an 'rm' implementation
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
+that behaves properly: <https://www.gnu.org/software/coreutils/>.
 
 If you want to complete the configuration process using your problematic
 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
@@ -4196,45 +4196,45 @@
 
 ac_config_commands="$ac_config_commands depfiles"
 
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
+$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
+cat > confinc.mk << 'END'
 am__doit:
-	@echo this is the am__doit target
+	@echo this is the am__doit target >confinc.out
 .PHONY: am__doit
 END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
 am__include="#"
 am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from 'make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
-  am__include=include
-  am__quote=
-  _am_result=GNU
-  ;;
+# BSD make does it like this.
+echo '.include "confinc.mk" # ignored' > confmf.BSD
+# Other make implementations (GNU, Solaris 10, AIX) do it like this.
+echo 'include confinc.mk # ignored' > confmf.GNU
+_am_result=no
+for s in GNU BSD; do
+  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
+   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); }
+  case $?:`cat confinc.out 2>/dev/null` in #(
+  '0:this is the am__doit target') :
+    case $s in #(
+  BSD) :
+    am__include='.include' am__quote='"' ;; #(
+  *) :
+    am__include='include' am__quote='' ;;
+esac ;; #(
+  *) :
+     ;;
 esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
-   echo '.include "confinc"' > confmf
-   case `$am_make -s -f confmf 2> /dev/null` in #(
-   *the\ am__doit\ target*)
-     am__include=.include
-     am__quote="\""
-     _am_result=BSD
-     ;;
-   esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
+  if test "$am__include" != "#"; then
+    _am_result="yes ($s style)"
+    break
+  fi
+done
+rm -f confinc.* confmf.*
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
+$as_echo "${_am_result}" >&6; }
 
 # Check whether --enable-dependency-tracking was given.
 if test "${enable_dependency_tracking+set}" = set; then :
@@ -9385,7 +9385,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 2.1.0, which was
+This file was extended by HeapStats $as_me 2.1.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -9442,7 +9442,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 config.status 2.1.0
+HeapStats config.status 2.1.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -9550,7 +9550,7 @@
 #
 # INIT-COMMANDS
 #
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
 
 _ACEOF
 
@@ -10006,29 +10006,35 @@
   # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.
-  case $CONFIG_FILES in
-  *\'*) eval set x "$CONFIG_FILES" ;;
-  *)   set x $CONFIG_FILES ;;
-  esac
+  # TODO: see whether this extra hack can be removed once we start
+  # requiring Autoconf 2.70 or later.
+  case $CONFIG_FILES in #(
+  *\'*) :
+    eval set x "$CONFIG_FILES" ;; #(
+  *) :
+    set x $CONFIG_FILES ;; #(
+  *) :
+     ;;
+esac
   shift
-  for mf
+  # Used to flag and report bootstrapping failures.
+  am_rc=0
+  for am_mf
   do
     # Strip MF so we end up with the name of the file.
-    mf=`echo "$mf" | sed -e 's/:.*$//'`
-    # Check whether this is an Automake generated Makefile or not.
-    # We used to match only the files named 'Makefile.in', but
-    # some people rename them; so instead we look at the file content.
-    # Grep'ing the first line is not enough: some people post-process
-    # each Makefile.in and add a new line on top of each file to say so.
-    # Grep'ing the whole file is not good either: AIX grep has a line
+    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile which includes
+    # dependency-tracking related rules and includes.
+    # Grep'ing the whole file directly is not great: AIX grep has a line
     # limit of 2048, but all sed's we know have understand at least 4000.
-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
-      dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$mf" : 'X\(//\)[^/]' \| \
-	 X"$mf" : 'X\(//\)$' \| \
-	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
+    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
+      || continue
+    am_dirpart=`$as_dirname -- "$am_mf" ||
+$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$am_mf" : 'X\(//\)[^/]' \| \
+	 X"$am_mf" : 'X\(//\)$' \| \
+	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$am_mf" |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 	    s//\1/
 	    q
@@ -10046,53 +10052,48 @@
 	    q
 	  }
 	  s/.*/./; q'`
-    else
-      continue
-    fi
-    # Extract the definition of DEPDIR, am__include, and am__quote
-    # from the Makefile without running 'make'.
-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-    test -z "$DEPDIR" && continue
-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "$am__include" && continue
-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-    # Find all dependency output files, they are included files with
-    # $(DEPDIR) in their names.  We invoke sed twice because it is the
-    # simplest approach to changing $(DEPDIR) to its actual value in the
-    # expansion.
-    for file in `sed -n "
-      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
-      # Make sure the directory exists.
-      test -f "$dirpart/$file" && continue
-      fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$file" : 'X\(//\)[^/]' \| \
-	 X"$file" : 'X\(//\)$' \| \
-	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+    am_filepart=`$as_basename -- "$am_mf" ||
+$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$am_mf" : 'X\(//\)$' \| \
+	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$am_mf" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 	    s//\1/
 	    q
 	  }
-	  /^X\(\/\/\)[^/].*/{
+	  /^X\/\(\/\/\)$/{
 	    s//\1/
 	    q
 	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
+	  /^X\/\(\/\).*/{
 	    s//\1/
 	    q
 	  }
 	  s/.*/./; q'`
-      as_dir=$dirpart/$fdir; as_fn_mkdir_p
-      # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
-    done
+    { echo "$as_me:$LINENO: cd "$am_dirpart" \
+      && sed -e '/# am--include-marker/d' "$am_filepart" \
+        | $MAKE -f - am--depfiles" >&5
+   (cd "$am_dirpart" \
+      && sed -e '/# am--include-marker/d' "$am_filepart" \
+        | $MAKE -f - am--depfiles) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } || am_rc=$?
   done
+  if test $am_rc -ne 0; then
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "Something went wrong bootstrapping makefile fragments
+    for automatic dependency tracking.  Try re-running configure with the
+    '--disable-dependency-tracking' option to at least be able to build
+    the package (albeit without support for automatic dependency tracking).
+See \`config.log' for more details" "$LINENO" 5; }
+  fi
+  { am_dirpart=; unset am_dirpart;}
+  { am_filepart=; unset am_filepart;}
+  { am_mf=; unset am_mf;}
+  { am_rc=; unset am_rc;}
+  rm -f conftest-deps.mk
 }
  ;;
 
--- a/configure.ac	Mon Nov 11 22:37:55 2019 +0900
+++ b/configure.ac	Tue Nov 19 09:09:35 2019 +0900
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT([HeapStats], [2.1.0], [heapstats@icedtea.classpath.org])
+AC_INIT([HeapStats], [2.1.1], [heapstats@icedtea.classpath.org])
 m4_include([m4/compiler-opto])
 AC_DEFINE([HEAPSTATS_MAJOR_VERSION], ["2.1"])
 AC_CONFIG_SRCDIR([./agent/src])
--- a/mbean/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/mbean/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -131,7 +131,7 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
+	distdir distdir-am
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
@@ -317,8 +317,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -429,7 +429,10 @@
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
--- a/mbean/java/pom.xml	Mon Nov 11 22:37:55 2019 +0900
+++ b/mbean/java/pom.xml	Tue Nov 19 09:09:35 2019 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-mbean</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1</version>
     <packaging>jar</packaging>
 
     <name>HeapStats MBean Java Module</name>
--- a/mbean/native/Makefile.in	Mon Nov 11 22:37:55 2019 +0900
+++ b/mbean/native/Makefile.in	Tue Nov 19 09:09:35 2019 +0900
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -121,7 +121,9 @@
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/./m4/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade =  \
+	./$(DEPDIR)/libheapstats_mbean_so-heapstats-mbean.Po
 am__mv = mv -f
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -309,8 +311,8 @@
 	  *config.status*) \
 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -335,7 +337,13 @@
 distclean-compile:
 	-rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_mbean_so-heapstats-mbean.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheapstats_mbean_so-heapstats-mbean.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+	@$(MKDIR_P) $(@D)
+	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
 
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -419,7 +427,10 @@
 distclean-tags:
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+	$(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
@@ -491,7 +502,7 @@
 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
 distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
+		-rm -f ./$(DEPDIR)/libheapstats_mbean_so-heapstats-mbean.Po
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
 	distclean-tags
@@ -537,7 +548,7 @@
 installcheck-am:
 
 maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
+		-rm -f ./$(DEPDIR)/libheapstats_mbean_so-heapstats-mbean.Po
 	-rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
@@ -557,7 +568,7 @@
 
 .MAKE: install-am install-strip
 
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
 	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
 	distclean distclean-compile distclean-generic distclean-tags \
 	distdir dvi dvi-am html html-am info info-am install \
--- a/pom.xml	Mon Nov 11 22:37:55 2019 +0900
+++ b/pom.xml	Tue Nov 19 09:09:35 2019 +0900
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1</version>
     <packaging>pom</packaging>
     <name>HeapStats</name>
     <description>A lightweight monitoring and analysis tool for the HotSpot JVM</description>
--- a/release.sh	Mon Nov 11 22:37:55 2019 +0900
+++ b/release.sh	Tue Nov 19 09:09:35 2019 +0900
@@ -37,7 +37,7 @@
 
 # Input new version
 # show current version by project.version from pom.xml
-CURRENT_VERSION=`sed -n 's#^\s\+<version>\(.\+\)</version>#\1#p' pom.xml`
+CURRENT_VERSION=`hg tags | head -n 2 | tail -n 1 | cut -d' ' -f 1`
 echo "Current version is ${CURRENT_VERSION}"
 read -p "Enter release version > " VERSION
 if [[ ! ${VERSION} =~ [0-9]\.[0-9]\.[0-9] ]]; then
@@ -48,13 +48,12 @@
 # analyzer
 ## pom
 ### parent has 1 version element
-sed -i -e "/^\s\+<version>/s#${CURRENT_VERSION}#${VERSION}#g" pom.xml
+sed -i -e "/^\s\+<version>/s#${CURRENT_VERSION}#${VERSION}#" pom.xml
 ### children have some version elements
 CHILDREN=($(find ./*/ -name "pom.xml" -type f))
 for child in ${CHILDREN[@]}; do
-  # replace version number between <parent> and </parent>
-  LINE=$(sed -n "/parent/=" ${child} | tr '\n' ',')
-  sed -i -e "${LINE:0:$((${#LINE}-1))}s#${CURRENT_VERSION}#${VERSION}#g" ${child}
+  # replace version number in all children
+  sed -i -e "/^\s\+<version>/s#${CURRENT_VERSION}#${VERSION}#" ${child}
 done
 ## Dialog
 sed -i -e "/Version/s#text=\"Version\s.\+\"#text=\"Version ${VERSION}\"#g" analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/aboutDialog.fxml
@@ -95,6 +94,8 @@
 fi
 
 # remake Makefile by latest automake
+aclocal
+autoconf
 automake
 bash configure
 
--- a/specs/heapstats.spec	Mon Nov 11 22:37:55 2019 +0900
+++ b/specs/heapstats.spec	Tue Nov 19 09:09:35 2019 +0900
@@ -2,7 +2,7 @@
 
 Summary: A Java programming language debugging tool.
 Name: heapstats
-Version: 2.1.0
+Version: 2.1.1
 %define DIST_EXT 0%{?dist:%{dist}}%{!?dist:.el5}
 Release: %{DIST_EXT}
 License: GPLv2
@@ -51,16 +51,16 @@
 
 %description
 A lightweight monitoring JVMTI agent for Java HotSpot VM.
-Copyright (C) 2011-2018 Nippon Telegraph and Telephone Corporation.
+Copyright (C) 2011-2019 Nippon Telegraph and Telephone Corporation.
 
 %description cli
 Commandline analysis tool for HeapStats.
-Copyright (C) 2011-2018 Nippon Telegraph and Telephone Corporation.
+Copyright (C) 2011-2019 Nippon Telegraph and Telephone Corporation.
 
 %if 0%{?WITH_ANALYZER:1}
 %description analyzer
 HeapStats GUI Analyzer
-Copyright (C) 2011-2018 Nippon Telegraph and Telephone Corporation.
+Copyright (C) 2011-2019 Nippon Telegraph and Telephone Corporation.
 %endif
 
 %prep
@@ -168,6 +168,8 @@
 %endif
 
 %changelog
+* Tue Nov 19 2019 Yasumasa Suenaga <yasuenag@gmail.com>
+- Bump to 2.1.1
 * Thu Mar 29 2018 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 - Bump to 2.1
 * Tue Jan 23 2018 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>