From bugzilla-daemon at icedtea.classpath.org Fri Jan 8 02:40:09 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Fri, 08 Jan 2021 02:40:09 +0000 Subject: [Bug 3817] New: [PATCH] Rectify some bashisms in Makefile.am and acinclude.m4 Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3817 Bug ID: 3817 Summary: [PATCH] Rectify some bashisms in Makefile.am and acinclude.m4 Product: IcedTea Version: 8.x-hg Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P5 Component: IcedTea Assignee: gnu.andrew at redhat.com Reporter: kfm at plushkava.net CC: unassigned at icedtea.classpath.org Created attachment 1742 --> https://icedtea.classpath.org/bugzilla/attachment.cgi?id=1742&action=edit hg-changeset-2983.patch The attached patch rectifies some bashisms that were reported downstream at https://bugs.gentoo.org/722292. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Fri Jan 8 02:44:17 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Fri, 08 Jan 2021 02:44:17 +0000 Subject: [Bug 3817] [PATCH] Rectify some bashisms in Makefile.am and acinclude.m4 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3817 kfm at plushkava.net changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://bugs.gentoo.org/722 | |292 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Mon Jan 11 00:53:30 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 11 Jan 2021 00:53:30 +0000 Subject: [Bug 3818] New: [IcedTea11] Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3818 Bug ID: 3818 Summary: [IcedTea11] Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 Product: IcedTea Version: 6.x-hg Hardware: all OS: All Status: NEW Severity: normal Priority: P5 Component: IcedTea Assignee: gnu.andrew at redhat.com Reporter: gnu.andrew at redhat.com CC: unassigned at icedtea.classpath.org The curve definitions for SSL were moved from sun.security.ssl.SupportedGroupsExtension to sun.security.ssl.NamedCurve in JDK-8171279, so we need to adapt the ECC patch appropriately. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Mon Jan 11 14:05:52 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 11 Jan 2021 14:05:52 +0000 Subject: [Bug 3538] [TRACKER] IcedTea 6.0.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3538 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |3818 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Mon Jan 11 14:05:52 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 11 Jan 2021 14:05:52 +0000 Subject: [Bug 3818] [IcedTea11] Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3818 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Blocks| |3538 Target Milestone|--- |6.0.0 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Sun Jan 17 22:46:50 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 17 Jan 2021 22:46:50 +0000 Subject: [Bug 3818] [IcedTea11] Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3818 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea11?cmd=changeset;node=0023f45be371 author: Andrew John Hughes date: Sat Jan 16 23:56:33 2021 +0000 PR3818: Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 2021-01-16 Andrew John Hughes PR3818: Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 * NEWS: Updated. * patches/pr3818-3curve.patch: Renamed from pr3802-3curve.patch. Move SupportedGroupsExtension changes to apply to sun.security.ssl.NamedGroup. * patches/pr3818-4curve.patch: Likewise for the 4 curve version, renamed from pr3802-4curve.patch. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Sun Jan 17 22:47:07 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 17 Jan 2021 22:47:07 +0000 Subject: [Bug 3802] [IcedTea11] Update elliptic curve patch to handle jdk.disabled.namedCurves (JDK-8233228) & curves in Apache Santuario 2.1.1 (JDK-8177334) In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3802 --- Comment #3 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea11?cmd=changeset;node=0023f45be371 author: Andrew John Hughes date: Sat Jan 16 23:56:33 2021 +0000 PR3818: Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 2021-01-16 Andrew John Hughes PR3818: Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 * NEWS: Updated. * patches/pr3818-3curve.patch: Renamed from pr3802-3curve.patch. Move SupportedGroupsExtension changes to apply to sun.security.ssl.NamedGroup. * patches/pr3818-4curve.patch: Likewise for the 4 curve version, renamed from pr3802-4curve.patch. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew at icedtea.classpath.org Tue Jan 19 17:49:50 2021 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Tue, 19 Jan 2021 17:49:50 +0000 Subject: /hg/icedtea8-forest/corba: Added tag icedtea-3.17.1 for changese... Message-ID: changeset 09b956b43a31 in /hg/icedtea8-forest/corba details: http://icedtea.classpath.org/hg/icedtea8-forest/corba?cmd=changeset;node=09b956b43a31 author: Andrew John Hughes date: Tue Jan 19 17:18:23 2021 +0000 Added tag icedtea-3.17.1 for changeset 9900c5052dc8 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 9900c5052dc8 -r 09b956b43a31 .hgtags --- a/.hgtags Tue Nov 10 02:47:04 2020 +0000 +++ b/.hgtags Tue Jan 19 17:18:23 2021 +0000 @@ -1175,3 +1175,4 @@ 75460f3d14244842fa557130b7d573dafa0b55f0 jdk8u275-b00 5528feaa4cb1f48040d98d1afc75ddb7143af705 jdk8u275-b01 5528feaa4cb1f48040d98d1afc75ddb7143af705 jdk8u275-ga +9900c5052dc806cc964c48b69d4b0e9eb4a5633f icedtea-3.17.1 From andrew at icedtea.classpath.org Tue Jan 19 17:49:59 2021 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Tue, 19 Jan 2021 17:49:59 +0000 Subject: /hg/icedtea8-forest/jaxp: Added tag icedtea-3.17.1 for changeset... Message-ID: changeset 739e2d666cd1 in /hg/icedtea8-forest/jaxp details: http://icedtea.classpath.org/hg/icedtea8-forest/jaxp?cmd=changeset;node=739e2d666cd1 author: Andrew John Hughes date: Tue Jan 19 17:18:23 2021 +0000 Added tag icedtea-3.17.1 for changeset f7131ba06615 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r f7131ba06615 -r 739e2d666cd1 .hgtags --- a/.hgtags Tue Nov 10 02:47:04 2020 +0000 +++ b/.hgtags Tue Jan 19 17:18:23 2021 +0000 @@ -1139,3 +1139,4 @@ ba503169016f66e4f52e75eca4b3f09d45ebef30 jdk8u275-b00 5ea8152e51659e2f0f01b39a0246393ce28b4318 jdk8u275-b01 5ea8152e51659e2f0f01b39a0246393ce28b4318 jdk8u275-ga +f7131ba06615f5e49094f23c504506f753bf28b9 icedtea-3.17.1 From andrew at icedtea.classpath.org Tue Jan 19 17:50:08 2021 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Tue, 19 Jan 2021 17:50:08 +0000 Subject: /hg/icedtea8-forest/jaxws: Added tag icedtea-3.17.1 for changese... Message-ID: changeset e3cc50bd726d in /hg/icedtea8-forest/jaxws details: http://icedtea.classpath.org/hg/icedtea8-forest/jaxws?cmd=changeset;node=e3cc50bd726d author: Andrew John Hughes date: Tue Jan 19 17:18:23 2021 +0000 Added tag icedtea-3.17.1 for changeset 041bec57e152 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 041bec57e152 -r e3cc50bd726d .hgtags --- a/.hgtags Tue Nov 10 02:47:05 2020 +0000 +++ b/.hgtags Tue Jan 19 17:18:23 2021 +0000 @@ -1133,3 +1133,4 @@ 1dc430818e0cb46c536c4c7b72be2d7f395156b0 jdk8u275-b00 c0d45e9af39462b29ab60a3ae0c4a3fd626a423a jdk8u275-b01 c0d45e9af39462b29ab60a3ae0c4a3fd626a423a jdk8u275-ga +041bec57e1528711b23116c3d31c8e7853513a4f icedtea-3.17.1 From andrew at icedtea.classpath.org Tue Jan 19 17:50:17 2021 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Tue, 19 Jan 2021 17:50:17 +0000 Subject: /hg/icedtea8-forest/langtools: Added tag icedtea-3.17.1 for chan... Message-ID: changeset 67e2692358cb in /hg/icedtea8-forest/langtools details: http://icedtea.classpath.org/hg/icedtea8-forest/langtools?cmd=changeset;node=67e2692358cb author: Andrew John Hughes date: Tue Jan 19 17:18:24 2021 +0000 Added tag icedtea-3.17.1 for changeset 46c4c126f559 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 46c4c126f559 -r 67e2692358cb .hgtags --- a/.hgtags Tue Nov 10 02:47:05 2020 +0000 +++ b/.hgtags Tue Jan 19 17:18:24 2021 +0000 @@ -1140,3 +1140,4 @@ 68a2632bf926ed13c20af12d3c5d1b3e79f3acb9 jdk8u275-b00 69c56445e05a11372f82e4c0e2ad7ea083b513ad jdk8u275-b01 69c56445e05a11372f82e4c0e2ad7ea083b513ad jdk8u275-ga +46c4c126f55910188a3b8da5c2ecf5edf9865e55 icedtea-3.17.1 From andrew at icedtea.classpath.org Tue Jan 19 17:50:25 2021 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Tue, 19 Jan 2021 17:50:25 +0000 Subject: /hg/icedtea8-forest/nashorn: Added tag icedtea-3.17.1 for change... Message-ID: changeset 7e26f0d4a61c in /hg/icedtea8-forest/nashorn details: http://icedtea.classpath.org/hg/icedtea8-forest/nashorn?cmd=changeset;node=7e26f0d4a61c author: Andrew John Hughes date: Tue Jan 19 17:18:24 2021 +0000 Added tag icedtea-3.17.1 for changeset c3cf7b1edca2 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r c3cf7b1edca2 -r 7e26f0d4a61c .hgtags --- a/.hgtags Tue Nov 10 02:47:06 2020 +0000 +++ b/.hgtags Tue Jan 19 17:18:24 2021 +0000 @@ -1171,3 +1171,4 @@ 65ff5c46b9ac976ababa9361872112d35318fdf4 jdk8u275-b00 bbb733f3f542a7399e52d8a61ca43a72c60a5bd8 jdk8u275-b01 bbb733f3f542a7399e52d8a61ca43a72c60a5bd8 jdk8u275-ga +c3cf7b1edca2ae1caf04186164b5ca529eebe35c icedtea-3.17.1 From andrew at icedtea.classpath.org Tue Jan 19 17:50:34 2021 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Tue, 19 Jan 2021 17:50:34 +0000 Subject: /hg/icedtea8-forest/jdk: Added tag icedtea-3.17.1 for changeset ... Message-ID: changeset ab3a1c66dc7e in /hg/icedtea8-forest/jdk details: http://icedtea.classpath.org/hg/icedtea8-forest/jdk?cmd=changeset;node=ab3a1c66dc7e author: Andrew John Hughes date: Tue Jan 19 17:18:23 2021 +0000 Added tag icedtea-3.17.1 for changeset 2207d468c781 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 2207d468c781 -r ab3a1c66dc7e .hgtags --- a/.hgtags Tue Nov 10 02:47:05 2020 +0000 +++ b/.hgtags Tue Jan 19 17:18:23 2021 +0000 @@ -1145,3 +1145,4 @@ badfd40f15ac56deecb250cc14735974c3e41611 jdk8u275-b00 efb922cd7ac475a882ae6d941f4f3072bec01b7a jdk8u275-b01 efb922cd7ac475a882ae6d941f4f3072bec01b7a jdk8u275-ga +2207d468c781d11b9135ad2008ce4b4f8af923e4 icedtea-3.17.1 From andrew at icedtea.classpath.org Tue Jan 19 17:50:43 2021 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Tue, 19 Jan 2021 17:50:43 +0000 Subject: /hg/icedtea8-forest/hotspot: Added tag icedtea-3.17.1 for change... Message-ID: changeset fe46f1f4ef29 in /hg/icedtea8-forest/hotspot details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=fe46f1f4ef29 author: Andrew John Hughes date: Tue Jan 19 17:18:24 2021 +0000 Added tag icedtea-3.17.1 for changeset e7fd2b284bd0 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r e7fd2b284bd0 -r fe46f1f4ef29 .hgtags --- a/.hgtags Thu Nov 12 03:34:20 2020 +0000 +++ b/.hgtags Tue Jan 19 17:18:24 2021 +0000 @@ -1421,3 +1421,4 @@ 6b836efa38fef1b50ba798b6e344ab44ee995812 jdk8u275-b00 b36c3f635d937798abe5e7c5a40a868705fed15e jdk8u275-b01 b36c3f635d937798abe5e7c5a40a868705fed15e jdk8u275-ga +e7fd2b284bd059020c3edfa7ba8c02febe0d5a59 icedtea-3.17.1 From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:44:14 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:44:14 +0000 Subject: [Bug 3818] [IcedTea11] Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3818 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Andrew John Hughes --- Fixed in 6.0.0. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:44:20 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:44:20 +0000 Subject: [Bug 3538] [TRACKER] IcedTea 6.0.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3538 Bug 3538 depends on bug 3818, which changed state. Bug 3818 Summary: [IcedTea11] Update elliptic curve patch to handle move of SSL curve handling to sun.security.ssl.NamedGroup in JDK-8171279 https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3818 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:46:37 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:46:37 +0000 Subject: [Bug 3814] [TRACKER] IcedTea 3.17.1 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3814 Bug 3814 depends on bug 3815, which changed state. Bug 3815 Summary: [IcedTea8] Fix new size_t issues introduced on s390 in IcedTea 3.17.0 https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3815 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:46:29 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:46:29 +0000 Subject: [Bug 3815] [IcedTea8] Fix new size_t issues introduced on s390 in IcedTea 3.17.0 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3815 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Andrew John Hughes --- Fixed in 3.17.1 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:47:24 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:47:24 +0000 Subject: [Bug 3814] [TRACKER] IcedTea 3.17.1 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3814 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Andrew John Hughes --- Released: https://bitly.com/it31701 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:48:15 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:48:15 +0000 Subject: [Bug 3787] [TRACKER] IcedTea 3.17.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3787 --- Comment #1 from Andrew John Hughes --- Released for July & October releases in the end: https://bitly.com/it31700 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:48:30 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:48:30 +0000 Subject: [Bug 3787] [TRACKER] IcedTea 3.17.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3787 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Andrew John Hughes --- Closing. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:51:20 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:51:20 +0000 Subject: [Bug 3787] [TRACKER] IcedTea 3.17.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3787 Bug 3787 depends on bug 3808, which changed state. Bug 3808 Summary: [IcedTea8] IcedTea does not install the JFR *.jfc files https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3808 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:51:19 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:51:19 +0000 Subject: [Bug 3811] [IcedTea8] Don't attempt to install JFR files when JFR is disabled In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3811 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|3808 | -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jan 20 03:51:19 2021 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 20 Jan 2021 03:51:19 +0000 Subject: [Bug 3808] [IcedTea8] IcedTea does not install the JFR *.jfc files In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3808 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Blocks|3811 | Resolution|--- |FIXED --- Comment #2 from Andrew John Hughes --- Fixed in 3.17.0. -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: