/hg/icedtea8-forest/jdk: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Nov 14 15:26:18 UTC 2018


changeset 48f9c0c9d8c4 in /hg/icedtea8-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea8-forest/jdk?cmd=changeset;node=48f9c0c9d8c4
author: andrew
date: Mon Nov 12 15:34:03 2018 +0000

	PR3646: Backed out changeset 6e3f4784affc (PR2304)


changeset 488c6752876a in /hg/icedtea8-forest/jdk
details: http://icedtea.classpath.org/hg/icedtea8-forest/jdk?cmd=changeset;node=488c6752876a
author: andrew
date: Wed Nov 14 15:19:17 2018 +0000

	Added tag icedtea-3.10.0pre01 for changeset 48f9c0c9d8c4


diffstat:

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

diffs (20 lines):

diff -r 301e37235636 -r 488c6752876a .hgtags
--- a/.hgtags	Wed Oct 31 17:04:47 2018 -0300
+++ b/.hgtags	Wed Nov 14 15:19:17 2018 +0000
@@ -954,3 +954,4 @@
 f1918b7e69f4dc0018609e9efe9d53939cc807ae jdk8u181-b31
 7b289a33ab9754807a6021e8e140e61015ccc5f2 icedtea-3.9.0
 7b289a33ab9754807a6021e8e140e61015ccc5f2 icedtea-3.10.0pre00
+48f9c0c9d8c4283ae7cfe04e95c4bf4d839f3a8c icedtea-3.10.0pre01
diff -r 301e37235636 -r 488c6752876a src/share/demo/jvmti/hprof/hprof_init.c
--- a/src/share/demo/jvmti/hprof/hprof_init.c	Wed Oct 31 17:04:47 2018 -0300
+++ b/src/share/demo/jvmti/hprof/hprof_init.c	Wed Nov 14 15:19:17 2018 +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