/hg/release/icedtea7-forest-2.6/jdk: PR3647: Backed out changese...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Feb 20 16:17:25 UTC 2019


changeset f6e711e276ad in /hg/release/icedtea7-forest-2.6/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=f6e711e276ad
author: andrew
date: Fri Feb 15 18:32:18 2019 +0000

	PR3647: Backed out changeset 4e3ea67d3b69 (JDK-4890063/PR2305/RH1214835)


diffstat:

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

diffs (12 lines):

diff -r 1e35de8840b3 -r f6e711e276ad src/share/demo/jvmti/hprof/hprof_init.c
--- a/src/share/demo/jvmti/hprof/hprof_init.c	Mon Jan 07 06:00:04 2019 +0000
+++ b/src/share/demo/jvmti/hprof/hprof_init.c	Fri Feb 15 18:32:18 2019 +0000
@@ -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