/hg/icedtea7-forest/jdk: 4890063, PR2305, RH1214835: HPROF: defa...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Apr 24 19:01:44 UTC 2015


changeset 4e3ea67d3b69 in /hg/icedtea7-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea7-forest/jdk?cmd=changeset;node=4e3ea67d3b69
author: andrew
date: Fri Apr 24 17:45:59 2015 +0100

	4890063, PR2305, RH1214835: HPROF: default text truncated when using doe=n option


diffstat:

 src/share/demo/jvmti/hprof/hprof_init.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7014c4be418d -r 4e3ea67d3b69 src/share/demo/jvmti/hprof/hprof_init.c
--- a/src/share/demo/jvmti/hprof/hprof_init.c	Wed Apr 15 00:49:12 2015 +0100
+++ b/src/share/demo/jvmti/hprof/hprof_init.c	Fri Apr 24 17:45:59 2015 +0100
@@ -1361,7 +1361,7 @@
         } rawMonitorExit(gdata->dump_lock);
 
         /* Dump everything if we need to */
-        if (gdata->dump_on_exit && need_to_dump) {
+        if (gdata->dump_on_exit || need_to_dump) {
 
             dump_all_data(env);
         }


More information about the distro-pkg-dev mailing list