From bugzilla-daemon at icedtea.classpath.org Tue Jul 3 02:40:09 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 03 Jul 2018 02:40:09 +0000 Subject: [Bug 3607] New: [IcedTea8] CVE-2018-3639 hw: cpu: speculative store bypass mitigation Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3607 Bug ID: 3607 Summary: [IcedTea8] CVE-2018-3639 hw: cpu: speculative store bypass mitigation Product: IcedTea Version: 3.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 https://access.redhat.com/errata/RHSA-2018:1650 -- 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 Tue Jul 3 02:40:32 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 03 Jul 2018 02:40:32 +0000 Subject: [Bug 3607] [IcedTea8] CVE-2018-3639 hw: cpu: speculative store bypass mitigation In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3607 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Blocks| |3581 Target Milestone|--- |3.9.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 Tue Jul 3 02:40:32 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 03 Jul 2018 02:40:32 +0000 Subject: [Bug 3581] [TRACKER] IcedTea 3.9.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3581 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |3607 -- 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 Tue Jul 3 02:49:45 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 03 Jul 2018 02:49:45 +0000 Subject: [Bug 3608] New: [IcedTea7] CVE-2018-3639 hw: cpu: speculative store bypass mitigation Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3608 Bug ID: 3608 Summary: [IcedTea7] CVE-2018-3639 hw: cpu: speculative store bypass mitigation Product: IcedTea Version: 2.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 Clone of bug 3607 for IcedTea 2.x. https://access.redhat.com/errata/RHSA-2018:1648 -- 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 Tue Jul 3 02:49:59 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 03 Jul 2018 02:49:59 +0000 Subject: [Bug 3608] [IcedTea7] CVE-2018-3639 hw: cpu: speculative store bypass mitigation In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3608 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |2.6.15 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From doko at ubuntu.com Fri Jul 6 11:15:22 2018 From: doko at ubuntu.com (Matthias Klose) Date: Fri, 6 Jul 2018 13:15:22 +0200 Subject: how to split up runtime / development parts in OpenJDK 11? Message-ID: Up to the removal of the jre images in the openjdk-11 builds I used to split up the runtime (-jre) and development (-jdk) parts for the Linux packages using the delta of the jre and sdk images directories. Is there a way how to tell these jre parts apart from the jdk parts? Thanks, Matthias From forax at univ-mlv.fr Fri Jul 6 11:35:15 2018 From: forax at univ-mlv.fr (Remi Forax) Date: Fri, 6 Jul 2018 13:35:15 +0200 (CEST) Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: References: Message-ID: <320095149.1771236.1530876915091.JavaMail.zimbra@u-pem.fr> ----- Mail original ----- > De: "Matthias Klose" > ?: "jdk-dev" > Cc: "IcedTea" > Envoy?: Vendredi 6 Juillet 2018 13:15:22 > Objet: how to split up runtime / development parts in OpenJDK 11? > Up to the removal of the jre images in the openjdk-11 builds I used to split up > the runtime (-jre) and development (-jdk) parts for the Linux packages using the > delta of the jre and sdk images directories. Is there a way how to tell these > jre parts apart from the jdk parts? no, as far as i know, there is no list of modules for the JRE since the JRE doesn't exist anymore. That said, you can create your own list / or a specific module that requires the other modules you want like the module java.se does. > > Thanks, Matthias R?mi From Alan.Bateman at oracle.com Fri Jul 6 11:57:20 2018 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Fri, 6 Jul 2018 12:57:20 +0100 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: References: Message-ID: On 06/07/2018 12:15, Matthias Klose wrote: > Up to the removal of the jre images in the openjdk-11 builds I used to > split up the runtime (-jre) and development (-jdk) parts for the Linux > packages using the delta of the jre and sdk images directories.? Is > there a way how to tell these jre parts apart from the jdk parts? `make legacy-jre-image` will create the JRE image if you really want it. I'm not sure what you mean by splitting the runtime image. That may have been interesting with JDK 8 and older but not so since JDK 9 and the move to the new run-time image layout. -Alan From martinrb at google.com Fri Jul 6 15:27:35 2018 From: martinrb at google.com (Martin Buchholz) Date: Fri, 6 Jul 2018 08:27:35 -0700 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: References: Message-ID: Matthias, To actually answer your question, you can do $ make legacy-jre-image && build/linux-x86_64-normal-server-release/images/jre/bin/java --list-modules Building target 'legacy-jre-image' in configuration 'linux-x86_64-normal-server-release' Creating legacy jre image Finished building target 'legacy-jre-image' in configuration 'linux-x86_64-normal-server-release' make legacy-jre-image 9.82s user 2.09s system 145% cpu 8.183 total java.base at 12-internal java.compiler at 12-internal ... but as others are hinting, Linux distros are expected to migrate to shipping only a full JDK... or perhaps at the other extreme each Jigsaw module could map to a single deb package, but in that case there would need to be an install step (using jlink?) where the runtime image is rebuilt - a lot of release engineering. On Fri, Jul 6, 2018 at 4:15 AM, Matthias Klose wrote: > Up to the removal of the jre images in the openjdk-11 builds I used to > split up the runtime (-jre) and development (-jdk) parts for the Linux > packages using the delta of the jre and sdk images directories. Is there a > way how to tell these jre parts apart from the jdk parts? > > Thanks, Matthias > -------------- next part -------------- An HTML attachment was scrubbed... URL: From doko at ubuntu.com Sat Jul 7 04:07:51 2018 From: doko at ubuntu.com (Matthias Klose) Date: Sat, 7 Jul 2018 06:07:51 +0200 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: References: Message-ID: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> On 06.07.2018 13:57, Alan Bateman wrote: > On 06/07/2018 12:15, Matthias Klose wrote: >> Up to the removal of the jre images in the openjdk-11 builds I used to split >> up the runtime (-jre) and development (-jdk) parts for the Linux packages >> using the delta of the jre and sdk images directories.? Is there a way how to >> tell these jre parts apart from the jdk parts? > `make legacy-jre-image` will create the JRE image if you really want it. > > I'm not sure what you mean by splitting the runtime image. That may have been > interesting with JDK 8 and older but not so since JDK 9 and the move to the new > run-time image layout. If you look at any other packaged software, you most likely see more than one binary package made out of a source package, like library packages, application packages and development packages (having a -dev or -devel suffix), Other binary package might be split out to avoid dependencies on window system libraries. And the distro packaging never included the jre components into the sdk packages unlike upstream, but instead depended on the jre components. That's how I see OpenJDK packaged in all distros as well. I doubt that everybody now changes this packaging and includes all -dev dependencies in such a single binary package. But the question remains, which of the binary tools for example should go into a runtime package (like the java command), and which ones should go into a -dev/-jdk package (like the javac command). Legacy targets seem to go away with time, so even if we build that and deduce what belongs into which binary package, I would prefer a guideline what to put into which package. But maybe that's something to sort out in between packagers. Matthias From doko at ubuntu.com Sat Jul 7 04:22:35 2018 From: doko at ubuntu.com (Matthias Klose) Date: Sat, 7 Jul 2018 06:22:35 +0200 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: References: Message-ID: On 06.07.2018 17:27, Martin Buchholz wrote: > Matthias, > > To actually answer your question, you can do > > $ make legacy-jre-image && > build/linux-x86_64-normal-server-release/images/jre/bin/java --list-modules > Building target 'legacy-jre-image' in configuration > 'linux-x86_64-normal-server-release' > Creating legacy jre image > Finished building target 'legacy-jre-image' in configuration > 'linux-x86_64-normal-server-release' > make legacy-jre-image 9.82s user 2.09s system 145% cpu 8.183 total > java.base at 12-internal > java.compiler at 12-internal yes, as pointed out elsewhere, I'm unsure how long this legacy support will exist. > but as others are hinting, Linux distros are expected to migrate to > shipping only a full JDK... I doubt that this will happen because distros don't like to force every dependency on one single package. > or perhaps at the other extreme each Jigsaw > module could map to a single deb package, but in that case there would need > to be an install step (using jlink?) where the runtime image is rebuilt - > a lot of release engineering. The problem with modifying a package during the install step is that you can't verify anymore if the installed files match the ones in the package. I'd say that many distros are not prepared for that. > On Fri, Jul 6, 2018 at 4:15 AM, Matthias Klose wrote: > >> Up to the removal of the jre images in the openjdk-11 builds I used to >> split up the runtime (-jre) and development (-jdk) parts for the Linux >> packages using the delta of the jre and sdk images directories. Is there a >> way how to tell these jre parts apart from the jdk parts? >> >> Thanks, Matthias >> > From Alan.Bateman at oracle.com Sat Jul 7 19:41:06 2018 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Sat, 7 Jul 2018 20:41:06 +0100 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> References: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> Message-ID: <0a640e0d-875e-fef5-ca3e-00e114dff8d8@oracle.com> On 07/07/2018 05:07, Matthias Klose wrote: > > If you look at any other packaged software, you most likely see more > than one binary package made out of a source package, like library > packages, application packages and development packages (having a -dev > or -devel suffix), Other binary package might be split out to avoid > dependencies on window system libraries. And the distro packaging > never included the jre components into the sdk packages unlike > upstream, but instead depended on the jre components. JEP 220 was integrated in 2014 for JDK 9 so I'm puzzled as to why this is only coming up now. Did you do this splitting with JDK 9 and JDK 10? I can't see how this could have worked without either re-running jlink or else having your "jre" image including the classes/resources for all modules that are in the "jdk" image. -Alan From jvanek at redhat.com Mon Jul 9 12:46:06 2018 From: jvanek at redhat.com (Jiri Vanek) Date: Mon, 9 Jul 2018 14:46:06 +0200 Subject: how to use IcedTea-web in IE(Internet explorer) on windows In-Reply-To: <9D073C59E7B7A24E86014B7EA44FF6D501BA4E42@dggeml531-mbx.china.huawei.com> References: <9D073C59E7B7A24E86014B7EA44FF6D501BA4E42@dggeml531-mbx.china.huawei.com> Message-ID: <318f9158-d94e-c096-cf66-cce56afbcfb1@redhat.com> On 07/09/2018 01:03 PM, machunhui (C) wrote: Hello! I'm afraid my answer will make you really unhappy. ITW supports on windows *only* javaws. The pure plugin for internet explorer is not even far close to the javaws. There is unofficial port of ITW to windows, but it is still bound to NPAPI. That means, that it runs everywhere **except** IE. So to make ITW works in IE you need to write plugin from scratch. I'm sorry for bad news, but - applets are dead. I mean seriously and completely dead. All browsers have cut those APIs away. Java have removed any traces of applet support too. To run legacy stuff for fun, ITW allows you to run javaws -html some_url which will parse applet from html page, and lunch it in regular sandbox. But world fun is important. Without browsers applets lost it spell. So fun, no serious work. > Hi, Dears, > > From IcedTea-Web wiki, I learned that?IcedTea-Web project provides a web browser plugin running > applets and java web start.And from this link > http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2017-July/038476.html? it seems IcedTea-Web > already support Windows. > > And my question is, does IcedTea-Web support IE? Or what shoud I do if I want to use applet in IE? > > For example, I wrote a very simple helloworld applet program(source is listed below in case you?re > interested), and a html file which has an applet tag and calling helloworld.class. The html file > works fine in IE with oracle JDK. ?But after changing oracleJDK to openJDK (replace oracleJDK folder > with openJDK folder) , the applet will not be displayed in IE, even after IcedTea-Web is installed. > Though by using ?javaws.bat ?html helloworld.html? , the applet can be displayed, I do want to know > if there is some easier way to display the applet in IE, and in this way users may don?t even know > the JDK is changed. > > Many thanks in advance. > > Simple applet and html source: > > public class HelloWorld extends Applet { > > ??? public void paint(Graphics g) { > > ????? g.drawString("Hello World!",95,110); > > ?? } > > } > > > > HelloWorld > > > > Hello applet:

> > > > > > > -- Jiri Vanek Senior QE engineer, OpenJDK QE lead, Mgr. Red Hat Czech jvanek at redhat.com M: +420775390109 From fridrich.strba at suse.com Mon Jul 9 17:54:59 2018 From: fridrich.strba at suse.com (Fridrich Strba) Date: Mon, 9 Jul 2018 19:54:59 +0200 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: <0a640e0d-875e-fef5-ca3e-00e114dff8d8@oracle.com> References: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> <0a640e0d-875e-fef5-ca3e-00e114dff8d8@oracle.com> Message-ID: Alan, On 07/07/18 21:41, Alan Bateman wrote: > JEP 220 was integrated in 2014 for JDK 9 so I'm puzzled as to why this > is only coming up now. Did you do this splitting with JDK 9 and JDK 10? > I can't see how this could have worked without either re-running jlink > or else having your "jre" image including the classes/resources for all > modules that are in the "jdk" image. I don't think that he speaks about putting a jre in a separate directory whatsoever. What we normally do in Linux distributions, is separate the installation into runtime packages and devel packages. So that people that only use java applications, but never build them, don't have to install any of the JDK tools. In SUSE, we even split the headless runtime bits from those that need XWindows system. For the same reason as not to pull any X dependencies by installing only a jre that will be used in headless context. Now, since JEP 220, there is nothing like jre subdirectory and that is just fine. We are installing those packages in the same prefix. In SUSE, we did not bother about the jre images too much besides one use-case. When I built the OpenJDK, I looked into the files in the jre image just to know which files in the jdk image that I distribute could be considered the jre files. This simplified my task in determining the split. With the disappering of the jre image, there is no way now to know what was considered by Oracle as jre files and what was condidered as jdk-only files. At least, this is how I understood the discussion. I might be utterly wrong, as my wife could witness. So, if I did not get things right, please, correct me. Fridrich -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: From Alan.Bateman at oracle.com Mon Jul 9 18:39:45 2018 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Mon, 9 Jul 2018 19:39:45 +0100 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: References: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> <0a640e0d-875e-fef5-ca3e-00e114dff8d8@oracle.com> Message-ID: <723d089c-ce42-b335-68ae-e3b2a561bcaa@oracle.com> On 09/07/2018 18:54, Fridrich Strba wrote: > Alan, > > On 07/07/18 21:41, Alan Bateman wrote: >> JEP 220 was integrated in 2014 for JDK 9 so I'm puzzled as to why this >> is only coming up now. Did you do this splitting with JDK 9 and JDK 10? >> I can't see how this could have worked without either re-running jlink >> or else having your "jre" image including the classes/resources for all >> modules that are in the "jdk" image. > I don't think that he speaks about putting a jre in a separate directory > whatsoever. What we normally do in Linux distributions, is separate the > installation into runtime packages and devel packages. So that people > that only use java applications, but never build them, don't have to > install any of the JDK tools. In SUSE, we even split the headless > runtime bits from those that need XWindows system. For the same reason > as not to pull any X dependencies by installing only a jre that will be > used in headless context. > > Now, since JEP 220, there is nothing like jre subdirectory and that is > just fine. We are installing those packages in the same prefix. In SUSE, > we did not bother about the jre images too much besides one use-case. > When I built the OpenJDK, I looked into the files in the jre image just > to know which files in the jdk image that I distribute could be > considered the jre files. This simplified my task in determining the > split. With the disappering of the jre image, there is no way now to > know what was considered by Oracle as jre files and what was condidered > as jdk-only files. > > At least, this is how I understood the discussion. I might be utterly > wrong, as my wife could witness. So, if I did not get things right, > please, correct me. I think it would be useful to explain in more detail what you do with JDK 9 and JDK 10. In particular, what happens if someone installs the runtime package followed by the devel package. Do you end up with one or two java runtime images on the system? The mails suggest only one, in which case I'm curious what you do with the lib/modules container. -Alan From erik.joelsson at oracle.com Mon Jul 9 18:39:17 2018 From: erik.joelsson at oracle.com (Erik Joelsson) Date: Mon, 9 Jul 2018 11:39:17 -0700 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: References: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> <0a640e0d-875e-fef5-ca3e-00e114dff8d8@oracle.com> Message-ID: On 2018-07-09 10:54, Fridrich Strba wrote: > Alan, > > On 07/07/18 21:41, Alan Bateman wrote: >> JEP 220 was integrated in 2014 for JDK 9 so I'm puzzled as to why this >> is only coming up now. Did you do this splitting with JDK 9 and JDK 10? >> I can't see how this could have worked without either re-running jlink >> or else having your "jre" image including the classes/resources for all >> modules that are in the "jdk" image. What I think Alan refers to here is that all the class files are packaged in lib/modules with link time meta data generated based on the complete set of modules included. You simply cannot split that file without rerunning jlink. You could still filter out the headers, some launchers and native libraries from the image, but best case that is just going to be cosmetic. Worst case you eventually get into trouble with some application missing those libraries, which the linked image is claiming to be present. You get a discrepancy between what "java --list-modules" says and what can actually be used. If your concern is size, then the big ticket items that should be safe to remove for a smaller footprint JRE replacement would be src.zip and the jmods. A few launchers and native libraries are not going to put a big enough dent in the overall size of the image considering the potential risk. If you are really concerned with size, then you need to link your JRE as a separate image using size reducing options (like legacy-jre-image does, with --no-man-pages --no-header-files --strip-debug). For the above reasons, I would certainly advice against using the legacy-jre-image as a template for pruning the JDK image. AFAIK, removing the headful awt library is still OK for a headless installation though. /Erik > I don't think that he speaks about putting a jre in a separate directory > whatsoever. What we normally do in Linux distributions, is separate the > installation into runtime packages and devel packages. So that people > that only use java applications, but never build them, don't have to > install any of the JDK tools. In SUSE, we even split the headless > runtime bits from those that need XWindows system. For the same reason > as not to pull any X dependencies by installing only a jre that will be > used in headless context. > > Now, since JEP 220, there is nothing like jre subdirectory and that is > just fine. We are installing those packages in the same prefix. In SUSE, > we did not bother about the jre images too much besides one use-case. > When I built the OpenJDK, I looked into the files in the jre image just > to know which files in the jdk image that I distribute could be > considered the jre files. This simplified my task in determining the > split. With the disappering of the jre image, there is no way now to > know what was considered by Oracle as jre files and what was condidered > as jdk-only files. > > At least, this is how I understood the discussion. I might be utterly > wrong, as my wife could witness. So, if I did not get things right, > please, correct me. > > Fridrich > From bugzilla-daemon at icedtea.classpath.org Wed Jul 11 14:32:50 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 11 Jul 2018 14:32:50 +0000 Subject: [Bug 3610] New: [IcedTea8] Backport "8206406: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list" Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3610 Bug ID: 3610 Summary: [IcedTea8] Backport "8206406: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list" Product: IcedTea Version: 3.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 http://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/80d32985a3eb https://bugs.openjdk.java.net/browse/JDK-8206406 -- 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 Jul 11 14:49:39 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 11 Jul 2018 14:49:39 +0000 Subject: [Bug 3610] [IcedTea8] Backport "8206406: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3610 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Blocks| |3581 Target Milestone|--- |3.9.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 Jul 11 14:49:39 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 11 Jul 2018 14:49:39 +0000 Subject: [Bug 3581] [TRACKER] IcedTea 3.9.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3581 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |3610 -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From machunhui2 at huawei.com Mon Jul 9 11:03:32 2018 From: machunhui2 at huawei.com (machunhui (C)) Date: Mon, 9 Jul 2018 11:03:32 +0000 Subject: how to use IcedTea-web in IE(Internet explorer) on windows Message-ID: <9D073C59E7B7A24E86014B7EA44FF6D501BA4E42@dggeml531-mbx.china.huawei.com> Hi, Dears, >From IcedTea-Web wiki, I learned that IcedTea-Web project provides a web browser plugin running applets and java web start. And from this link http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2017-July/038476.html it seems IcedTea-Web already support Windows. And my question is, does IcedTea-Web support IE? Or what shoud I do if I want to use applet in IE? For example, I wrote a very simple helloworld applet program(source is listed below in case you're interested), and a html file which has an applet tag and calling helloworld.class. The html file works fine in IE with oracle JDK. But after changing oracleJDK to openJDK (replace oracleJDK folder with openJDK folder) , the applet will not be displayed in IE, even after IcedTea-Web is installed. Though by using "javaws.bat -html helloworld.html" , the applet can be displayed, I do want to know if there is some easier way to display the applet in IE, and in this way users may don't even know the JDK is changed. Many thanks in advance. Simple applet and html source: public class HelloWorld extends Applet { public void paint(Graphics g) { g.drawString("Hello World!",95,110); } } HelloWorld Hello applet:

-------------- next part -------------- An HTML attachment was scrubbed... URL: From machunhui2 at huawei.com Tue Jul 10 14:26:55 2018 From: machunhui2 at huawei.com (machunhui (C)) Date: Tue, 10 Jul 2018 14:26:55 +0000 Subject: how to use IcedTea-web in IE(Internet explorer) on windows In-Reply-To: <318f9158-d94e-c096-cf66-cce56afbcfb1@redhat.com> References: <9D073C59E7B7A24E86014B7EA44FF6D501BA4E42@dggeml531-mbx.china.huawei.com>, <318f9158-d94e-c096-cf66-cce56afbcfb1@redhat.com> Message-ID: CBC6234D-363B-46F6-89BF-11BFB0E88BE4 Hello Jiri Vanek, It make sense that ITW won't support IE since applets are completely dead. Thanks very much for your quick reply. -------------------------------------------------- Ma Chunhui M: E: machunhui2 at huawei.com 2012 Laboratories-Language VM Lab,2012Labs ????Jiri Vanek ????machunhui (C),distro-pkg-dev at openjdk.java.net, ????Chenshanyao,Chenlong (CL),wujiahua (A), ???2018-07-09 20:46:20 ????Re: how to use IcedTea-web in IE(Internet explorer) on windows On 07/09/2018 01:03 PM, machunhui (C) wrote: Hello! I'm afraid my answer will make you really unhappy. ITW supports on windows *only* javaws. The pure plugin for internet explorer is not even far close to the javaws. There is unofficial port of ITW to windows, but it is still bound to NPAPI. That means, that it runs everywhere **except** IE. So to make ITW works in IE you need to write plugin from scratch. I'm sorry for bad news, but - applets are dead. I mean seriously and completely dead. All browsers have cut those APIs away. Java have removed any traces of applet support too. To run legacy stuff for fun, ITW allows you to run javaws -html some_url which will parse applet from html page, and lunch it in regular sandbox. But world fun is important. Without browsers applets lost it spell. So fun, no serious work. > Hi, Dears, > > From IcedTea-Web wiki, I learned that IcedTea-Web project provides a web browser plugin running > applets and java web start.And from this link > http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2017-July/038476.html it seems IcedTea-Web > already support Windows. > > And my question is, does IcedTea-Web support IE? Or what shoud I do if I want to use applet in IE? > > For example, I wrote a very simple helloworld applet program(source is listed below in case you?re > interested), and a html file which has an applet tag and calling helloworld.class. The html file > works fine in IE with oracle JDK. But after changing oracleJDK to openJDK (replace oracleJDK folder > with openJDK folder) , the applet will not be displayed in IE, even after IcedTea-Web is installed. > Though by using ?javaws.bat ?html helloworld.html? , the applet can be displayed, I do want to know > if there is some easier way to display the applet in IE, and in this way users may don?t even know > the JDK is changed. > > Many thanks in advance. > > Simple applet and html source: > > public class HelloWorld extends Applet { > > public void paint(Graphics g) { > > g.drawString("Hello World!",95,110); > > } > > } > > > > HelloWorld > > > > Hello applet:

> > > > > > > -- Jiri Vanek Senior QE engineer, OpenJDK QE lead, Mgr. Red Hat Czech jvanek at redhat.com M: +420775390109 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at icedtea.classpath.org Wed Jul 11 22:41:50 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 11 Jul 2018 22:41:50 +0000 Subject: [Bug 3604] Frequent JVM Crash SIGSEGV same stacktrace location during tomcat start with hibernate init on 7u181-2.6.14-0ubuntu0.1 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3604 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |2.6.15 -- 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 Thu Jul 12 01:32:41 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 01:32:41 +0000 Subject: [Bug 1210] XMLStreamException three-arg constructor does not pass root cause to super-constructor In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1210 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Andrew John Hughes --- This seems to have been resolved in the current sources: https://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxp/file/8816215f8a6e/src/javax/xml/stream/XMLStreamException.java -- 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 Thu Jul 12 01:44:28 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 01:44:28 +0000 Subject: [Bug 3604] [IcedTea7] Frequent JVM Crash SIGSEGV same stacktrace location during tomcat start with hibernate init on 7u181-2.6.14-0ubuntu0.1 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3604 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Frequent JVM Crash SIGSEGV |[IcedTea7] Frequent JVM |same stacktrace location |Crash SIGSEGV same |during tomcat start with |stacktrace location during |hibernate init on |tomcat start with hibernate |7u181-2.6.14-0ubuntu0.1 |init on | |7u181-2.6.14-0ubuntu0.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 Thu Jul 12 03:05:56 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 03:05:56 +0000 Subject: [Bug 3604] [IcedTea7] Frequent JVM Crash SIGSEGV same stacktrace location during tomcat start with hibernate init on 7u181-2.6.14-0ubuntu0.1 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3604 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://bugs.openjdk.java.n | |et/browse/JDK-8207151 -- 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 Thu Jul 12 04:28:54 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Thu, 12 Jul 2018 04:28:54 +0000 Subject: /hg/icedtea8-forest/hotspot: 5 new changesets Message-ID: changeset 533473c67de6 in /hg/icedtea8-forest/hotspot details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=533473c67de6 author: thartmann date: Fri Jun 20 08:14:30 2014 +0200 8008321, PR3599: compile.cpp verify_graph_edges uses bool as int Summary: The dead_nodes counter in verify_graph_edges(..) has the type bool but is used as int. Reviewed-by: roland, anoll changeset 30520d5018b5 in /hg/icedtea8-forest/hotspot details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=30520d5018b5 author: goetz date: Thu Nov 13 11:14:01 2014 +0100 8064786, PR3601: Fix debug build after 8062808: Turn on the -Wreturn-type warning Reviewed-by: stefank, tschatzl changeset f6341f4635da in /hg/icedtea8-forest/hotspot details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=f6341f4635da author: andrew date: Wed Jun 20 07:10:43 2018 +0100 PR3601: Fix additional -Wreturn-type issues introduced by 8061651 changeset 95b72537801c in /hg/icedtea8-forest/hotspot details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=95b72537801c author: aph date: Mon Jul 09 15:35:45 2018 +0100 8206406, PR3610, RH1597825: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list Reviewed-by: dholmes changeset 2f2d2af6fa5c in /hg/icedtea8-forest/hotspot details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=2f2d2af6fa5c author: poonam date: Fri Jul 06 18:50:13 2018 +0000 8146115, PR3508, RH1463098: Improve docker container detection and resource configuration usage Reviewed-by: bobv, dbuck diffstat: src/os/aix/vm/os_aix.cpp | 10 + src/os/bsd/vm/os_bsd.cpp | 10 + src/os/linux/vm/globals_linux.hpp | 11 +- src/os/linux/vm/osContainer_linux.cpp | 680 +++++++++++++++++++++++++++++ src/os/linux/vm/osContainer_linux.hpp | 68 ++ src/os/linux/vm/os_linux.cpp | 155 ++++++- src/os/linux/vm/os_linux.hpp | 5 + src/os/solaris/vm/os_solaris.cpp | 10 + src/os/windows/vm/os_windows.cpp | 10 + src/share/vm/opto/compile.cpp | 8 +- src/share/vm/prims/jni.cpp | 2 + src/share/vm/prims/jvm.cpp | 6 +- src/share/vm/runtime/arguments.cpp | 219 +++++---- src/share/vm/runtime/arguments.hpp | 4 +- src/share/vm/runtime/globals.hpp | 27 +- src/share/vm/runtime/os.hpp | 8 + src/share/vm/runtime/stubCodeGenerator.cpp | 8 +- src/share/vm/runtime/stubCodeGenerator.hpp | 6 +- src/share/vm/runtime/thread.cpp | 1 + 19 files changed, 1130 insertions(+), 118 deletions(-) diffs (truncated from 1619 to 500 lines): diff -r 8cde8f606e3f -r 2f2d2af6fa5c src/os/aix/vm/os_aix.cpp --- a/src/os/aix/vm/os_aix.cpp Wed May 30 07:19:21 2018 +0100 +++ b/src/os/aix/vm/os_aix.cpp Fri Jul 06 18:50:13 2018 +0000 @@ -4008,6 +4008,16 @@ }; int os::active_processor_count() { + // User has overridden the number of active processors + if (ActiveProcessorCount > 0) { + if (PrintActiveCpus) { + tty->print_cr("active_processor_count: " + "active processor count set by user : %d", + ActiveProcessorCount); + } + return ActiveProcessorCount; + } + int online_cpus = ::sysconf(_SC_NPROCESSORS_ONLN); assert(online_cpus > 0 && online_cpus <= processor_count(), "sanity check"); return online_cpus; diff -r 8cde8f606e3f -r 2f2d2af6fa5c src/os/bsd/vm/os_bsd.cpp --- a/src/os/bsd/vm/os_bsd.cpp Wed May 30 07:19:21 2018 +0100 +++ b/src/os/bsd/vm/os_bsd.cpp Fri Jul 06 18:50:13 2018 +0000 @@ -3770,6 +3770,16 @@ }; int os::active_processor_count() { + // User has overridden the number of active processors + if (ActiveProcessorCount > 0) { + if (PrintActiveCpus) { + tty->print_cr("active_processor_count: " + "active processor count set by user : %d", + ActiveProcessorCount); + } + return ActiveProcessorCount; + } + return _processor_count; } diff -r 8cde8f606e3f -r 2f2d2af6fa5c src/os/linux/vm/globals_linux.hpp --- a/src/os/linux/vm/globals_linux.hpp Wed May 30 07:19:21 2018 +0100 +++ b/src/os/linux/vm/globals_linux.hpp Fri Jul 06 18:50:13 2018 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -49,8 +49,13 @@ product(bool, UseSHM, false, \ "Use SYSV shared memory for large pages") \ \ - diagnostic(bool, PrintActiveCpus, false, \ - "Print the number of CPUs detected in os::active_processor_count") + product(bool, UseContainerSupport, true, \ + "Enable detection and runtime container configuration support") \ + \ + product(bool, PreferContainerQuotaForCPUCount, true, \ + "Calculate the container CPU availability based on the value" \ + " of quotas (if set), when true. Otherwise, use the CPU" \ + " shares value, provided it is less than quota.") // // Defines Linux-specific default values. The flags are available on all diff -r 8cde8f606e3f -r 2f2d2af6fa5c src/os/linux/vm/osContainer_linux.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/os/linux/vm/osContainer_linux.cpp Fri Jul 06 18:50:13 2018 +0000 @@ -0,0 +1,680 @@ +/* + * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + */ + +#include +#include +#include +#include "utilities/globalDefinitions.hpp" +#include "memory/allocation.hpp" +#include "runtime/os.hpp" +#include "osContainer_linux.hpp" + +#define PER_CPU_SHARES 1024 + +bool OSContainer::_is_initialized = false; +bool OSContainer::_is_containerized = false; +julong _unlimited_memory; + +class CgroupSubsystem: CHeapObj { + friend class OSContainer; + + private: + /* mountinfo contents */ + char *_root; + char *_mount_point; + + /* Constructed subsystem directory */ + char *_path; + + public: + CgroupSubsystem(char *root, char *mountpoint) { + _root = os::strdup(root); + _mount_point = os::strdup(mountpoint); + _path = NULL; + } + + /* + * Set directory to subsystem specific files based + * on the contents of the mountinfo and cgroup files. + */ + void set_subsystem_path(char *cgroup_path) { + char buf[MAXPATHLEN+1]; + if (_root != NULL && cgroup_path != NULL) { + if (strcmp(_root, "/") == 0) { + int buflen; + strncpy(buf, _mount_point, MAXPATHLEN); + buf[MAXPATHLEN-1] = '\0'; + if (strcmp(cgroup_path,"/") != 0) { + buflen = strlen(buf); + if ((buflen + strlen(cgroup_path)) > (MAXPATHLEN-1)) { + return; + } + strncat(buf, cgroup_path, MAXPATHLEN-buflen); + buf[MAXPATHLEN-1] = '\0'; + } + _path = os::strdup(buf); + } else { + if (strcmp(_root, cgroup_path) == 0) { + strncpy(buf, _mount_point, MAXPATHLEN); + buf[MAXPATHLEN-1] = '\0'; + _path = os::strdup(buf); + } else { + char *p = strstr(_root, cgroup_path); + if (p != NULL && p == _root) { + if (strlen(cgroup_path) > strlen(_root)) { + int buflen; + strncpy(buf, _mount_point, MAXPATHLEN); + buf[MAXPATHLEN-1] = '\0'; + buflen = strlen(buf); + if ((buflen + strlen(cgroup_path)) > (MAXPATHLEN-1)) { + return; + } + strncat(buf, cgroup_path + strlen(_root), MAXPATHLEN-buflen); + buf[MAXPATHLEN-1] = '\0'; + _path = os::strdup(buf); + } + } + } + } + } + } + + char *subsystem_path() { return _path; } +}; + +CgroupSubsystem* memory = NULL; +CgroupSubsystem* cpuset = NULL; +CgroupSubsystem* cpu = NULL; +CgroupSubsystem* cpuacct = NULL; + +typedef char * cptr; + +PRAGMA_DIAG_PUSH +PRAGMA_FORMAT_NONLITERAL_IGNORED +template int subsystem_file_contents(CgroupSubsystem* c, + const char *filename, + const char *scan_fmt, + T returnval) { + FILE *fp = NULL; + char *p; + char file[MAXPATHLEN+1]; + char buf[MAXPATHLEN+1]; + + if (c == NULL) { + if (PrintContainerInfo) { + tty->print_cr("subsystem_file_contents: CgroupSubsytem* is NULL"); + } + return OSCONTAINER_ERROR; + } + if (c->subsystem_path() == NULL) { + if (PrintContainerInfo) { + tty->print_cr("subsystem_file_contents: subsystem path is NULL"); + } + return OSCONTAINER_ERROR; + } + + strncpy(file, c->subsystem_path(), MAXPATHLEN); + file[MAXPATHLEN-1] = '\0'; + int filelen = strlen(file); + if ((filelen + strlen(filename)) > (MAXPATHLEN-1)) { + if (PrintContainerInfo) { + tty->print_cr("File path too long %s, %s", file, filename); + } + return OSCONTAINER_ERROR; + } + strncat(file, filename, MAXPATHLEN-filelen); + if (PrintContainerInfo) { + tty->print_cr("Path to %s is %s", filename, file); + } + fp = fopen(file, "r"); + if (fp != NULL) { + p = fgets(buf, MAXPATHLEN, fp); + if (p != NULL) { + int matched = sscanf(p, scan_fmt, returnval); + if (matched == 1) { + fclose(fp); + return 0; + } else { + if (PrintContainerInfo) { + tty->print_cr("Type %s not found in file %s", scan_fmt, file); + } + } + } else { + if (PrintContainerInfo) { + tty->print_cr("Empty file %s", file); + } + } + } else { + if (PrintContainerInfo) { + tty->print_cr("Open of file %s failed, %s", file, strerror(errno)); + } + } + if (fp != NULL) + fclose(fp); + return OSCONTAINER_ERROR; +} +PRAGMA_DIAG_POP + +#define GET_CONTAINER_INFO(return_type, subsystem, filename, \ + logstring, scan_fmt, variable) \ + return_type variable; \ +{ \ + int err; \ + err = subsystem_file_contents(subsystem, \ + filename, \ + scan_fmt, \ + &variable); \ + if (err != 0) \ + return (return_type) OSCONTAINER_ERROR; \ + \ + if (PrintContainerInfo) \ + tty->print_cr(logstring, variable); \ +} + +#define GET_CONTAINER_INFO_CPTR(return_type, subsystem, filename, \ + logstring, scan_fmt, variable, bufsize) \ + char variable[bufsize]; \ +{ \ + int err; \ + err = subsystem_file_contents(subsystem, \ + filename, \ + scan_fmt, \ + variable); \ + if (err != 0) \ + return (return_type) NULL; \ + \ + if (PrintContainerInfo) \ + tty->print_cr(logstring, variable); \ +} + +/* init + * + * Initialize the container support and determine if + * we are running under cgroup control. + */ +void OSContainer::init() { + int mountid; + int parentid; + int major; + int minor; + FILE *mntinfo = NULL; + FILE *cgroup = NULL; + char buf[MAXPATHLEN+1]; + char tmproot[MAXPATHLEN+1]; + char tmpmount[MAXPATHLEN+1]; + char tmpbase[MAXPATHLEN+1]; + char *p; + jlong mem_limit; + + assert(!_is_initialized, "Initializing OSContainer more than once"); + + _is_initialized = true; + _is_containerized = false; + + _unlimited_memory = (LONG_MAX / os::vm_page_size()) * os::vm_page_size(); + + if (PrintContainerInfo) { + tty->print_cr("OSContainer::init: Initializing Container Support"); + } + if (!UseContainerSupport) { + if (PrintContainerInfo) { + tty->print_cr("Container Support not enabled"); + } + return; + } + + /* + * Find the cgroup mount point for memory and cpuset + * by reading /proc/self/mountinfo + * + * Example for docker: + * 219 214 0:29 /docker/7208cebd00fa5f2e342b1094f7bed87fa25661471a4637118e65f1c995be8a34 /sys/fs/cgroup/memory ro,nosuid,nodev,noexec,relatime - cgroup cgroup rw,memory + * + * Example for host: + * 34 28 0:29 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,memory + */ + mntinfo = fopen("/proc/self/mountinfo", "r"); + if (mntinfo == NULL) { + if (PrintContainerInfo) { + tty->print_cr("Can't open /proc/self/mountinfo, %s", + strerror(errno)); + } + return; + } + + while ( (p = fgets(buf, MAXPATHLEN, mntinfo)) != NULL) { + // Look for the filesystem type and see if it's cgroup + char fstype[MAXPATHLEN+1]; + fstype[0] = '\0'; + char *s = strstr(p, " - "); + if (s != NULL && + sscanf(s, " - %s", fstype) == 1 && + strcmp(fstype, "cgroup") == 0) { + + if (strstr(p, "memory") != NULL) { + int matched = sscanf(p, "%d %d %d:%d %s %s", + &mountid, + &parentid, + &major, + &minor, + tmproot, + tmpmount); + if (matched == 6) { + memory = new CgroupSubsystem(tmproot, tmpmount); + } + else + if (PrintContainerInfo) { + tty->print_cr("Incompatible str containing cgroup and memory: %s", p); + } + } else if (strstr(p, "cpuset") != NULL) { + int matched = sscanf(p, "%d %d %d:%d %s %s", + &mountid, + &parentid, + &major, + &minor, + tmproot, + tmpmount); + if (matched == 6) { + cpuset = new CgroupSubsystem(tmproot, tmpmount); + } + else { + if (PrintContainerInfo) { + tty->print_cr("Incompatible str containing cgroup and cpuset: %s", p); + } + } + } else if (strstr(p, "cpu,cpuacct") != NULL || strstr(p, "cpuacct,cpu") != NULL) { + int matched = sscanf(p, "%d %d %d:%d %s %s", + &mountid, + &parentid, + &major, + &minor, + tmproot, + tmpmount); + if (matched == 6) { + cpu = new CgroupSubsystem(tmproot, tmpmount); + cpuacct = new CgroupSubsystem(tmproot, tmpmount); + } + else { + if (PrintContainerInfo) { + tty->print_cr("Incompatible str containing cgroup and cpu,cpuacct: %s", p); + } + } + } else if (strstr(p, "cpuacct") != NULL) { + int matched = sscanf(p, "%d %d %d:%d %s %s", + &mountid, + &parentid, + &major, + &minor, + tmproot, + tmpmount); + if (matched == 6) { + cpuacct = new CgroupSubsystem(tmproot, tmpmount); + } + else { + if (PrintContainerInfo) { + tty->print_cr("Incompatible str containing cgroup and cpuacct: %s", p); + } + } + } else if (strstr(p, "cpu") != NULL) { + int matched = sscanf(p, "%d %d %d:%d %s %s", + &mountid, + &parentid, + &major, + &minor, + tmproot, + tmpmount); + if (matched == 6) { + cpu = new CgroupSubsystem(tmproot, tmpmount); + } + else { + if (PrintContainerInfo) { + tty->print_cr("Incompatible str containing cgroup and cpu: %s", p); + } + } + } + } + } + + fclose(mntinfo); + + if (memory == NULL) { + if (PrintContainerInfo) { + tty->print_cr("Required cgroup memory subsystem not found"); + } + return; + } + if (cpuset == NULL) { + if (PrintContainerInfo) { + tty->print_cr("Required cgroup cpuset subsystem not found"); + } + return; + } + if (cpu == NULL) { + if (PrintContainerInfo) { + tty->print_cr("Required cgroup cpu subsystem not found"); + } + return; + } + if (cpuacct == NULL) { + if (PrintContainerInfo) { + tty->print_cr("Required cgroup cpuacct subsystem not found"); + } + return; + } + + /* + * Read /proc/self/cgroup and map host mount point to + * local one via /proc/self/mountinfo content above + * + * Docker example: + * 5:memory:/docker/6558aed8fc662b194323ceab5b964f69cf36b3e8af877a14b80256e93aecb044 + * + * Host example: + * 5:memory:/user.slice + * + * Construct a path to the process specific memory and cpuset + * cgroup directory. + * + * For a container running under Docker from memory example above + * the paths would be: + * + * /sys/fs/cgroup/memory + * + * For a Host from memory example above the path would be: + * + * /sys/fs/cgroup/memory/user.slice + * + */ + cgroup = fopen("/proc/self/cgroup", "r"); + if (cgroup == NULL) { + if (PrintContainerInfo) { + tty->print_cr("Can't open /proc/self/cgroup, %s", + strerror(errno)); + } + return; + } + + while ( (p = fgets(buf, MAXPATHLEN, cgroup)) != NULL) { + int cgno; + int matched; + char *controller; + char *base; + + /* Skip cgroup number */ + strsep(&p, ":"); + /* Get controller and base */ + controller = strsep(&p, ":"); + base = strsep(&p, "\n"); + + if (controller != NULL) { From bugzilla-daemon at icedtea.classpath.org Thu Jul 12 04:29:02 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 04:29:02 +0000 Subject: [Bug 3599] [IcedTea8] Debug build broken on GCC 7 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3599 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/hotspot?cmd=changeset;node=533473c67de6 author: thartmann date: Fri Jun 20 08:14:30 2014 +0200 8008321, PR3599: compile.cpp verify_graph_edges uses bool as int Summary: The dead_nodes counter in verify_graph_edges(..) has the type bool but is used as int. Reviewed-by: roland, anoll -- 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 Thu Jul 12 04:29:10 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 04:29:10 +0000 Subject: [Bug 3601] [IcedTea8] Debug build broken by addition of -Wreturn-type (bug 3548) In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3601 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/hotspot?cmd=changeset;node=30520d5018b5 author: goetz date: Thu Nov 13 11:14:01 2014 +0100 8064786, PR3601: Fix debug build after 8062808: Turn on the -Wreturn-type warning Reviewed-by: stefank, tschatzl -- 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 Thu Jul 12 04:29:18 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 04:29:18 +0000 Subject: [Bug 3601] [IcedTea8] Debug build broken by addition of -Wreturn-type (bug 3548) In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3601 --- Comment #2 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/hotspot?cmd=changeset;node=f6341f4635da author: andrew date: Wed Jun 20 07:10:43 2018 +0100 PR3601: Fix additional -Wreturn-type issues introduced by 8061651 -- 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 Thu Jul 12 04:29:26 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 04:29:26 +0000 Subject: [Bug 3610] [IcedTea8] Backport "8206406: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3610 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/hotspot?cmd=changeset;node=95b72537801c author: aph date: Mon Jul 09 15:35:45 2018 +0100 8206406, PR3610, RH1597825: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list Reviewed-by: dholmes -- 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 Thu Jul 12 04:29:33 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 04:29:33 +0000 Subject: [Bug 3508] [IcedTea8] Backport "8146115: Improve docker container detection and resource configuration usage" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3508 --- Comment #3 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/hotspot?cmd=changeset;node=2f2d2af6fa5c author: poonam date: Fri Jul 06 18:50:13 2018 +0000 8146115, PR3508, RH1463098: Improve docker container detection and resource configuration usage Reviewed-by: bobv, dbuck -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From doko at ubuntu.com Thu Jul 12 07:58:21 2018 From: doko at ubuntu.com (Matthias Klose) Date: Thu, 12 Jul 2018 09:58:21 +0200 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: <723d089c-ce42-b335-68ae-e3b2a561bcaa@oracle.com> References: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> <0a640e0d-875e-fef5-ca3e-00e114dff8d8@oracle.com> <723d089c-ce42-b335-68ae-e3b2a561bcaa@oracle.com> Message-ID: <5adf0ed6-bcc4-0d4e-86fc-64282b9136fb@ubuntu.com> On 09.07.2018 20:39, Alan Bateman wrote: > On 09/07/2018 18:54, Fridrich Strba wrote: >> Alan, >> >> On 07/07/18 21:41, Alan Bateman wrote: >>> JEP 220 was integrated in 2014 for JDK 9 so I'm puzzled as to why this >>> is only coming up now. Did you do this splitting with JDK 9 and JDK 10? >>> I can't see how this could have worked without either re-running jlink >>> or else having your "jre" image including the classes/resources for all >>> modules that are in the "jdk" image. >> I don't think that he speaks about putting a jre in a separate directory >> whatsoever. What we normally do in Linux distributions, is separate the >> installation into runtime packages and devel packages. So that people >> that only use java applications, but never build them, don't have to >> install any of the JDK tools. In SUSE, we even split the headless >> runtime bits from those that need XWindows system. For the same reason >> as not to pull any X dependencies by installing only a jre that will be >> used in headless context. >> >> Now, since JEP 220, there is nothing like jre subdirectory and that is >> just fine. We are installing those packages in the same prefix. In SUSE, >> we did not bother about the jre images too much besides one use-case. >> When I built the OpenJDK, I looked into the files in the jre image just >> to know which files in the jdk image that I distribute could be >> considered the jre files. This simplified my task in determining the >> split. With the disappering of the jre image, there is no way now to >> know what was considered by Oracle as jre files and what was condidered >> as jdk-only files. >> >> At least, this is how I understood the discussion. I might be utterly >> wrong, as my wife could witness. So, if I did not get things right, >> please, correct me. > I think it would be useful to explain in more detail what you do with JDK 9 and > JDK 10. In particular, what happens if someone installs the runtime package > followed by the devel package. Do you end up with one or two java runtime images > on the system? The mails suggest only one, in which case I'm curious what you do > with the lib/modules container. yes, we end up with only one runtime package. I assume you could install openjdk from any Debian/Fedora/Suse/Ubuntu packages and see how this is packaged. Details may vary, but the schema should be clear. As an alternative, have a look at the build log available from https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa/+build/15097262 At the end of the log, you'll find a summary of the binary packages built from this source package, both the meta data and the included files. Currently the lib/modules container files are found in the "-dev" packages. Matthias > > -Alan From Alan.Bateman at oracle.com Thu Jul 12 10:49:23 2018 From: Alan.Bateman at oracle.com (Alan Bateman) Date: Thu, 12 Jul 2018 11:49:23 +0100 Subject: how to split up runtime / development parts in OpenJDK 11? In-Reply-To: <5adf0ed6-bcc4-0d4e-86fc-64282b9136fb@ubuntu.com> References: <90bbab65-7426-bd63-0a79-f0456cecfd43@ubuntu.com> <0a640e0d-875e-fef5-ca3e-00e114dff8d8@oracle.com> <723d089c-ce42-b335-68ae-e3b2a561bcaa@oracle.com> <5adf0ed6-bcc4-0d4e-86fc-64282b9136fb@ubuntu.com> Message-ID: <2cde0b4c-dbc3-3fcc-3e50-365ea6103b93@oracle.com> On 12/07/2018 08:58, Matthias Klose wrote: > > yes, we end up with only one runtime package.? I assume you could > install openjdk from any Debian/Fedora/Suse/Ubuntu packages and see > how this is packaged. Details may vary, but the schema should be clear. > > As an alternative, have a look at the build log available from > https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa/+build/15097262 > > At the end of the log, you'll find a summary of the binary packages > built from this source package, both the meta data and the included > files. Currently the lib/modules container files are found in the > "-dev" packages. The "Built files" link on this page doesn't list any -dev packages but the jre-headless, jre, and jdk packages are enough to help the discussion. In this build, the openjdk-11-jre-headless package seems to contain the lib/modules file from the "jdk" run-time image. The jimage tool can be used to list its contents and I can see that it contains the classes/resources for tool modules such as jdk.compiler and jdk.jdi (these modules are not included in the "jre" run-time image). One or two tool modules have shared libraries and I see they are in openjdk-11-jre-headless tool so at least these modules aren't completely broken by the split. I can't quite tell where all the launchers are but by stripping someone from the openjdk-11-jre-headless package it means you have incomplete modules when only this package is installed. I think the fundamental issue here is that run-time image format in JEP 220 does not lend itself to stripping and re-creation by way of overlaying, at least not at the level of individual files in the run-time image. You can of course work by diff'ing the content list of the "jdk" and "jre" run-time images but it means you end up with modules in the base package that are incomplete. I don't see a solution to this that doesn't involve re-running jlink (as Martin and Erik pointed out) or else significant changes to support multiple container files in the same run-time image (which brings a lot of complexity). Maybe it is time to move away from the jre- packages as they have been somewhat legacy for several releases. -Alan From andrew at icedtea.classpath.org Thu Jul 12 16:43:04 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Thu, 12 Jul 2018 16:43:04 +0000 Subject: /hg/icedtea8-forest/jdk: 3 new changesets Message-ID: changeset 533117ae5b75 in /hg/icedtea8-forest/jdk details: http://icedtea.classpath.org/hg/icedtea8-forest/jdk?cmd=changeset;node=533117ae5b75 author: andrew date: Tue Jun 19 03:30:02 2018 +0100 PR3600: jni_util.c does not import header file which declares getLastErrorString changeset 1f4b038b9550 in /hg/icedtea8-forest/jdk details: http://icedtea.classpath.org/hg/icedtea8-forest/jdk?cmd=changeset;node=1f4b038b9550 author: prr date: Fri Apr 17 12:32:46 2015 -0700 8075942, PR3602: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo Reviewed-by: flar, lbourges changeset d9b0b4bd2526 in /hg/icedtea8-forest/jdk details: http://icedtea.classpath.org/hg/icedtea8-forest/jdk?cmd=changeset;node=d9b0b4bd2526 author: igerasim date: Thu Jun 14 09:16:09 2018 -0700 8203182, PR3603: Release session if initialization of SunPKCS11 Signature fails Summary: Ensure session is properly released in P11Signature class Reviewed-by: valeriep Contributed-by: Martin Balao diffstat: src/share/classes/sun/java2d/pisces/Dasher.java | 2 +- src/share/classes/sun/security/pkcs11/P11Signature.java | 86 +++++++++------- src/share/native/common/jni_util.c | 3 +- test/java/awt/BasicStroke/DashStrokeTest.java | 69 +++++++++++++ 4 files changed, 119 insertions(+), 41 deletions(-) diffs (218 lines): diff -r 31a93620ac41 -r d9b0b4bd2526 src/share/classes/sun/java2d/pisces/Dasher.java --- a/src/share/classes/sun/java2d/pisces/Dasher.java Mon May 28 09:26:06 2018 +0100 +++ b/src/share/classes/sun/java2d/pisces/Dasher.java Thu Jun 14 09:16:09 2018 -0700 @@ -146,7 +146,7 @@ if (dashOn) { if (starting) { firstSegmentsBuffer = Helpers.widenArray(firstSegmentsBuffer, - firstSegidx, type - 2); + firstSegidx, type - 2 + 1); firstSegmentsBuffer[firstSegidx++] = type; System.arraycopy(pts, off, firstSegmentsBuffer, firstSegidx, type - 2); firstSegidx += type - 2; diff -r 31a93620ac41 -r d9b0b4bd2526 src/share/classes/sun/security/pkcs11/P11Signature.java --- a/src/share/classes/sun/security/pkcs11/P11Signature.java Mon May 28 09:26:06 2018 +0100 +++ b/src/share/classes/sun/security/pkcs11/P11Signature.java Thu Jun 14 09:16:09 2018 -0700 @@ -309,47 +309,51 @@ session = token.killSession(session); return; } - // "cancel" operation by finishing it - // XXX make sure all this always works correctly - if (mode == M_SIGN) { - try { - if (type == T_UPDATE) { - token.p11.C_SignFinal(session.id(), 0); - } else { - byte[] digest; - if (type == T_DIGEST) { - digest = md.digest(); - } else { // T_RAW - digest = buffer; + try { + // "cancel" operation by finishing it + // XXX make sure all this always works correctly + if (mode == M_SIGN) { + try { + if (type == T_UPDATE) { + token.p11.C_SignFinal(session.id(), 0); + } else { + byte[] digest; + if (type == T_DIGEST) { + digest = md.digest(); + } else { // T_RAW + digest = buffer; + } + token.p11.C_Sign(session.id(), digest); } - token.p11.C_Sign(session.id(), digest); + } catch (PKCS11Exception e) { + throw new ProviderException("cancel failed", e); } - } catch (PKCS11Exception e) { - throw new ProviderException("cancel failed", e); + } else { // M_VERIFY + try { + byte[] signature; + if (keyAlgorithm.equals("DSA")) { + signature = new byte[40]; + } else { + signature = new byte[(p11Key.length() + 7) >> 3]; + } + if (type == T_UPDATE) { + token.p11.C_VerifyFinal(session.id(), signature); + } else { + byte[] digest; + if (type == T_DIGEST) { + digest = md.digest(); + } else { // T_RAW + digest = buffer; + } + token.p11.C_Verify(session.id(), digest, signature); + } + } catch (PKCS11Exception e) { + // will fail since the signature is incorrect + // XXX check error code + } } - } else { // M_VERIFY - try { - byte[] signature; - if (keyAlgorithm.equals("DSA")) { - signature = new byte[40]; - } else { - signature = new byte[(p11Key.length() + 7) >> 3]; - } - if (type == T_UPDATE) { - token.p11.C_VerifyFinal(session.id(), signature); - } else { - byte[] digest; - if (type == T_DIGEST) { - digest = md.digest(); - } else { // T_RAW - digest = buffer; - } - token.p11.C_Verify(session.id(), digest, signature); - } - } catch (PKCS11Exception e) { - // will fail since the signature is incorrect - // XXX check error code - } + } finally { + session = token.releaseSession(session); } } @@ -368,6 +372,8 @@ } initialized = true; } catch (PKCS11Exception e) { + // release session when initialization failed + session = token.releaseSession(session); throw new ProviderException("Initialization failed", e); } if (bytesProcessed != 0) { @@ -529,6 +535,8 @@ } bytesProcessed += len; } catch (PKCS11Exception e) { + initialized = false; + session = token.releaseSession(session); throw new ProviderException(e); } break; @@ -576,6 +584,8 @@ bytesProcessed += len; byteBuffer.position(ofs + len); } catch (PKCS11Exception e) { + initialized = false; + session = token.releaseSession(session); throw new ProviderException("Update failed", e); } break; diff -r 31a93620ac41 -r d9b0b4bd2526 src/share/native/common/jni_util.c --- a/src/share/native/common/jni_util.c Mon May 28 09:26:06 2018 +0100 +++ b/src/share/native/common/jni_util.c Thu Jun 14 09:16:09 2018 -0700 @@ -27,8 +27,7 @@ #include #include "jvm.h" -#include "jni.h" -#include "jni_util.h" +#include "io_util.h" /* Due to a bug in the win32 C runtime library strings * such as "z:" need to be appended with a "." so we diff -r 31a93620ac41 -r d9b0b4bd2526 test/java/awt/BasicStroke/DashStrokeTest.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/java/awt/BasicStroke/DashStrokeTest.java Thu Jun 14 09:16:09 2018 -0700 @@ -0,0 +1,69 @@ +/* + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + * + * @test + * @bug 8075942 + * @summary test there is no exception rendering a dashed stroke + * @run DashStrokeTest + * @run -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine + */ + +import java.awt.BasicStroke; +import java.awt.Color; +import java.awt.Graphics2D; +import java.awt.Stroke; +import java.awt.geom.GeneralPath; +import java.awt.image.BufferedImage; + + +public class DashStrokeTest { + + public static void main(String[] args) { + + GeneralPath shape = new GeneralPath(); + int[] pointTypes = {0, 0, 1, 1, 0, 1, 1, 0}; + double[] xpoints = {428, 420, 400, 400, 400, 400, 420, 733}; + double[] ypoints = {180, 180, 180, 160, 30, 10, 10, 10}; + shape.moveTo(xpoints[0], ypoints[0]); + for (int i = 1; i < pointTypes.length; i++) { + if (pointTypes[i] == 1 && i < pointTypes.length - 1) { + shape.quadTo(xpoints[i], ypoints[i], + xpoints[i + 1], ypoints[i + 1]); + } else { + shape.lineTo(xpoints[i], ypoints[i]); + } + } + + BufferedImage image = new + BufferedImage(1000, 1000, BufferedImage.TYPE_INT_ARGB); + Graphics2D g2 = image.createGraphics(); + + Color color = new Color(124, 0, 124, 255); + g2.setColor(color); + Stroke stroke = new BasicStroke(1.0f, + BasicStroke.CAP_BUTT, + BasicStroke.JOIN_BEVEL, + 10.0f, new float[] {9, 6}, 0.0f); + g2.setStroke(stroke); + g2.draw(shape); + } +} From bugzilla-daemon at icedtea.classpath.org Thu Jul 12 16:43:14 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 16:43:14 +0000 Subject: [Bug 3600] [IcedTea8] jni_util.c does not import header file which declares getLastErrorString In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3600 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/jdk?cmd=changeset;node=533117ae5b75 author: andrew date: Tue Jun 19 03:30:02 2018 +0100 PR3600: jni_util.c does not import header file which declares getLastErrorString -- 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 Thu Jul 12 16:43:27 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 16:43:27 +0000 Subject: [Bug 3602] [IcedTea8] Backport "8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3602 --- Comment #2 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/jdk?cmd=changeset;node=1f4b038b9550 author: prr date: Fri Apr 17 12:32:46 2015 -0700 8075942, PR3602: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo Reviewed-by: flar, lbourges -- 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 Thu Jul 12 16:43:37 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 12 Jul 2018 16:43:37 +0000 Subject: [Bug 3603] [IcedTea8] Backport "8203182: Release session if initialization of SunPKCS11 Signature fails" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3603 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/jdk?cmd=changeset;node=d9b0b4bd2526 author: igerasim date: Thu Jun 14 09:16:09 2018 -0700 8203182, PR3603: Release session if initialization of SunPKCS11 Signature fails Summary: Ensure session is properly released in P11Signature class Reviewed-by: valeriep Contributed-by: Martin Balao -- 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 Jul 13 12:30:14 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Fri, 13 Jul 2018 12:30:14 +0000 Subject: [Bug 3611] New: FATAL ERROR JRE Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3611 Bug ID: 3611 Summary: FATAL ERROR JRE Product: IcedTea Version: 3.8.0 Hardware: 64-bit OS: Linux Status: NEW Severity: blocker Priority: P5 Component: IcedTea Assignee: gnu.andrew at redhat.com Reporter: pbadiola at heritas.es CC: unassigned at icedtea.classpath.org # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f57365d4085, pid=8466, tid=0x00007f573680bab0 # # JRE version: OpenJDK Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11) # Java VM: OpenJDK 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops) # Derivative: IcedTea 3.8.0 # Distribution: Custom build (Thu Jun 14 11:41:56 GMT 2018) # Problematic frame: # C [ld-musl-x86_64.so.1+0x50085] memcpy+0x11 # # Core dump written. Default location: /opt/nifi/scriptPredicciones/core or core.8466 # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # --------------- T H R E A D --------------- Current thread (0x000055db4fa25000): JavaThread "main" [_thread_in_vm, id=8467, stack(0x00007f573670b000,0x00007f573680ba70)] siginfo: si_signo: 11 (SIGSEGV), si_code: 128 (SI_KERNEL), si_addr: 0x0000000000000000 Registers: RAX=0xc84a4a761f6acaa5, RBX=0x00007f571f6bcab0, RCX=0x0000000000000000, RDX=0x0000001800000003 RSP=0x00007f573680aa28, RBP=0x000055db4ffd56f8, RSI=0xff4929493b676e69, RDI=0xc84a4a761f6acaa5 R8 =0xffffffffffffffff, R9 =0x0000000000000000, R10=0x0000000000000022, R11=0x0000000000000246 R12=0x00007f571f6bca70, R13=0x00007f571f6bca88, R14=0x00007f571f6bcc00, R15=0x00007f573680bab0 RIP=0x00007f57365d4085, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000000 TRAPNO=0x000000000000000d Top of Stack: (sp=0x00007f573680aa28) 0x00007f573680aa28: 00007f57365a178f 0000000000000078 0x00007f573680aa38: 0000000000101000 00007f571f5bc000 0x00007f573680aa48: 0000000000000000 00007f571f6bca70 0x00007f573680aa58: 00007f57365d5d14 00007f573680ab20 0x00007f573680aa68: 00007f571f5bc000 00007f573680aa98 0x00007f573680aa78: 00007f573680ab10 00007f5735bbaad4 0x00007f573680aa88: 000055db5023b000 0000000000000000 0x00007f573680aa98: 00000000000ec000 ffffffffffffe000 0x00007f573680aaa8: 0000000000000000 0000000000000001 0x00007f573680aab8: 0000000000000000 0000000000000000 0x00007f573680aac8: 0000000000000000 0000000000000000 0x00007f573680aad8: 000055db5021d500 0000000000000000 0x00007f573680aae8: 00007f573680ab20 000055db5023b000 0x00007f573680aaf8: 0000000000000003 0000000000000000 0x00007f573680ab08: 00007f5735bbef7f 0000000000000000 0x00007f573680ab18: 0000000000000000 00000000000ec000 0x00007f573680ab28: ffffffffffffe000 0000000000000000 0x00007f573680ab38: 0000000000000001 0000000000000000 0x00007f573680ab48: 0000000000000000 0000000000000000 0x00007f573680ab58: b9025f39d80d6107 00000000000000b6 0x00007f573680ab68: 000055db5023b000 000055db4fa25000 0x00007f573680ab78: 00007f573680abb8 00007f573680ac78 0x00007f573680ab88: 000055db4fa23540 0000000000000000 0x00007f573680ab98: 00007f5735abeb01 000055db4fa25000 0x00007f573680aba8: 0000000000000000 00007f573680ac38 0x00007f573680abb8: 000055db4fa25000 000055db4fa25000 0x00007f573680abc8: b9025f39d80d6107 00007f573680ac20 0x00007f573680abd8: 00007f57225bfdc0 00007f573680ac58 0x00007f573680abe8: 0000000000000000 00007f57225bfdc0 0x00007f573680abf8: 00007f573680ac78 000055db4fa25000 0x00007f573680ac08: 00007f5725ac2407 00007f573680ac00 0x00007f573680ac18: 00007f573680ac18 0000000000000000 Instructions: (pc=0x00007f57365d4085) 0x00007f57365d4065: c9 48 39 ca 74 08 89 34 88 48 ff c1 eb f3 c3 48 0x00007f57365d4075: 89 f8 48 83 fa 08 72 14 f7 c7 07 00 00 00 74 0c 0x00007f57365d4085: a4 48 ff ca f7 c7 07 00 00 00 75 f4 48 89 d1 48 0x00007f57365d4095: c1 e9 03 f3 48 a5 83 e2 07 74 05 a4 ff ca 75 fb Register to memory mapping: RAX=0xc84a4a761f6acaa5 is an unknown value RBX=0x00007f571f6bcab0 is an unknown value RCX=0x0000000000000000 is an unknown value RDX=0x0000001800000003 is an unknown value RSP=0x00007f573680aa28 is pointing into the stack for thread: 0x000055db4fa25000 RBP=0x000055db4ffd56f8 is an unknown value RSI=0xff4929493b676e69 is an unknown value RDI=0xc84a4a761f6acaa5 is an unknown value R8 =0xffffffffffffffff is an unknown value R9 =0x0000000000000000 is an unknown value R10=0x0000000000000022 is an unknown value R11=0x0000000000000246 is an unknown value R12=0x00007f571f6bca70 is an unknown value R13=0x00007f571f6bca88 is an unknown value R14=0x00007f571f6bcc00 is an unknown value R15=0x00007f573680bab0: __gmt+0x200106 in /lib/ld-musl-x86_64.so.1 at 0x00007f5736584000 Stack: [0x00007f573670b000,0x00007f573680ba70], sp=0x00007f573680aa28, free space=1022k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [ld-musl-x86_64.so.1+0x50085] memcpy+0x11 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j java.lang.Thread.start0()V+0 j java.lang.Thread.start()V+26 j org.eclipse.jetty.util.thread.QueuedThreadPool.startThread(I)Z+96 j org.eclipse.jetty.util.thread.QueuedThreadPool.doStart()V+87 j org.eclipse.jetty.util.component.AbstractLifeCycle.start()V+31 j org.eclipse.jetty.util.component.AggregateLifeCycle.doStart()V+64 j org.eclipse.jetty.server.handler.AbstractHandler.doStart()V+19 j org.eclipse.jetty.server.handler.HandlerWrapper.doStart()V+17 j org.eclipse.jetty.server.Server.doStart()V+90 j org.eclipse.jetty.util.component.AbstractLifeCycle.start()V+31 j water.AbstractHTTPD.createServer(Lorg/eclipse/jetty/server/Connector;)V+553 j water.AbstractHTTPD.startHttp()V+38 j water.AbstractHTTPD.start(Ljava/lang/String;I)V+24 j water.init.NetworkInit.initializeNetworkSockets()V+212 j water.H2O.startLocalNode()V+0 j water.H2O.main([Ljava/lang/String;)V+568 j water.H2OStarter.start([Ljava/lang/String;Ljava/lang/String;Z)V+5 j water.H2OStarter.start([Ljava/lang/String;Ljava/lang/String;)V+3 j water.H2OApp.main([Ljava/lang/String;)V+16 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x000055db4fc3f800 JavaThread "Service Thread" daemon [_thread_blocked, id=8479, stack(0x00007f5720c53000,0x00007f5720d53a70)] 0x000055db4fbbf000 JavaThread "C1 CompilerThread2" daemon [_thread_in_native, id=8478, stack(0x00007f5720d55000,0x00007f5720e55a70)] 0x000055db4fbbd000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8477, stack(0x00007f5720e57000,0x00007f5720f57a70)] 0x000055db4fbb1000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8476, stack(0x00007f5720f59000,0x00007f5721059a70)] 0x000055db4fbae800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8475, stack(0x00007f572105a000,0x00007f572115aa70)] 0x000055db4fb79000 JavaThread "Finalizer" daemon [_thread_blocked, id=8474, stack(0x00007f572115b000,0x00007f572125ba70)] 0x000055db4fb76000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8473, stack(0x00007f572125c000,0x00007f572135ca70)] =>0x000055db4fa25000 JavaThread "main" [_thread_in_vm, id=8467, stack(0x00007f573670b000,0x00007f573680ba70)] Other Threads: 0x000055db4fb6b800 VMThread [stack: 0x00007f572135e000,0x00007f572145ea70] [id=8472] 0x000055db4fbea000 WatcherThread [stack: 0x00007f5720b52000,0x00007f5720c52a70] [id=8480] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) [0x000055db4fa23540] Threads_lock - owner thread: 0x000055db4fa25000 Heap: PSYoungGen total 73728K, used 13975K [0x00000000eab00000, 0x00000000efd00000, 0x0000000100000000) eden space 63488K, 22% used [0x00000000eab00000,0x00000000eb8a5e50,0x00000000ee900000) from space 10240K, 0% used [0x00000000ef300000,0x00000000ef300000,0x00000000efd00000) to space 10240K, 0% used [0x00000000ee900000,0x00000000ee900000,0x00000000ef300000) ParOldGen total 167936K, used 0K [0x00000000c0000000, 0x00000000ca400000, 0x00000000eab00000) object space 167936K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000ca400000) Metaspace used 11338K, capacity 11552K, committed 11776K, reserved 1060864K class space used 1184K, capacity 1275K, committed 1280K, reserved 1048576K Card table byte_map: [0x00007f57254e9000,0x00007f57256ea000] byte_map_base: 0x00007f5724ee9000 Marking Bits: (ParMarkBitMap*) 0x00007f5736142fc0 Begin Bits: [0x00007f5722f8b000, 0x00007f5723f8b000) End Bits: [0x00007f5723f8b000, 0x00007f5724f8b000) Polling page: 0x00007f5736708000 CodeCache: size=245760Kb used=2538Kb max_used=2538Kb free=243221Kb bounds [0x00007f5725aaa000, 0x00007f5725d2a000, 0x00007f5734aaa000] total_blobs=1035 nmethods=669 adapters=281 compilation: enabled Compilation events (10 events): Event: 0.641 Thread 0x000055db4fbbf000 nmethod 658 0x00007f5725d1e850 code [0x00007f5725d1e9e0, 0x00007f5725d1eda8] Event: 0.641 Thread 0x000055db4fbbf000 659 3 org.eclipse.jetty.io.AbstractBuffer::setMarkIndex (6 bytes) Event: 0.641 Thread 0x000055db4fbbf000 nmethod 659 0x00007f5725d1b3d0 code [0x00007f5725d1b520, 0x00007f5725d1b670] Event: 0.641 Thread 0x000055db4fbbf000 661 1 org.eclipse.jetty.io.AbstractBuffer::getIndex (5 bytes) Event: 0.641 Thread 0x000055db4fbbf000 nmethod 661 0x00007f5725d1ef10 code [0x00007f5725d1f060, 0x00007f5725d1f170] Event: 0.641 Thread 0x000055db4fbbf000 662 1 org.eclipse.jetty.io.AbstractBuffer::putIndex (5 bytes) Event: 0.641 Thread 0x000055db4fbbf000 nmethod 662 0x00007f5725d1f1d0 code [0x00007f5725d1f320, 0x00007f5725d1f430] Event: 0.641 Thread 0x000055db4fbbf000 664 3 java.util.zip.ZipCoder::decoder (35 bytes) Event: 0.642 Thread 0x000055db4fbbf000 nmethod 664 0x00007f5725d1ff10 code [0x00007f5725d200c0, 0x00007f5725d20728] Event: 0.642 Thread 0x000055db4fbbf000 667 3 java.util.zip.ZipCoder::toString (190 bytes) GC Heap History (0 events): No events Deoptimization events (10 events): Event: 0.362 Thread 0x000055db4fa25000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f5725c39454 method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 6 Event: 0.463 Thread 0x000055db4fa25000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f5725c3f71c method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 6 Event: 0.463 Thread 0x000055db4fa25000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f5725c3f71c method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 6 Event: 0.463 Thread 0x000055db4fa25000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f5725c3f71c method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 6 Event: 0.463 Thread 0x000055db4fa25000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f5725c3f71c method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 6 Event: 0.471 Thread 0x000055db4fa25000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f5725c4cda0 method=java.io.FilterInputStream.read([B)I @ 5 Event: 0.471 Thread 0x000055db4fa25000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f5725c4cda0 method=java.io.FilterInputStream.read([B)I @ 5 Event: 0.471 Thread 0x000055db4fa25000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f5725c4cda0 method=java.io.FilterInputStream.read([B)I @ 5 Event: 0.619 Thread 0x000055db4fa25000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f5725d01d6c method=java.lang.String.startsWith(Ljava/lang/String;I)Z @ 25 Event: 0.642 Thread 0x000055db4fa25000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00007f5725c0782c method=java.lang.String.startsWith(Ljava/lang/String;I)Z @ 25 Classes redefined (0 events): No events Internal exceptions (10 events): Event: 0.499 Thread 0x000055db4fa25000 Exception (0x00000000eb3111e8) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.499 Thread 0x000055db4fa25000 Exception (0x00000000eb312490) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.500 Thread 0x000055db4fa25000 Exception (0x00000000eb313a98) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.506 Thread 0x000055db4fa25000 Exception (0x00000000eb33b670) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.506 Thread 0x000055db4fa25000 Exception (0x00000000eb33c968) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.506 Thread 0x000055db4fa25000 Exception (0x00000000eb33dbd0) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.511 Thread 0x000055db4fa25000 Exception (0x00000000eb3638f0) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.514 Thread 0x000055db4fa25000 Exception (0x00000000eb371d28) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp, line 613] Event: 0.570 Thread 0x000055db4fa25000 Exception (0x00000000eb50d128) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/methodHandles.cpp, line 1167] Event: 0.572 Thread 0x000055db4fa25000 Exception (0x00000000eb51a7e8) thrown at [/home/buildozer/aports/community/openjdk8/src/icedtea-3.8.0/openjdk/hotspot/src/share/vm/prims/methodHandles.cpp, line 1167] Events (10 events): Event: 0.634 loading class org/eclipse/jetty/http/MimeTypes done Event: 0.642 Thread 0x000055db4fa25000 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00007f5725c0782c Event: 0.642 Thread 0x000055db4fa25000 DEOPT PACKING pc=0x00007f5725c0782c sp=0x00007f573680a6a0 Event: 0.642 Thread 0x000055db4fa25000 DEOPT UNPACKING pc=0x00007f5725aef47a sp=0x00007f573680a650 mode 2 Event: 0.642 loading class org/eclipse/jetty/servlet/ServletHolder$Config Event: 0.642 loading class org/eclipse/jetty/servlet/ServletHolder$Config done Event: 0.642 loading class org/eclipse/jetty/servlet/Holder$HolderConfig Event: 0.642 loading class org/eclipse/jetty/servlet/Holder$HolderConfig done Event: 0.643 loading class javax/servlet/SingleThreadModel Event: 0.643 loading class javax/servlet/SingleThreadModel done Dynamic libraries: c0000000-ca400000 rwxp 00000000 00:00 0 ca400000-eab00000 ---p 00000000 00:00 0 eab00000-efd00000 rwxp 00000000 00:00 0 efd00000-100000000 ---p 00000000 00:00 0 100000000-100140000 rwxp 00000000 00:00 0 100140000-140000000 ---p 00000000 00:00 0 55db4f5de000-55db4f5df000 r-xp 00000000 08:01 44605832 /usr/lib/jvm/java-1.8-openjdk/jre/bin/java 55db4f7de000-55db4f7df000 r-xp 00000000 08:01 44605832 /usr/lib/jvm/java-1.8-openjdk/jre/bin/java 55db4f7df000-55db4f7e0000 rwxp 00001000 08:01 44605832 /usr/lib/jvm/java-1.8-openjdk/jre/bin/java 55db4fa0e000-55db50245000 rwxp 00000000 00:00 0 [heap] 7f571f5bc000-7f571f6fd000 rwxp 00000000 00:00 0 7f571f6fd000-7f571f8bd000 ---p 00000000 00:00 0 7f571f8bd000-7f571fabd000 rwxp 00000000 00:00 0 7f571fabd000-7f571fcce000 r-xp 00000000 08:01 44605857 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnio.so 7f571fcce000-7f571fccf000 r-xp 00011000 08:01 44605857 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnio.so 7f571fccf000-7f571fcd0000 rwxp 00012000 08:01 44605857 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnio.so 7f571fcd0000-7f571ffd1000 rwxp 00000000 00:00 0 7f571ffd1000-7f57201e7000 r-xp 00000000 08:01 44605866 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnet.so 7f57201e7000-7f57201e8000 r-xp 00016000 08:01 44605866 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnet.so 7f57201e8000-7f57201e9000 rwxp 00017000 08:01 44605866 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libnet.so 7f57201e9000-7f57203f1000 r-xp 00000000 08:01 44605850 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libmanagement.so 7f57203f1000-7f57203f2000 r-xp 00008000 08:01 44605850 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libmanagement.so 7f57203f2000-7f57203f3000 rwxp 00009000 08:01 44605850 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libmanagement.so 7f57203f3000-7f57204eb000 rwxp 00000000 00:00 0 7f57204eb000-7f5720b51000 r-xs 0808d000 08:01 45779000 /usr/lib/python2.7/site-packages/h2o/backend/bin/h2o.jar 7f5720b51000-7f5720b52000 ---p 00000000 00:00 0 7f5720b52000-7f5720c53000 rwxp 00000000 00:00 0 7f5720c53000-7f5720c56000 ---p 00000000 00:00 0 7f5720c56000-7f5720d54000 rwxp 00000000 00:00 0 7f5720d54000-7f5720d55000 ---p 00000000 00:00 0 7f5720d55000-7f5720d58000 ---p 00000000 00:00 0 7f5720d58000-7f5720e56000 rwxp 00000000 00:00 0 7f5720e56000-7f5720e57000 ---p 00000000 00:00 0 7f5720e57000-7f5720e5a000 ---p 00000000 00:00 0 7f5720e5a000-7f5720f58000 rwxp 00000000 00:00 0 7f5720f58000-7f5720f59000 ---p 00000000 00:00 0 7f5720f59000-7f5720f5c000 ---p 00000000 00:00 0 7f5720f5c000-7f572105a000 rwxp 00000000 00:00 0 7f572105a000-7f572105d000 ---p 00000000 00:00 0 7f572105d000-7f572115b000 rwxp 00000000 00:00 0 7f572115b000-7f572115e000 ---p 00000000 00:00 0 7f572115e000-7f572125c000 rwxp 00000000 00:00 0 7f572125c000-7f572125f000 ---p 00000000 00:00 0 7f572125f000-7f572135d000 rwxp 00000000 00:00 0 7f572135d000-7f572135e000 ---p 00000000 00:00 0 7f572135e000-7f57223bc000 rwxp 00000000 00:00 0 7f57223bc000-7f572258b000 r-xs 01f51000 08:01 44605750 /usr/lib/jvm/java-1.8-openjdk/jre/lib/rt.jar 7f572258b000-7f5724f8b000 rwxp 00000000 00:00 0 7f5724f8b000-7f5724f8c000 ---p 00000000 00:00 0 7f5724f8c000-7f572508d000 rwxp 00000000 00:00 0 7f572508d000-7f572508e000 ---p 00000000 00:00 0 7f572508e000-7f572518f000 rwxp 00000000 00:00 0 7f572518f000-7f5725190000 ---p 00000000 00:00 0 7f5725190000-7f5725291000 rwxp 00000000 00:00 0 7f5725291000-7f5725292000 ---p 00000000 00:00 0 7f5725292000-7f57253e5000 rwxp 00000000 00:00 0 7f57253e5000-7f57254e9000 ---p 00000000 00:00 0 7f57254e9000-7f572553b000 rwxp 00000000 00:00 0 7f572553b000-7f572563e000 ---p 00000000 00:00 0 7f572563e000-7f5725668000 rwxp 00000000 00:00 0 7f5725668000-7f57256e9000 ---p 00000000 00:00 0 7f57256e9000-7f57256f4000 rwxp 00000000 00:00 0 7f57256f4000-7f5725aaa000 ---p 00000000 00:00 0 7f5725aaa000-7f5725d2a000 rwxp 00000000 00:00 0 7f5725d2a000-7f5734aaa000 ---p 00000000 00:00 0 7f5734aaa000-7f5734cb1000 r-xp 00000000 08:01 44605868 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libzip.so 7f5734cb1000-7f5734cb2000 r-xp 00007000 08:01 44605868 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libzip.so 7f5734cb2000-7f5734cb3000 rwxp 00008000 08:01 44605868 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libzip.so 7f5734cb3000-7f5734edf000 r-xp 00000000 08:01 44605873 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libjava.so 7f5734edf000-7f5734ee0000 r-xp 0002c000 08:01 44605873 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libjava.so 7f5734ee0000-7f5734ee1000 rwxp 0002d000 08:01 44605873 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libjava.so 7f5734ee1000-7f5734ee2000 rwxp 00000000 00:00 0 7f5734ee2000-7f57350ee000 r-xp 00000000 08:01 44605877 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libverify.so 7f57350ee000-7f57350f0000 r-xp 0000c000 08:01 44605877 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libverify.so 7f57350f0000-7f57350f1000 rwxp 0000e000 08:01 44605877 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/libverify.so 7f57350f1000-7f5735301000 r-xp 00000000 08:01 5525967 /usr/lib/libgcc_s.so.1 7f5735301000-7f5735302000 r-xp 00010000 08:01 5525967 /usr/lib/libgcc_s.so.1 7f5735302000-7f5735303000 rwxp 00011000 08:01 5525967 /usr/lib/libgcc_s.so.1 7f5735303000-7f5735642000 r-xp 00000000 08:01 5526038 /usr/lib/libstdc++.so.6.0.22 7f5735642000-7f5735650000 r-xp 0013f000 08:01 5526038 /usr/lib/libstdc++.so.6.0.22 7f5735650000-7f5735651000 rwxp 0014d000 08:01 5526038 /usr/lib/libstdc++.so.6.0.22 7f5735651000-7f5735654000 rwxp 00000000 00:00 0 7f5735654000-7f5736071000 r-xp 00000000 08:01 44605864 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libjvm.so 7f5736071000-7f5736107000 r-xp 0081d000 08:01 44605864 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libjvm.so 7f5736107000-7f573612f000 rwxp 008b3000 08:01 44605864 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server/libjvm.so 7f573612f000-7f573615f000 rwxp 00000000 00:00 0 7f573615f000-7f5736374000 r-xp 00000000 08:01 44603713 /lib/libz.so.1.2.11 7f5736374000-7f5736375000 r-xp 00015000 08:01 44603713 /lib/libz.so.1.2.11 7f5736375000-7f5736376000 rwxp 00016000 08:01 44603713 /lib/libz.so.1.2.11 7f5736376000-7f5736582000 r-xp 00000000 08:01 44605855 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/jli/libjli.so 7f5736582000-7f5736583000 r-xp 0000c000 08:01 44605855 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/jli/libjli.so 7f5736583000-7f5736584000 rwxp 0000d000 08:01 44605855 /usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/jli/libjli.so 7f5736584000-7f573660c000 r-xp 00000000 08:01 44603707 /lib/ld-musl-x86_64.so.1 7f5736615000-7f5736619000 r-xs 00056000 08:01 44605749 /usr/lib/jvm/java-1.8-openjdk/jre/lib/jsse.jar 7f5736619000-7f573661a000 r-xs 00000000 08:01 5524267 /etc/localtime 7f573661a000-7f57366ff000 rwxp 00000000 00:00 0 7f57366ff000-7f5736707000 rwxs 00000000 08:01 44196991 /tmp/hsperfdata_root/8466 7f5736707000-7f5736708000 rwxp 00000000 00:00 0 7f5736708000-7f5736709000 r-xp 00000000 00:00 0 7f5736709000-7f573670b000 ---p 00000000 00:00 0 7f573670b000-7f573670e000 ---p 00000000 00:00 0 7f573670e000-7f573680c000 rwxp 00000000 00:00 0 7f573680c000-7f573680d000 r-xp 00088000 08:01 44603707 /lib/ld-musl-x86_64.so.1 7f573680d000-7f573680e000 rwxp 00089000 08:01 44603707 /lib/ld-musl-x86_64.so.1 7f573680e000-7f5736811000 rwxp 00000000 00:00 0 7fff2a00d000-7fff2a02e000 rwxp 00000000 00:00 0 [stack] 7fff2a19a000-7fff2a19c000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] VM Arguments: jvm_args: -ea -Xmx1G -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps java_command: water.H2OApp -ip 127.0.0.1 -baseport 54321 -ice_root /tmp/tmpB2OiNy -name H2O_from_python_unknownUser_u4p6t7 -log_level INFO java_class_path (initial): /usr/lib/python2.7/site-packages/h2o/backend/bin/h2o.jar Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin LD_LIBRARY_PATH=/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64 Signal Handlers: SIGSEGV: [libjvm.so+0x635890], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGBUS: [libjvm.so+0x635890], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGFPE: [libjvm.so+0x56430e], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGPIPE: [libjvm.so+0x56430e], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGXFSZ: [libjvm.so+0x56430e], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGILL: [libjvm.so+0x56430e], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none SIGUSR2: [libjvm.so+0x5644ad], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO SIGHUP: [libjvm.so+0x566591], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGINT: [libjvm.so+0x566591], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGTERM: [libjvm.so+0x566591], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO SIGQUIT: [libjvm.so+0x566591], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO --------------- S Y S T E M --------------- OS:NAME="Alpine Linux" ID=alpine VERSION_ID=3.5.2 PRETTY_NAME="Alpine Linux v3.5" HOME_URL="http://alpinelinux.org" BUG_REPORT_URL="http://bugs.alpinelinux.org" uname:Linux 3.10.0-693.11.1.el7.x86_64 #1 SMP Mon Dec 4 23:52:40 UTC 2017 x86_64 libc:glibc 2.9 NPTL rlimit: STACK 8192k, CORE infinity, NPROC infinity, NOFILE 65536, AS infinity load average:1.12 1.08 0.86 /proc/meminfo: MemTotal: 16100228 kB MemFree: 185292 kB MemAvailable: 2527300 kB Buffers: 75456 kB Cached: 2996248 kB SwapCached: 157920 kB Active: 5452200 kB Inactive: 6362580 kB Active(anon): 4619580 kB Inactive(anon): 5333604 kB Active(file): 832620 kB Inactive(file): 1028976 kB Unevictable: 2599416 kB Mlocked: 2599828 kB SwapTotal: 523260 kB SwapFree: 0 kB Dirty: 45872 kB Writeback: 0 kB AnonPages: 11184176 kB Mapped: 531000 kB Shmem: 1186344 kB Slab: 1109368 kB SReclaimable: 816664 kB SUnreclaim: 292704 kB KernelStack: 52048 kB PageTables: 115292 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 8573372 kB Committed_AS: 29927252 kB VmallocTotal: 34359738367 kB VmallocUsed: 413740 kB VmallocChunk: 34358945788 kB HardwareCorrupted: 0 kB AnonHugePages: 104448 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 325660 kB DirectMap2M: 16281600 kB CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv /proc/cpuinfo: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 58 model name : Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz stepping : 9 microcode : 0x1c cpu MHz : 3477.691 cache size : 6144 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts bogomips : 6186.20 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 58 model name : Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz stepping : 9 microcode : 0x1c cpu MHz : 3500.214 cache size : 6144 KB physical id : 0 siblings : 4 core id : 1 cpu cores : 4 apicid : 2 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts bogomips : 6186.20 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 58 model name : Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz stepping : 9 microcode : 0x1c cpu MHz : 3488.226 cache size : 6144 KB physical id : 0 siblings : 4 core id : 2 cpu cores : 4 apicid : 4 initial apicid : 4 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts bogomips : 6186.20 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 58 model name : Intel(R) Core(TM) i5-3570S CPU @ 3.10GHz stepping : 9 microcode : 0x1c cpu MHz : 3441.847 cache size : 6144 KB physical id : 0 siblings : 4 core id : 3 cpu cores : 4 apicid : 6 initial apicid : 6 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts bogomips : 6186.20 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: Memory: 4k page, physical 16100228k(185292k free), swap 523260k(0k free) vm_info: OpenJDK 64-Bit Server VM (25.171-b11) for linux-amd64 JRE (1.8.0_171-b11), built on Jun 14 2018 11:51:41 by "buildozer" with gcc 6.2.1 20160822 time: Fri Jul 13 12:10:51 2018 elapsed time: 0 seconds (0d 0h 0m 0s) -- 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 Jul 15 01:09:05 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 15 Jul 2018 01:09:05 +0000 Subject: [Bug 3612] New: [IcedTea8] Don't add .gnu_debuglink sections to built objects when not stripping Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3612 Bug ID: 3612 Summary: [IcedTea8] Don't add .gnu_debuglink sections to built objects when not stripping Product: IcedTea Version: 3.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 On OpenJDK 8u, the build adds .gnu_debuglink sections to various libraries even in cases where *nothing* is being stripped from files. https://bugs.openjdk.java.net/browse/JDK-8207234 https://bugs.openjdk.java.net/browse/JDK-8206425 -- 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 Jul 15 01:09:35 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 15 Jul 2018 01:09:35 +0000 Subject: [Bug 3581] [TRACKER] IcedTea 3.9.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3581 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |3612 -- 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 Jul 15 01:09:35 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 15 Jul 2018 01:09:35 +0000 Subject: [Bug 3612] [IcedTea8] Don't add .gnu_debuglink sections to built objects when not stripping In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3612 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Blocks| |3581 Target Milestone|--- |3.9.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 Jul 15 03:08:59 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 15 Jul 2018 03:08:59 +0000 Subject: [Bug 3581] [TRACKER] IcedTea 3.9.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3581 Bug 3581 depends on bug 3612, which changed state. Bug 3612 Summary: [IcedTea8] Don't add .gnu_debuglink sections to built objects when not stripping https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3612 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |WORKSFORME -- 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 Jul 15 03:08:58 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 15 Jul 2018 03:08:58 +0000 Subject: [Bug 1368] [IcedTea8] Ensure debug data is available for all libraries and binaries without redundant files In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1368 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |3612 -- 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 Jul 15 03:08:58 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 15 Jul 2018 03:08:58 +0000 Subject: [Bug 3612] [IcedTea8] Don't add .gnu_debuglink sections to built objects when not stripping In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3612 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Depends on| |1368 Resolution|--- |WORKSFORME --- Comment #1 from Andrew John Hughes --- Issues appear to already be fixed by bug 1368 in IcedTea. -- 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 Jul 16 14:05:32 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 16 Jul 2018 14:05:32 +0000 Subject: [Bug 3613] New: [IcedTea8] Backport "8207057: No debug info for assembler files" Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3613 Bug ID: 3613 Summary: [IcedTea8] Backport "8207057: No debug info for assembler files" Product: IcedTea Version: 3.x-hg Hardware: all OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: IcedTea Assignee: gnu.andrew at redhat.com Reporter: gnu.andrew at redhat.com CC: unassigned at icedtea.classpath.org https://bugs.openjdk.java.net/browse/JDK-8207057 -- 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 Jul 16 14:06:58 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 16 Jul 2018 14:06:58 +0000 Subject: [Bug 3581] [TRACKER] IcedTea 3.9.0 Release In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3581 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |3613 -- 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 Jul 16 14:06:58 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 16 Jul 2018 14:06:58 +0000 Subject: [Bug 3613] [IcedTea8] Backport "8207057: No debug info for assembler files" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3613 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Blocks| |3581 Target Milestone|--- |3.9.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 Tue Jul 17 09:06:50 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 17 Jul 2018 09:06:50 +0000 Subject: [Bug 3604] [IcedTea7] Frequent JVM Crash SIGSEGV same stacktrace location during tomcat start with hibernate init on 7u181-2.6.14-0ubuntu0.1 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3604 --- Comment #4 from juan.carmona at totalgp.com --- We have same issue running Liferay on tomcat 6.0.29. We need to set the ulimit to allow a core dump then restart the server and then we can start tomcat. -- 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 Jul 18 22:18:44 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 18 Jul 2018 22:18:44 +0000 Subject: [Bug 3614] New: [IcedTea7] Backport "8207345: AArch64: Trampoline generation code reads from uninitialized memory" Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3614 Bug ID: 3614 Summary: [IcedTea7] Backport "8207345: AArch64: Trampoline generation code reads from uninitialized memory" Product: IcedTea Version: 2.x-hg Hardware: aarch64 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 https://bugs.openjdk.java.net/browse/JDK-8207345 -- 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 Jul 18 22:19:02 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 18 Jul 2018 22:19:02 +0000 Subject: [Bug 3614] [IcedTea7] Backport "8207345: AArch64: Trampoline generation code reads from uninitialized memory" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3614 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |2.6.15 -- 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 Jul 18 22:39:01 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 18 Jul 2018 22:39:01 +0000 Subject: [Bug 3615] New: [IcedTea7] Fix whitespace in hotspot/src/cpu/aarch64 Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3615 Bug ID: 3615 Summary: [IcedTea7] Fix whitespace in hotspot/src/cpu/aarch64 Product: IcedTea Version: 2.x-hg Hardware: all OS: All Status: NEW Severity: enhancement Priority: P5 Component: IcedTea Assignee: gnu.andrew at redhat.com Reporter: gnu.andrew at redhat.com CC: unassigned at icedtea.classpath.org The AArch64 code in IcedTea 2.x is local to this repository, and so has never been subjected to the normalisation requirements of jcheck upstream. We should do a mass normalisation on the code so that later changes can be normalised without creating many additional changes. -- 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 Jul 18 22:40:00 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 18 Jul 2018 22:40:00 +0000 Subject: [Bug 3615] [IcedTea7] Fix whitespace in hotspot/src/cpu/aarch64 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3615 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |2.6.15 -- 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 Jul 22 15:15:50 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 22 Jul 2018 15:15:50 +0000 Subject: [Bug 3616] New: [IcedTea7] Don't include timestamps in generated documentation Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3616 Bug ID: 3616 Summary: [IcedTea7] Don't include timestamps in generated documentation Product: IcedTea Version: 2.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 Unnecessary differences are created between otherwise identical Javadoc runs, thanks to timestamps being added to the generated HTML files: --- /usr/share/doc/icedtea7/html/jre/api/security/jgss/spec/com/sun/security/jgss/package-use.html 2018-05-30 19:57:05.000000000 +0100 +++ /mnt/builder/icedtea7-2.6/docs/jre/api/security/jgss/spec/com/sun/security/jgss/package-use.html 2018-07-20 15:51:53.160051362 +0100 @@ -2,16 +2,14 @@ - -Uses of Package com.sun.security.jgss (Java GSS-API Utilities ) - +Uses of Package com.sun.security.jgss (Java GSS-API Utilities b00) We should turn this off with -notimestamp. -- 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 Jul 22 15:16:18 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Sun, 22 Jul 2018 15:16:18 +0000 Subject: [Bug 3616] [IcedTea7] Don't include timestamps in generated documentation In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3616 Andrew John Hughes changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |2.6.15 -- 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 Mon Jul 23 13:20:35 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:20:35 +0000 Subject: /hg/release/icedtea7-forest-2.6: 4 new changesets Message-ID: changeset 4fe5b487a3bd in /hg/release/icedtea7-forest-2.6 details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6?cmd=changeset;node=4fe5b487a3bd author: andrew date: Fri Jun 29 03:15:33 2018 +0100 Added tag jdk7u191-b00 for changeset 34180032633a changeset b43271fee48e in /hg/release/icedtea7-forest-2.6 details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6?cmd=changeset;node=b43271fee48e author: andrew date: Mon Jul 02 15:58:20 2018 +0100 Merge jdk7u191-b00 changeset 4fd89850277b in /hg/release/icedtea7-forest-2.6 details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6?cmd=changeset;node=4fd89850277b author: andrew date: Wed Jul 18 16:35:41 2018 +0100 Added tag jdk7u191-b01 for changeset 4fe5b487a3bd changeset a602fa08503a in /hg/release/icedtea7-forest-2.6 details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6?cmd=changeset;node=a602fa08503a author: andrew date: Wed Jul 18 23:32:39 2018 +0100 Merge jdk7u191-b01 diffstat: .hgtags | 72 +++++++++++++++++- .jcheck/conf | 2 - buildhybrid.sh | 61 +++++++++++++++ buildnative.sh | 38 +++++++++ common/bin/hgforest.sh | 190 +++++++++++++++++++++++++++++++++++++++++++++++ get_source.sh | 4 +- make/Defs-internal.gmk | 1 + make/scripts/hgforest.sh | 144 ----------------------------------- 8 files changed, 362 insertions(+), 150 deletions(-) diffs (truncated from 683 to 500 lines): diff -r 34180032633a -r a602fa08503a .hgtags --- a/.hgtags Wed May 09 17:41:48 2018 +0100 +++ b/.hgtags Wed Jul 18 23:32:39 2018 +0100 @@ -50,6 +50,7 @@ 3ac6dcf7823205546fbbc3d4ea59f37358d0b0d4 jdk7-b73 2c88089b6e1c053597418099a14232182c387edc jdk7-b74 d1516b9f23954b29b8e76e6f4efc467c08c78133 jdk7-b75 +f0bfd9bd1a0e674288a8a4d17dcbb9e632b42e6d icedtea7-1.12 c8b63075403d53a208104a8a6ea5072c1cb66aab jdk7-b76 1f17ca8353babb13f4908c1f87d11508232518c8 jdk7-b77 ab4ae8f4514693a9fe17ca2fec0239d8f8450d2c jdk7-b78 @@ -63,6 +64,7 @@ 433a60a9c0bf1b26ee7e65cebaa89c541f497aed jdk7-b86 6b1069f53fbc30663ccef49d78c31bb7d6967bde jdk7-b87 82135c848d5fcddb065e98ae77b81077c858f593 jdk7-b88 +195fcceefddce1963bb26ba32920de67806ed2db icedtea7-1.13 7f1ba4459972bf84b8201dc1cc4f62b1fe1c74f4 jdk7-b89 425ba3efabbfe0b188105c10aaf7c3c8fa8d1a38 jdk7-b90 97d8b6c659c29c8493a8b2b72c2796a021a8cf79 jdk7-b91 @@ -111,6 +113,7 @@ ddc2fcb3682ffd27f44354db666128827be7e3c3 jdk7-b134 783bd02b4ab4596059c74b10a1793d7bd2f1c157 jdk7-b135 2fe76e73adaa5133ac559f0b3c2c0707eca04580 jdk7-b136 +d4aea1a51d625f5601c840714c7c94f1de5bc1af icedtea-1.14 7654afc6a29e43cb0a1343ce7f1287bf690d5e5f jdk7-b137 fc47c97bbbd91b1f774d855c48a7e285eb1a351a jdk7-b138 7ed6d0b9aaa12320832a7ddadb88d6d8d0dda4c1 jdk7-b139 @@ -123,6 +126,7 @@ 2d38c2a79c144c30cd04d143d83ee7ec6af40771 jdk7-b146 3ac30b3852876ccad6bd61697b5f9efa91ca7bc6 jdk7u1-b01 d91364304d7c4ecd34caffdba2b840aeb0d10b51 jdk7-b147 +3defd24c2671eb2e7796b5dc45b98954341d73a7 icedtea-2.0-branchpoint 34451dc0580d5c95d97b95a564e6198f36545d68 jdk7u1-b02 bf735d852f79bdbb3373c777eec3ff27e035e7ba jdk7u1-b03 f66a2bada589f4157789e6f66472954d2f1c114e jdk7u1-b04 @@ -141,6 +145,7 @@ b2deaf5bde5ec455a06786e8e2aea2e673be13aa jdk7u2-b12 c95558e566ac3605c480a3d070b1102088dab07f jdk7u2-b13 e30fd289f0019700575593ee4e1635fbc5c9a484 jdk7u2-b21 +a66b58021165f5a43e3974fe5fb9fead29824098 icedtea-2.1-branchpoint e30fd289f0019700575593ee4e1635fbc5c9a484 jdk7u3-b02 becd013ae6072a6633ba015fc4f5862fca589cee jdk7u3-b03 d64361a28584728aa25dca3781cffbaf4199e088 jdk7u3-b04 @@ -157,6 +162,7 @@ 2b07c262a8a9ff78dc908efb9d7b3bb099df9ac4 jdk7u4-b10 1abfee16e8cc7e3950052befa78dbf14a5ca9cfc jdk7u4-b11 e6f915094dccbba16df6ebeb002e6867392eda40 jdk7u4-b12 +e7886f5ad6cc837092386fa513e670d4a770456c icedtea-2.2-branchpoint 9108e3c2f07ffa218641d93893ac9928e95d213a jdk7u4-b13 d9580838fd08872fc0da648ecfc6782704b4aac1 jdk7u4-b14 008753000680a2008175d14b25373356f531aa07 jdk7u4-b15 @@ -186,11 +192,15 @@ 5f3645aa920d373b26d01b21f3b8b30fc4e10a0d jdk7u6-b10 cd64596c2dd7f195a6d38b6269bab23e7fad4361 jdk7u6-b11 61cfcee1d00cb4af288e640216af2bccbc3c9ef0 jdk7u6-b12 +cdab3bfb573b8832d539a8fa3e9c20f9f4965132 ppc-aix-port-b01 +06179726206f1411ed254f786be3477ca5763e37 ppc-aix-port-b02 +50f2b3cacf77467befb95b7d4fea15bbdb4d650a ppc-aix-port-b03 9b9a6d318e8aa5b8f0e42d2d3d2c0c34cb3f986d jdk7u6-b13 eff9ea1ca63df8656ebef9fedca0c647a210d807 jdk7u6-b14 528f1589f5f2adf18d5d21384ba668b9aa79841e jdk7u6-b15 7b77364eb09faac4c37ce9dd2c2308ca5525f18f jdk7u6-b16 b7c1b441d131c70278de299b5d1e59dce0755dc5 jdk7u6-b17 +0e7b94bd450d4270d4e9bd6c040c94fa4be714a6 icedtea-2.3-branchpoint 9c41f7b1460b106d18676899d24b6ea07de5a369 jdk7u6-b18 56291720b5e578046bc02761dcad2a575f99fd8e jdk7u6-b19 e79fa743fe5a801db4acc7a7daa68f581423e5d3 jdk7u6-b20 @@ -258,11 +268,13 @@ c3e42860af1cfd997fe1895594f652f0d1e9984e jdk7u12-b07 1a03ef4794dc8face4de605ae480d4c763e6b494 jdk7u12-b08 87cf81226f2012e5c21131adac7880f7e4da1133 jdk7u12-b09 +8a10a3c51f1cd88009008cf1b82071797b5f516d icedtea-2.4-branchpoint 745a15bb6d94765bb5c68048ff146590df9b8441 jdk7u14-b10 2d8fdaa5bb55b937028e385633ce58de4dcdb69c jdk7u14-b11 594dbbbb84add4aa310d51af7e298470d8cda458 jdk7u14-b12 ae5c1b29297dae0375277a0b6428c266d8d77c71 jdk7u14-b13 bb97ad0c9e5a0566e82b3b4bc43eabe680b89d97 jdk7u14-b14 +a20ac67cdbc245d1c14fec3061703232501f8334 ppc-aix-port-b04 b534282bd377e3886b9d0d4760f6fdaa1804bdd3 jdk7u14-b15 0e52db2d9bb8bc789f6c66f2cfb7cd2d3b0b16c6 jdk7u15-b01 0324fca94d073b3aad77658224f17679f25c18b1 jdk7u15-b02 @@ -379,6 +391,7 @@ f0cdb08a4624a623bdd178b04c4bf5a2fa4dc39a jdk7u45-b18 82f1f76c44124c31cb1151833fc15c13547ab280 jdk7u45-b30 f4373de4b75ba8d7f7a5d9c1f77e7884d9064b7e jdk7u45-b31 +11147a12bd8c6b02f98016a8d1151e56f42a43b6 jdk7u60-b00 b73c006b5d81528dfb4104a79b994b56675bf75d jdk7u45-b33 05742477836cb30235328181c8e6cae5d4bb06fd jdk7u45-b34 d0d5badd77abce0469830466ff7b910d3621d847 jdk7u45-b35 @@ -428,8 +441,11 @@ 11147a12bd8c6b02f98016a8d1151e56f42a43b6 jdk7u60-b00 88113cabda386320a087b288d43e792f523cc0ba jdk7u60-b01 6bdacebbc97f0a03be45be48a6d5b5cf2f7fe77d jdk7u60-b02 +ba9872fc05cc333e3960551ae9fa61d51b8d5e06 icedtea-2.5pre01 +fc5d15cc35b4b47fe403c57fe4bf224fcfe1426c icedtea-2.5pre02 87f2193da40d3a2eedca95108ae78403c7bdcd49 jdk7u60-b03 d4397128f8b65eb96287128575dd1a3da6a7825b jdk7u60-b04 +9d6e6533c1e5f6c335a604f5b58e6f4f93b3e3dd icedtea-2.6pre01 ea798405286d97f643ef809abcb1e13024b4f951 jdk7u60-b05 b0940b205cab942512b5bca1338ab96a45a67832 jdk7u60-b06 cae7bacaa13bb8c42a42fa35b156a7660874e907 jdk7u60-b07 @@ -439,7 +455,11 @@ 798468b91bcbb81684aea8620dbb31eaceb24c6c jdk7u60-b11 e40360c10b2ce5b24b1eea63160b78e112aa5d3f jdk7u60-b12 5e540a4d55916519f5604a422bfbb7a0967d0594 jdk7u60-b13 +07a06f1124248527df6a0caec615198a75f54673 icedtea-2.6pre02 +edf01342f3cb375746dba3620d359ac9a6e50aa8 icedtea-2.6pre03 1ca6a368aec38ee91a41dc03899d7dc1037de44d jdk7u60-b14 +9f06098d4daa523fa85f5ee133ef91c3ecc1f242 icedtea-2.6pre04 +7c68cd21751684d6da92ef83e0128f473d2dddd6 icedtea-2.6pre05 a95b821a2627295b90fb4ae8f3b8bc2ff9c64acc jdk7u60-b15 19a3f6f48c541a8cf144eedffa0e52e108052e82 jdk7u60-b16 472f5930e6cc8f307b5508995ee2edcf9913a852 jdk7u60-b17 @@ -579,10 +599,27 @@ 127bfeeddc9cf2f8cbf58052f32f6c8676fb8840 jdk7u79-b15 d4397128f8b65eb96287128575dd1a3da6a7825b jdk7u80-b00 90564f0970e92b844122be27f051655aef6dc423 jdk7u80-b01 +390d699dae6114bbe08e4a9bb8da6fec390fb5d8 icedtea-2.6pre07 +b07e2aed0a26019953ce2ac6b88e73091374a541 icedtea-2.6pre06 +df23e37605061532939ee85bba23c8368425deee icedtea-2.6pre08 36e8397bf04d972519b80ca9e24e68a2ed1e4dbd jdk7u80-b02 +7faf56bdd78300c06ef2dae652877d17c9be0037 icedtea-2.6pre09 +200124c2f78dbf82ea3d023fab9ce4636c4fd073 icedtea-2.6pre10 +05e485acec14af17c2fc4d9d29d58b14f1a0f960 icedtea-2.6pre11 4093bbbc90009bfd9311ccd6373c7a2f2755c9d9 jdk7u80-b03 +b70554883dbd0b13fdb3a7230ac8102c7c61f475 icedtea-2.6pre12 +f16c298d91bda698cd428254df2c3d2d21cc83c0 icedtea-2.6pre13 +97260abdb038f6ff28ea93a19e82b69fd73a344c icedtea-2.6pre14 +bda108a874bc1678966b65e97a87fac293a54fc8 icedtea-2.6pre15 +78bdb9406195da1811f2f52b46dec790158ca364 icedtea-2.6pre16 +f92696272981c10e64a80cb91ca6a747d8de3188 icedtea-2.6pre17 928d01695cd2b65119bbfcd51032ae427a66f83d jdk7u80-b04 46d516760a680deaeffdb03e3221648bc14c0818 jdk7u80-b05 +e229119aa0a088058254ee783b0437ee441d0017 icedtea-2.6pre18 +55ce37199ce35e9c554fefb265a98ec137acbaa2 icedtea-2.6pre19 +10d65b91c33c9b87bc6012ce753daed42c840dde icedtea-2.6pre20 +513069c9fc2037af7038dc44b0f26057fa815584 icedtea-2.6pre21 +851deec2e741fcb09bf96fc7a15ae285890fb832 icedtea-2.6pre22 8fffdc2d1faaf2c61abff00ee41f50d28da2174a jdk7u80-b06 6d0aaea852b04d7270fde5c289827b00f2391374 jdk7u80-b07 e8daab5fb25eb513c53d6d766d50caf662131d79 jdk7u80-b08 @@ -595,28 +632,59 @@ 611f7d38d9346243b558dc78409b813241eb426f jdk7u80-b30 f19659de2034611095d307ccc68f777abc8b008e jdk7u80-b15 458545155c9326c27b4e84a8a087f4419e8f122e jdk7u80-b32 -3b6a81ffb63654d5148168c2ba00288dfc833fe4 jdk7u85-b00 -76707a6d46afa9a057756f4d3614c0da1320499c jdk7u85-b01 +88ad67ad5b51c1e7316828de177808d4776b5357 icedtea-2.6pre23 +dbfa75121acab9c4dfbf5b28e3eba0e58905c4ef icedtea-2.6pre24 +8d08525bb2541367a4908a5f97298e0b21c12280 jdk7u85-b00 +e3845b02b0d1bfe203ab4783941d852a2b2d412d jdk7u85-b01 +dbfa75121acab9c4dfbf5b28e3eba0e58905c4ef icedtea-2.6.0 +dbfa75121acab9c4dfbf5b28e3eba0e58905c4ef icedtea-2.6-branchpoint +39b2c4354d0a235a5bc20ce286374bb242e9c62d icedtea-2.6.1 bc294917c5eb1ea2e655a2fcbd8fbb2e7cbd3313 jdk7u85-b02 +2265879728d802e3af28bcd9078431c56a0e26e5 icedtea-2.6.2pre01 +d27c76db0808b7a59313916e9880deded3368ed2 icedtea-2.6.2pre02 63d687368ce5bca36efbe48db2cf26df171b162d jdk7u91-b00 03b03194afbe87a049a1c6d83f49788602c363d8 jdk7u91-b01 +601ca7147b8c551d394ad97b6288b01c9e763ea4 icedtea-2.6.2 2be0ab1a24b2b6910d8f31e3314ffa48f30f21df jdk7u91-b02 +f0e7f22f09ef0ddd583eb8ce9a14edcccfa4f7ea icedtea-2.6.3 a28bc539342e4ca724a5abd2521c6a58f04c2113 jdk7u95-b00 +4f1e498cad9c7bc7ab0b6df99ebb4a29a8ca1c5e icedtea-2.6.4 251bb2a6d5cfbb76c0f4bdfecea4ca9c8af21558 jdk7u99-b00 +8e728c41fec5b9a945a12aecdd002ae1652d0253 icedtea-2.6.5 +b8b43305701a43c34b3be0957bc8d75a76d1b4c7 icedtea-2.6.6pre01 12491db47c7ccffcc3e881df68f4c2f727b44e5d jdk7u101-b00 +882cfee70fe876a273ba8f594d03219aa8192cef icedtea-2.6.6 +8c0c17064521873767912ca59dcc7a1f772399d2 icedtea-2.6.7pre01 bade1889699bab14082e84de3b40901964b52483 jdk7u111-b00 9b95c1ef81fe7bb010a6938d1cb97843b9a1fc68 jdk7u111-b01 +6aafb6fe0a1e36055566484bef4f93dba6c05ad2 icedtea-2.6.7 +a1ef40f591be786c98967b07650992c32905bc38 icedtea-2.6.8pre01 974935f4e21dae1170b5247a8af362617d105e1c jdk7u121-b00 +653c2662034dc87d063bc61c9741045041db7182 icedtea-2.6.8 +36a89571adf078953219bf591098eaf18bc7213f icedtea-2.6.9pre01 259e6ca7faf17e2b96fb0733f30e62327a7acdfa jdk7u131-b00 +2dd04ef37829f92208f9044177284fab5db04e28 icedtea-2.6.9 +cd7f56e178662fcdc453edb6622b404f53aaea56 icedtea-2.6.10pre01 e3b3add63d287cd07398949308308135ded4197e jdk7u141-b00 b21d7bc25e0f96c6ed9b19e1ea0ea6253c34d7fe jdk7u141-b01 db8fe12e5e508b18dd0aeb166099406a774b0d04 jdk7u141-b02 +b3f98f0d454923698116f756711d79c0578f1a8e icedtea-2.6.10 +54009dd18b706ad1ef023cd472a8c1a76f9faac6 icedtea-2.6.11pre01 ae6c3762cdc9b1610211cd1ad1a29ed1a7f8471e jdk7u151-b00 c63b09823b9fa0ddeb37c1ac534569a9227c5bf6 jdk7u151-b01 +499e7894cc4485715dbcc4f1d7436feda0668b70 icedtea-2.6.11 +f53c56dda66385af2679e1f7e85b7cbe91aef52c icedtea-2.6.12pre01 a1aa7e729c1ad05387f5cb744c6cbd008414c600 jdk7u161-b00 0b57654ed07146c81b2c7ecf3afa2cc1fae49e22 jdk7u161-b01 +7d977b31457dc56120be84c2f5c3648d361131af icedtea-2.6.12 83e0c1100ed20e3538790aa66975c361fe352c58 jdk7u171-b00 00737b2c8cf25ed934ad99cec2e0bafbe6250524 jdk7u171-b01 3583ec341d97b25dba54b7437311f610f6da1c78 jdk7u171-b02 +61245205213a36a6f15e36e87da0f5b5e46f6300 icedtea-2.6.13 +c5dee4245cee7bec77cee8488e9a447c675c87cf icedtea-2.6.14pre01 4e3f7d29ecde70debbb0437c847f334acec0ebdb jdk7u181-b00 947ae0aa8e0c49f3a779ea11d34224f629d7c861 jdk7u181-b01 +474d8c372eca0ee72dcca6144f3222d5cc8c2a7c icedtea-2.6.14 +3cf747ef8b14febe6db181ac9d5925d4cbdc4ff1 icedtea-2.6.15pre01 +34180032633aa4090e97de913da48dcfdff58f87 jdk7u191-b00 +4fe5b487a3bd57228d04333e2f15f710d38f94f5 jdk7u191-b01 diff -r 34180032633a -r a602fa08503a .jcheck/conf --- a/.jcheck/conf Wed May 09 17:41:48 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -project=jdk7 -bugids=dup diff -r 34180032633a -r a602fa08503a buildhybrid.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildhybrid.sh Wed Jul 18 23:32:39 2018 +0100 @@ -0,0 +1,61 @@ +#!/bin/sh +# check we have a simulator tree +if [ ! -d ../simulator ] ; then + echo "downloading aarch64 simulator code from sourceforge into directory ../simulator" + (cd .. ; hg clone http://hg.code.sourceforge.net/p/smallaarch64sim/code simulator) +fi + +# check we have a binutils tree + +if [ ! -d ../binutils ] ; then + echo "downloading aarch64 binutils code from sourceforge into directory ../binutils" + echo "by executing the following command" + (cd .. ; hg clone http://hg.code.sourceforge.net/p/binutilsaarch64/code binutils) +fi + +# ensure the sim lib has been built +if [ ! -f ../simulator/libarmsim.so ] ; then + (cd ../simulator ; make) +fi + +# ensure the hsdis lib has been built + +if [ ! -f hotspot/src/share/tools/hsdis/build/linux-amd64/hsdis-aarch64.so ] ; then + (export BINUTILS=`cd .. ; pwd`/binutils ; cd hotspot/src/share/tools/hsdis ; make BUILD_AARCH64=true) + mv hotspot/src/share/tools/hsdis/build/linux-amd64/hsdis-amd64.so hotspot/src/share/tools/hsdis/build/linux-amd64/hsdis-aarch64.so +fi + +unset JAVA_HOME +export LANG=C + +set -x + +if [ x"$JDK_TO_BUILD_WITH" == x ] ; then +JDK_TO_BUILD_WITH=/usr/lib/jvm/java-1.7.0 +fi + +source ./jdk/make/jdk_generic_profile.sh + +make \ +BUILTIN_SIM="true" \ +ALLOW_DOWNLOADS="true" \ +ALT_JDK_IMPORT_PATH="$JDK_TO_BUILD_WITH" \ +ALT_BOOTDIR="$JDK_TO_BUILD_WITH" \ +ANT="/usr/bin/ant" \ +FT2_CFLAGS="$(pkg-config --cflags freetype2)" \ +FT2_LIBS="$(pkg-config --libs freetype2)" \ +STATIC_CXX="false" \ +NO_DOCS="true" \ +DEBUG_CLASSFILES="true" \ +DEBUG_BINARIES="true" \ +STRIP_POLICY=no_strip \ +HOTSPOT_BUILD_JOBS=8 debug_build $* + +# ensure hsdis lib is installed +if [ ! -f build/linux-amd64-debug/j2sdk-image/jre/lib/amd64/hsdis-aarch64.so -a \ + -d build/linux-amd64-debug/j2sdk-image/jre/lib/amd64 ] ; then + cp hotspot/src/share/tools/hsdis/build/linux-amd64/hsdis-aarch64.so \ + build/linux-amd64-debug/j2sdk-image/jre/lib/amd64/hsdis-aarch64.so + cp hotspot/src/share/tools/hsdis/build/linux-amd64/hsdis-aarch64.so \ + build/linux-amd64-debug/j2sdk-server-image/jre/lib/amd64/hsdis-aarch64.so +fi diff -r 34180032633a -r a602fa08503a buildnative.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildnative.sh Wed Jul 18 23:32:39 2018 +0100 @@ -0,0 +1,38 @@ +# ensure the hsdis lib has been built + +if [ ! -f hotspot/src/share/tools/hsdis/build/linux-aarch64/hsdis-aarch64.so ] ; then + (export BINUTILS=`cd .. ; pwd`/binutils-2.23.52 ; cd hotspot/src/share/tools/hsdis ; make) +fi + +unset JAVA_HOME +export LANG=C + +set -x + +if [ x"$JDK_TO_BUILD_WITH" == x ] ; then +JDK_TO_BUILD_WITH=/usr/lib/jvm/java-1.7.0 +fi + +source ./jdk/make/jdk_generic_profile.sh + +make \ +ALT_JDK_IMPORT_PATH="$JDK_TO_BUILD_WITH" \ +ALT_BOOTDIR="$JDK_TO_BUILD_WITH" \ +ANT="/usr/bin/ant" \ +FT2_CFLAGS="$(pkg-config --cflags freetype2)" \ +FT2_LIBS="$(pkg-config --libs freetype2)" \ +STATIC_CXX="false" \ +NO_DOCS="true" \ +DEBUG_CLASSFILES="true" \ +DEBUG_BINARIES="true" \ +STRIP_POLICY=no_strip \ +HOTSPOT_BUILD_JOBS=8 debug_build $* + +# ensure hsdis lib is installed +if [ ! -f build/linux-aarch64-debug/j2sdk-image/jre/lib/aarch64/hsdis-aarch64.so -a \ + -d build/linux-aarch64-debug/j2sdk-image/jre/lib/aarch64 ] ; then + cp hotspot/src/share/tools/hsdis/build/linux-aarch64/hsdis-aarch64.so \ + build/linux-aarch64-debug/j2sdk-image/jre/lib/aarch64/hsdis-aarch64.so + cp hotspot/src/share/tools/hsdis/build/linux-aarch64/hsdis-aarch64.so \ + build/linux-aarch64-debug/j2sdk-server-image/jre/lib/aarch64/hsdis-aarch64.so +fi diff -r 34180032633a -r a602fa08503a common/bin/hgforest.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/bin/hgforest.sh Wed Jul 18 23:32:39 2018 +0100 @@ -0,0 +1,190 @@ +#!/bin/sh + +# +# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# This code is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 2 only, as +# published by the Free Software Foundation. +# +# This code is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +# version 2 for more details (a copy is included in the LICENSE file that +# accompanied this code). +# +# You should have received a copy of the GNU General Public License version +# 2 along with this work; if not, write to the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA +# or visit www.oracle.com if you need additional information or have any +# questions. +# + +# Shell script for a fast parallel forest command +command="$1" +pull_extra_base="$2" + +if [ "" = "$command" ] ; then + echo No command to hg supplied! + exit 1 +fi + +# Clean out the temporary directory that stores the pid files. +tmp=/tmp/forest.$$ +rm -f -r ${tmp} +mkdir -p ${tmp} + +safe_interrupt () { + if [ -d ${tmp} ]; then + if [ "`ls ${tmp}/*.pid`" != "" ]; then + echo "Waiting for processes ( `cat ${tmp}/*.pid | tr '\n' ' '`) to terminate nicely!" + sleep 1 + # Pipe stderr to dev/null to silence kill, that complains when trying to kill + # a subprocess that has already exited. + kill -TERM `cat ${tmp}/*.pid | tr '\n' ' '` 2> /dev/null + wait + echo Interrupt complete! + fi + fi + rm -f -r ${tmp} + exit 1 +} + +nice_exit () { + if [ -d ${tmp} ]; then + if [ "`ls ${tmp}`" != "" ]; then + wait + fi + fi + rm -f -r ${tmp} +} + +trap 'safe_interrupt' INT QUIT +trap 'nice_exit' EXIT + +# Only look in specific locations for possible forests (avoids long searches) +pull_default="" +repos="" +repos_extra="" +if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then + subrepos="corba jaxp jaxws langtools jdk hotspot" + if [ -f .hg/hgrc ] ; then + pull_default=`hg paths default` + if [ "${pull_default}" = "" ] ; then + echo "ERROR: Need initial clone with 'hg paths default' defined" + exit 1 + fi + fi + if [ "${pull_default}" = "" ] ; then + echo "ERROR: Need initial repository to use this script" + exit 1 + fi + for i in ${subrepos} ; do + if [ ! -f ${i}/.hg/hgrc ] ; then + repos="${repos} ${i}" + fi + done + if [ "${pull_extra_base}" != "" ] ; then + subrepos_extra="jdk/src/closed jdk/make/closed jdk/test/closed hotspot/make/closed hotspot/src/closed hotspot/test/closed deploy install sponsors pubs" + pull_default_tail=`echo ${pull_default} | sed -e 's@^.*://[^/]*/\(.*\)@\1@'` + pull_extra="${pull_extra_base}/${pull_default_tail}" + for i in ${subrepos_extra} ; do + if [ ! -f ${i}/.hg/hgrc ] ; then + repos_extra="${repos_extra} ${i}" + fi + done + fi + at_a_time=2 + # Any repos to deal with? + if [ "${repos}" = "" -a "${repos_extra}" = "" ] ; then + exit + fi +else + hgdirs=`ls -d ./.hg ./*/.hg ./*/*/.hg ./*/*/*/.hg ./*/*/*/*/.hg 2>/dev/null` + # Derive repository names from the .hg directory locations + for i in ${hgdirs} ; do + repos="${repos} `echo ${i} | sed -e 's@/.hg$@@'`" + done + for i in ${repos} ; do + if [ -h ${i}/.hg/store/lock -o -f ${i}/.hg/store/lock ] ; then + locked="${i} ${locked}" + fi + done + at_a_time=8 + # Any repos to deal with? + if [ "${repos}" = "" ] ; then + echo "No repositories to process." + exit + fi + if [ "${locked}" != "" ] ; then + echo "These repositories are locked: ${locked}" + exit + fi +fi + +# Echo out what repositories we do a command on. +echo "# Repositories: ${repos} ${repos_extra}" +echo + +# Run the supplied command on all repos in parallel. +n=0 +for i in ${repos} ${repos_extra} ; do + n=`expr ${n} '+' 1` + repopidfile=`echo ${i} | sed -e 's at ./@@' -e 's@/@_ at g'` + reponame=`echo ${i} | sed -e :a -e 's/^.\{1,20\}$/ &/;ta'` + pull_base="${pull_default}" + for j in $repos_extra ; do + if [ "$i" = "$j" ] ; then + pull_base="${pull_extra}" + fi + done + ( + ( + if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then + pull_newrepo="${pull_base}/${i}" + # pull_newrepo="`echo ${pull_base}/${i} | sed -e 's@\([^:]/\)//*@\1 at g'`" + echo hg clone ${pull_newrepo} ${i} + path="`dirname ${i}`" + if [ "${path}" != "." ] ; then + times=0 + while [ ! -d "${path}" ] ## nested repo, ensure containing dir exists + do + times=`expr ${times} '+' 1` + if [ `expr ${times} '%' 10` -eq 0 ] ; then + echo ${path} still not created, waiting... + fi + sleep 5 + done + fi + (PYTHONUNBUFFERED=true hg clone ${pull_newrepo} ${i}; echo "$?" > ${tmp}/${repopidfile}.pid.rc )& + else + echo "cd ${i} && hg $*" + cd ${i} && (PYTHONUNBUFFERED=true hg "$@"; echo "$?" > ${tmp}/${repopidfile}.pid.rc )& + fi + echo $! > ${tmp}/${repopidfile}.pid + ) 2>&1 | sed -e "s@^@${reponame}: @") & + + if [ `expr ${n} '%' ${at_a_time}` -eq 0 ] ; then + sleep 2 + echo Waiting 5 secs before spawning next background command. + sleep 3 + fi +done +# Wait for all hg commands to complete +wait + +# Terminate with exit 0 only if all subprocesses were successful +ec=0 From andrew at icedtea.classpath.org Mon Jul 23 13:20:55 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:20:55 +0000 Subject: /hg/release/icedtea7-forest-2.6/corba: 4 new changesets Message-ID: changeset 9914a2e12658 in /hg/release/icedtea7-forest-2.6/corba details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/corba?cmd=changeset;node=9914a2e12658 author: andrew date: Fri Jun 29 03:15:34 2018 +0100 Added tag jdk7u191-b00 for changeset 3f92ea51e60a changeset 46d086befa1d in /hg/release/icedtea7-forest-2.6/corba details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/corba?cmd=changeset;node=46d086befa1d author: andrew date: Mon Jul 02 15:58:21 2018 +0100 Merge jdk7u191-b00 changeset 1bdaf31e6e92 in /hg/release/icedtea7-forest-2.6/corba details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/corba?cmd=changeset;node=1bdaf31e6e92 author: andrew date: Wed Jul 18 16:35:43 2018 +0100 Added tag jdk7u191-b01 for changeset 9914a2e12658 changeset 693dffb1f3e0 in /hg/release/icedtea7-forest-2.6/corba details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/corba?cmd=changeset;node=693dffb1f3e0 author: andrew date: Wed Jul 18 23:32:41 2018 +0100 Merge jdk7u191-b01 diffstat: .hgtags | 68 +++++++++++ .jcheck/conf | 2 - make/Makefile | 2 +- make/common/shared/Defs-java.gmk | 6 +- make/common/shared/Platform.gmk | 9 + src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java | 2 +- 6 files changed, 84 insertions(+), 5 deletions(-) diffs (280 lines): diff -r 3f92ea51e60a -r 693dffb1f3e0 .hgtags --- a/.hgtags Wed May 09 17:41:49 2018 +0100 +++ b/.hgtags Wed Jul 18 23:32:41 2018 +0100 @@ -50,6 +50,7 @@ b751c528c55560cf2adeaeef24b39ca1f4d1cbf7 jdk7-b73 5d0cf59a3203b9f57aceebc33ae656b884987955 jdk7-b74 0fb137085952c8e47878e240d1cb40f14de463c4 jdk7-b75 +d728db3889da23d9f74e45154b9261a43b4acd8d icedtea7-1.12 937144222e2219939101b0129d26a872a7956b13 jdk7-b76 6881f0383f623394b5ec73f27a5f329ff55d0467 jdk7-b77 a7f7276b48cd74d8eb1baa83fbf3d1ef4a2603c8 jdk7-b78 @@ -63,6 +64,7 @@ 6253e28826d16cf1aecc39ce04c8de1f6bf2df5f jdk7-b86 09a41111a401d327f65e453384d976a10154d9ea jdk7-b87 39e14d2da687c7e592142137517aaf689544820f jdk7-b88 +e805b4155d76f76d40ffae36a74546f79218c539 icedtea7-1.13 bb4424c5e778b842c064a8b1aa902b35f4397654 jdk7-b89 56ce07b0eb47b93a98a72adef0f21e602c460623 jdk7-b90 bcd2fc089227559ac5be927923609fac29f067fa jdk7-b91 @@ -111,6 +113,7 @@ 918003855fa0dba5acf4bf1fe36526d2fc4c1ba8 jdk7-b134 e0b72ae5dc5e824b342801c8d1d336a55eb54e2c jdk7-b135 48ef0c712e7cbf272f47f9224db92a3c6a9e2612 jdk7-b136 +b62418551e20fa19fbf57c49d4378b7096809e60 icedtea-1.14 a66c01d8bf895261715955df0b95545c000ed6a8 jdk7-b137 78d8cf04697e9df54f7f11e195b7da29b8e345a2 jdk7-b138 60b074ec6fcf5cdf9efce22fdfb02326ed8fa2d3 jdk7-b139 @@ -123,6 +126,7 @@ 770227a4087e4e401fe87ccd19738440111c3948 jdk7-b146 36f0efbc66ef8ace3cca8aa8d0c88f3334080f8a jdk7u1-b01 73323cb3396260d93e0ab731fd2d431096ceed0f jdk7-b147 +d034cc90ecc266d78b87d1429c426669431fcc1f icedtea-2.0-branchpoint 9515a2d034b4727c11aeea36354a549fbc469c4f jdk7u1-b02 dd71cb354c573c1addcda269a7dd9144bfce9587 jdk7u1-b03 eaee830124aa453627591d8f9eccb39d7e040876 jdk7u1-b04 @@ -141,6 +145,7 @@ 56b02f8ef70391a67c9fa71157a8faafbdff4b74 jdk7u2-b12 456ff1f14b14ef8cfe47cef95c8094f8443fa092 jdk7u2-b13 62b846b0c3259cae732e75df50a1b180a2541178 jdk7u2-b21 +ecb9fc90dea4720f5c1ba1354364ed610f463e41 icedtea-2.1-branchpoint 1b648adeeefa9b1fb022459e8e4f590b736c0fdd jdk7u3-b02 730fa05af5a9d10a3a7a1626d248b96d09f8069f jdk7u3-b03 7f7a9b1addb4925f4f6e17f6eb5cce986c3b626d jdk7u3-b04 @@ -157,6 +162,7 @@ 23777178e7eb61859be3f7240561aa1034ff9221 jdk7u4-b10 bdc37f3c09b6008667aff77432bb6d31cbae945e jdk7u4-b11 fddc26b35a31884d64315cf7c296570245e9c481 jdk7u4-b12 +9ffa2340e018131c900e9cc12c9f3a10698aa191 icedtea-2.2-branchpoint f7119745898016a98cddab3e69efb41c5a5aaf78 jdk7u4-b13 6a262c36caebb43972cbae5032cff632ce31d2cc jdk7u4-b14 d9bf21b76f093abfe451880d5db29e4932b1e72e jdk7u4-b15 @@ -186,11 +192,15 @@ c9f6750370c9a99d149d73fd32c363d9959d19d1 jdk7u6-b10 a2089d3bf5a00be50764e1ced77e270ceddddb5d jdk7u6-b11 34354c623c450dc9f2f58981172fa3d66f51e89c jdk7u6-b12 +325250aef90af0f5cd04b141f83a81638ae1e478 ppc-aix-port-b01 +325250aef90af0f5cd04b141f83a81638ae1e478 ppc-aix-port-b02 +325250aef90af0f5cd04b141f83a81638ae1e478 ppc-aix-port-b03 76bee3576f61d4d96fef118902d5d237a4f3d219 jdk7u6-b13 731d5dbd7020dca232023f2e6c3e3e22caccccfb jdk7u6-b14 8da4015f405b0fa267cca4780d20cd012d0a9cb4 jdk7u6-b15 7674c7ed99a53a8dcf654ab8a6963199ef562a08 jdk7u6-b16 e4a676826cb3fe2f84e19105a027c15c097f98f1 jdk7u6-b17 +68c35d6e9548bc7be9c3ce73774c6d53b0d72d3b icedtea-2.3-branchpoint b3d767dbd67f518168c561e078be5e860bc60cfc jdk7u6-b18 5c046510b9308bf514f078d48fcf0112a376ad41 jdk7u6-b19 f0c51b691d34b4a06c1e22c7960be71e0d0ee84e jdk7u6-b20 @@ -258,11 +268,13 @@ 7969d5f219248de033c296ef75fff7aae7545bbd jdk7u12-b07 6f4d4c7a254d4aca3a7f2caabb75e6559a290393 jdk7u12-b08 c8c261b2220c5b966c07784682057a915defb0da jdk7u12-b09 +efbe4cef7fe2d46a197c39eb7a94e127e0bb4c5d icedtea-2.4-branchpoint 3877f9ae971eefbfbbcb16f2ff79c72ac10ac4bd jdk7u14-b10 3bd891cd98773cf841ad65f52f25e3e6fa185cef jdk7u14-b11 fbb83600db33de6211fc58ba2a2bbb6b356aa9c2 jdk7u14-b12 cd7aaec5accf3f8fbb693153f8d9be846e0f8a05 jdk7u14-b13 9e8bde2586a1a7fd95f654c7d0043d1eb18f0793 jdk7u14-b14 +70af8b7907a504f7b6e4be1882054ca9f3ad1875 ppc-aix-port-b04 2b1fcbe4e78557822b2269b43c8b589aa1f0b522 jdk7u14-b15 622e370c2d1e8c5f48d8f520f486dc6fcc1239c5 jdk7u15-b01 30188388048333e213a839363329ac2cb0cf0e0d jdk7u15-b02 @@ -381,6 +393,7 @@ 80f65a8f58500ef5d93ddf4426d9c1909b79fadf jdk7u45-b18 a15e4a54504471f1e34a494ed66235870722a0f5 jdk7u45-b30 b7fb35bbe70d88eced3725b6e9070ad0b5b621ad jdk7u45-b31 +c5b5886004e6446b8b27ccdc1fd073354c1dc614 jdk7u60-b00 d641ac83157ec86219519c0cbaf3122bdc997136 jdk7u45-b33 aa24e046a2da95637257c9effeaabe254db0aa0b jdk7u45-b34 fab1423e6ab8ecf36da8b6bf2e454156ec701e8a jdk7u45-b35 @@ -430,8 +443,11 @@ c5b5886004e6446b8b27ccdc1fd073354c1dc614 jdk7u60-b00 a531112cc6d0b0a1e7d4ffdaa3ba53addcd25cf4 jdk7u60-b01 d81370c5b863acc19e8fb07315b1ec687ac1136a jdk7u60-b02 +47343904e95d315b5d2828cb3d60716e508656a9 icedtea-2.5pre01 +16906c5a09dab5f0f081a218f20be4a89137c8b1 icedtea-2.5pre02 d7e98ed925a3885380226f8375fe109a9a25397f jdk7u60-b03 1a3aa4637b80fabbd069ae88c241efcb3520fc49 jdk7u60-b04 +7224b2d0d3304b9d1d783de4d35d706dc7bcd00e icedtea-2.6pre01 753698a910167cc29c01490648a2adbcea1314cc jdk7u60-b05 9852efe6d6b992b73fdbf59e36fb3547a9535051 jdk7u60-b06 84a18429f247774fc7f1bc81de271da20b40845b jdk7u60-b07 @@ -441,7 +457,11 @@ a429ff635395688ded6c52cd21c0b4ce75e62168 jdk7u60-b11 d581875525aaf618afe901da31d679195ee35f4b jdk7u60-b12 2c8ba5f9487b0ac085874afd38f4c10a4127f62c jdk7u60-b13 +8293bea019e34e9cea722b46ba578fd4631f685f icedtea-2.6pre02 +35fa09c49527a46a29e210f174584cc1d806dbf8 icedtea-2.6pre03 02bdeb33754315f589bd650dde656d2c9947976d jdk7u60-b14 +d99431d571f8aa64a348b08c6bf7ac3a90c576ee icedtea-2.6pre04 +90a4103857ca9ff64a47acfa6b51ca1aa5a782c3 icedtea-2.6pre05 e5946b2cf82bdea3a4b85917e903168e65a543a7 jdk7u60-b15 e424fb8452851b56db202488a4e9a283934c4887 jdk7u60-b16 b96d90694be873372cc417b38b01afed6ac1b239 jdk7u60-b17 @@ -581,10 +601,27 @@ 59faa52493939dccdf6ff9efe86371101769b8f9 jdk7u79-b15 1a3aa4637b80fabbd069ae88c241efcb3520fc49 jdk7u80-b00 df1decc820934ad8bf91c853e81c88d4f7590e25 jdk7u80-b01 +30f5a9254154b68dd16e2d93579d7606c79bd54b icedtea-2.6pre07 +250d1a2def5b39f99b2f2793821cac1d63b9629f icedtea-2.6pre06 +a756dcabdae6fcdff57a2d321088c42604b248a6 icedtea-2.6pre08 2444fa7df7e3e07f2533f6c875c3a8e408048f6c jdk7u80-b02 +4e8ca30ec092bcccd5dc54b3af2e2c7a2ee5399d icedtea-2.6pre09 +1a346ad4e322dab6bcf0fbfe989424a33dd6e394 icedtea-2.6pre10 +c11c54a2675c32eeb015450427424f277faaa95b icedtea-2.6pre11 fc6a39d6be24e0c1f7d9193e4f3ea4e474bb4dc3 jdk7u80-b03 +f2ef4247a9a496bb173a6592a6f13e716670b8d3 icedtea-2.6pre12 +9b3eb26f177e896dc081de80b5f0fe0bea12b5e4 icedtea-2.6pre13 +646234c2fd7be902c44261aa8f909dfd115f308d icedtea-2.6pre14 +9a9cde985e018164da97d4ed1b51a83cda59f93a icedtea-2.6pre15 +8eeadf4624006ab6af52354a15aee8f9a890fc16 icedtea-2.6pre16 +1eb2d75d86f049cd2f57c1ff35e3d569baec0650 icedtea-2.6pre17 d9ddd2aec6bee31e3bd8bb4eb258c27a624162c3 jdk7u80-b04 6696348644df30f1807acd3a38a603ebdf09480c jdk7u80-b05 +15250731630c137ff1bdbe1e9ecfe29deb7db609 icedtea-2.6pre18 +e4d788ed1e0747b9d1674127253cd25ce834a761 icedtea-2.6pre19 +4ca25161dc2a168bb21949f3986d33ae695e9d13 icedtea-2.6pre20 +0cc5634fda955189a1157ff5d899da6c6abf56c8 icedtea-2.6pre21 +c92957e8516c33f94e24e86ea1d3e536525c37f5 icedtea-2.6pre22 4362d8c11c43fb414a75b03616252cf8007eea61 jdk7u80-b06 1191862bb140612cc458492a0ffac5969f48c4df jdk7u80-b07 6a12979724faeb9abe3e6af347c64f173713e8a4 jdk7u80-b08 @@ -597,28 +634,59 @@ 52b7bbe24e490090f98bee27dbd5ec5715b31243 jdk7u80-b30 353be4a0a6ec19350d18e0e9ded5544ed5d7433f jdk7u80-b15 a97bddc81932c9772184182297291abacccc85c0 jdk7u80-b32 +9d5c92264131bcac8d8a032c055080cf51b18202 icedtea-2.6pre23 +e3445769412d69411988241bef34fd1d652a37d1 icedtea-2.6pre24 +e3445769412d69411988241bef34fd1d652a37d1 icedtea-2.6.0 02c5cee149d94496124f794b7ef89d860b8710ee jdk7u85-b00 a1436e2c0aa8c35b4c738004d19549df54448621 jdk7u85-b01 +e3445769412d69411988241bef34fd1d652a37d1 icedtea-2.6-branchpoint +2545636482d69e70bf482d41ba18dba27798f495 icedtea-2.6.1 7a91bf11c82bd794b7d6f63187345ebcbe07f37c jdk7u85-b02 +10bb9df77e39518afc9f65e7fdc7328bb0fb80dd icedtea-2.6.2pre01 +0445c54dcfb6cd523525a07eec0f2b26c43eb3c4 icedtea-2.6.2pre02 f9630ed441a06612f61a88bd3da39075015213a7 jdk7u91-b00 34be12b4b6ea5f30d364a916a92effeafdce678d jdk7u91-b01 +a4d55c5cec23631523672ca8b27767ec882eb835 icedtea-2.6.2 e3a6331d136ecac575730b498501f5b0dc4302e2 jdk7u91-b02 +9a3ca529125ad02ef3b0afd3c2f8fa6f80e0e46f icedtea-2.6.3 96b735f85c61ad721113713551271106a5070742 jdk7u95-b00 +2135da66cc53a606621024679ca16c06349eea58 icedtea-2.6.4 adda687205a9a40573fdb538240a5699fdc7dbd6 jdk7u99-b00 +389551542e139a9c84735a778726d1fdbac6105e icedtea-2.6.5 +bd2be90026f7655b1c21a67b14d812ca7a495064 icedtea-2.6.6pre01 9c164195bcc97da6c6567e6e6d55ea349f1c583d jdk7u101-b00 +ca3e3c4c5a615deab554708211e21db1b9febcf4 icedtea-2.6.6 +4e571f4f723b9bebca89b3ca0f1130f63e804b80 icedtea-2.6.7pre01 c1def4cc27fb92914168a5f65658eba4a1754dfe jdk7u111-b00 36715cc029596f86e977d486e547f62bb07eed74 jdk7u111-b01 +e5578d3bc593a075da3286a8e804dacb86e2e466 icedtea-2.6.7 +8bceffc6f67ec6202f067578051a94fd449e43b2 icedtea-2.6.8pre01 ad3a33a23c69608ae140d4564d045b62533f45a3 jdk7u121-b00 +9e002eaf26ed37030c32c6ab410ac278b8118ee2 icedtea-2.6.8 +ba84d0d43df1de8075f5ab5b02adfe1b964111ec icedtea-2.6.9pre01 d93d13bcb01d7b635d0e021877e1102e34bae8fb jdk7u131-b00 +737fd3fbf1394a5640e3524679ef831347186853 icedtea-2.6.9 +dcdf5b845fa7dc9727327abf76bba06df4ce2ad7 icedtea-2.6.10pre01 61c10a1eaa7b6f77e63f90e624a82a664a451d42 jdk7u141-b00 caa46a309b1195a0301956e7416633b717553925 jdk7u141-b01 39240de9d27767c8bad74e34f83f0a4902a9ef85 jdk7u141-b02 +4d807b58849e7d0aa829ba744c9d94ffb78d0943 icedtea-2.6.10 +ff69bc83070b70b07cc9eea4731e9332acdcdff7 icedtea-2.6.11pre01 d232281a177cd3f80d48eca3f1bbc3919f720a1e jdk7u151-b00 f74af33b4963a7c484ffa605f11e41efd92966e3 jdk7u151-b01 +803456f62297d9d22725e414f29e09d0c008ca43 icedtea-2.6.11 +a7f8705b50f53a4d85ad515ac74b0167aa8251dc icedtea-2.6.12pre01 3b0441f9245b4f16adbaad16d9a2aef05cea734c jdk7u161-b00 8576df4be08028c725c29490eb52a329f361c56c jdk7u161-b01 +e759d9a6a7b2bb4ad2aefb36ff78fb14ad9b8172 icedtea-2.6.12 aba690a4e1de85b901c47f69f03e151da5f064d6 jdk7u171-b00 c0181fdc21a7e0eef1746aeae9cb56cf9dabacd1 jdk7u171-b01 04778a2bcd8efc8f2798c16586e432aa45ca66e8 jdk7u171-b02 +4b866e7eb48c28ebe61b3a64f6211ae88ec45ae5 icedtea-2.6.13 +e97826e565405def64c82c7deb36a43c43acf42d icedtea-2.6.14pre01 0f612c0a7de047b67fae07225826f834b18ce5da jdk7u181-b00 fe430a7489a43bb3388719bd195582c1007e7a58 jdk7u181-b01 +8931f7345917b7df5a56108e6cd341b7d3f36afc icedtea-2.6.14 +1ed1155692c84d4d3357eb253a4aaaea5d0b6cd0 icedtea-2.6.15pre01 +3f92ea51e60ae572092c230741c0cdec13c6ac97 jdk7u191-b00 +9914a2e1265801c979f7799505e311d3c0d9dab0 jdk7u191-b01 diff -r 3f92ea51e60a -r 693dffb1f3e0 .jcheck/conf --- a/.jcheck/conf Wed May 09 17:41:49 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -project=jdk7 -bugids=dup diff -r 3f92ea51e60a -r 693dffb1f3e0 make/Makefile --- a/make/Makefile Wed May 09 17:41:49 2018 +0100 +++ b/make/Makefile Wed Jul 18 23:32:41 2018 +0100 @@ -152,7 +152,7 @@ #----- bin.zip -BIN_ZIP_FILES = $(BUILD_DIR/lib/orb.idl $(BUILD_DIR)/lib/ir.idl +BIN_ZIP_FILES = $(BUILD_DIR)/lib/orb.idl $(BUILD_DIR)/lib/ir.idl BIN_ZIP = $(LIB_DIR)/bin.zip $(BIN_ZIP): $(BIN_ZIP_FILES) diff -r 3f92ea51e60a -r 693dffb1f3e0 make/common/shared/Defs-java.gmk --- a/make/common/shared/Defs-java.gmk Wed May 09 17:41:49 2018 +0100 +++ b/make/common/shared/Defs-java.gmk Wed Jul 18 23:32:41 2018 +0100 @@ -79,7 +79,11 @@ # 64-bit builds require a larger thread stack size. ifeq ($(ARCH_DATA_MODEL), 32) - JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=768 + ifeq ($(ARCH), ppc) + JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=1152 + else + JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=768 + endif else JAVAC_JVM_FLAGS += -J-XX:ThreadStackSize=2096 endif diff -r 3f92ea51e60a -r 693dffb1f3e0 make/common/shared/Platform.gmk --- a/make/common/shared/Platform.gmk Wed May 09 17:41:49 2018 +0100 +++ b/make/common/shared/Platform.gmk Wed Jul 18 23:32:41 2018 +0100 @@ -153,6 +153,9 @@ OS_VERSION := $(shell uname -r) # Arch and OS name/version mach := $(shell uname -m) + ifneq (,$(wildcard /usr/bin/dpkg-architecture)) + mach := $(shell (dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null || echo $(mach)) | sed 's/arm64/aarch64/;s/powerpc$$/ppc/;s/hppa/parisc/;s/ppc64el/ppc64le/') + endif archExpr = case "$(mach)" in \ i[3-9]86) \ echo i586 \ @@ -172,6 +175,9 @@ arm*) \ echo arm \ ;; \ + sh*) \ + echo sh \ + ;; \ *) \ echo $(mach) \ ;; \ @@ -199,6 +205,9 @@ else ARCH_DATA_MODEL=64 endif + ifeq ($(ARCH), sh) + ARCH_DATA_MODEL=32 + endif endif endif diff -r 3f92ea51e60a -r 693dffb1f3e0 src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java --- a/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Wed May 09 17:41:49 2018 +0100 +++ b/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Wed Jul 18 23:32:41 2018 +0100 @@ -77,7 +77,7 @@ * * throw SecurityException if SecurityManager is installed and * enableSubclassImplementation SerializablePermission - * is not granted or jdk.corba.allowOutputStreamSubclass system + * is not granted or jdk.corba.allowInputStreamSubclass system * property is either not set or is set to 'false' */ public InputStream() { From andrew at icedtea.classpath.org Mon Jul 23 13:21:27 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:21:27 +0000 Subject: /hg/release/icedtea7-forest-2.6/jaxp: 5 new changesets Message-ID: changeset 3389db799eb1 in /hg/release/icedtea7-forest-2.6/jaxp details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxp?cmd=changeset;node=3389db799eb1 author: andrew date: Fri Jun 29 03:15:36 2018 +0100 Added tag jdk7u191-b00 for changeset 88542b5a14d9 changeset 994802a0238e in /hg/release/icedtea7-forest-2.6/jaxp details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxp?cmd=changeset;node=994802a0238e author: andrew date: Mon Jul 02 15:58:21 2018 +0100 Merge jdk7u191-b00 changeset 7edc1ac94683 in /hg/release/icedtea7-forest-2.6/jaxp details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxp?cmd=changeset;node=7edc1ac94683 author: ljiang date: Mon May 07 08:44:10 2018 -0700 8202585: JDK 8u181 l10n resource file update Reviewed-by: coffeys changeset cc7a21678149 in /hg/release/icedtea7-forest-2.6/jaxp details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxp?cmd=changeset;node=cc7a21678149 author: andrew date: Wed Jul 18 16:35:44 2018 +0100 Added tag jdk7u191-b01 for changeset 7edc1ac94683 changeset 25839fca486d in /hg/release/icedtea7-forest-2.6/jaxp details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxp?cmd=changeset;node=25839fca486d author: andrew date: Wed Jul 18 23:32:43 2018 +0100 Merge jdk7u191-b01 diffstat: .hgtags | 68 ++++++++++ .jcheck/conf | 2 - make/Makefile | 4 +- src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java | 4 +- src/com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java | 8 +- src/com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.java | 10 + src/com/sun/org/apache/xerces/internal/impl/msg/DOMMessages_de.properties | 4 +- src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties | 2 +- src/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java | 2 +- src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java | 6 +- src/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.java | 6 +- 11 files changed, 96 insertions(+), 20 deletions(-) diffs (372 lines): diff -r 88542b5a14d9 -r 25839fca486d .hgtags --- a/.hgtags Wed May 09 17:41:49 2018 +0100 +++ b/.hgtags Wed Jul 18 23:32:43 2018 +0100 @@ -50,6 +50,7 @@ feb05980f9f2964e6bc2b3a8532f9b3054c2289b jdk7-b73 ea7b88c676dd8b269bc858a4a17c14dc96c8aed1 jdk7-b74 555fb78ee4cebed082ca7ddabff46d2e5b4c9026 jdk7-b75 +fb68fd18eb9f9d94bd7f307097b98a5883018da8 icedtea7-1.12 233a4871d3364ec305efd4a58cfd676620a03a90 jdk7-b76 bfadab8c7b1bf806a49d3e1bc19ec919717f057a jdk7-b77 7a12d3789e1b07a560fc79568b991818d617ede2 jdk7-b78 @@ -63,6 +64,7 @@ 81c0f115bbe5d3bcf59864465b5eca5538567c79 jdk7-b86 8b493f1aa136d86de0885fcba15262c4fa2b1412 jdk7-b87 d8ebd15910034f2ba50b2f129f959f86cca01419 jdk7-b88 +826bafcb6c4abbf24887bfc5a78868e13cddd068 icedtea7-1.13 d2818fd2b036f3b3154a9a7de41afcf4ac679c1b jdk7-b89 c5d932ee326d6f7fd4634b11c7185ea82d184df2 jdk7-b90 b89b2c3044a298d542f84a2e9d957202b7d8cdb9 jdk7-b91 @@ -111,6 +113,7 @@ d56b326ae0544fc16c3e0d0285876f3c82054db2 jdk7-b134 4aa9916693dc1078580c1865e6f2584046851e5a jdk7-b135 1759daa85d33800bd578853f9531f9de73f70fc7 jdk7-b136 +1c2f25bf36b1d43920e94fb82a0afdafd29b1735 icedtea-1.14 1d87f7460cde7f8f30af668490f82b52b879bfd8 jdk7-b137 be3758943770a0a3dd4be6a1cb4063507c4d7062 jdk7-b138 28c7c0ed2444607829ba11ad827f8d52197a2830 jdk7-b139 @@ -123,6 +126,7 @@ bcd31fa1e3c6f51b4fdd427ef905188cdac57164 jdk7-b146 067fb18071e3872698f6218724958bd0cebf30a3 jdk7u1-b01 fc268cd1dd5d2e903ccd4b0275e1f9c2461ed30c jdk7-b147 +b8d01501956a0d41f5587ff1bebbfe5a9b8fea5a icedtea-2.0-branchpoint 104ca42e1e7ca66b074a4619ce6420f15d8f454d jdk7u1-b02 64e323faadf65018c1ffc8bb9c97f7b664e87347 jdk7u1-b03 2256c20e66857f80cacda14ffdbc0979c929d7f8 jdk7u1-b04 @@ -141,6 +145,7 @@ 0e61ef309edd2deb71f53f2bdaf6dcff1c80bfb8 jdk7u2-b12 d9ac427e5149d1db12c6f3e4aa4280587c06aed5 jdk7u2-b13 0efaf5c97fba2ee7864240efaa0df651a2635ae5 jdk7u2-b21 +7300d2ab9fb2068250a96ca4afc481c4beb6a42b icedtea-2.1-branchpoint 0efaf5c97fba2ee7864240efaa0df651a2635ae5 jdk7u3-b02 604dd391203960d0028fc95bc70b0ae161e09d99 jdk7u3-b03 551c076358f6691999f613db9b155c83ec9a648d jdk7u3-b04 @@ -157,6 +162,7 @@ 7a37651d304de62b18b343b3ae675ab1b08fc5fe jdk7u4-b10 3fbd87d50fbf4de3987e36ec5f3e8ce1c383ce3d jdk7u4-b11 b4e5df5b18bb75db15ed97da02e5df086d2c7930 jdk7u4-b12 +c51876b27811ba0f6ea3409ba19d357b7400908a icedtea-2.2-branchpoint 7d18bccaec3781f3d4f2d71879f91e257db2f0f7 jdk7u4-b13 82c5b3166b3194e7348b2a9d146b6760c9a77128 jdk7u4-b14 36490d49683f7be9d8fbbe1f8eefa1fe9fe550fa jdk7u5-b01 @@ -186,11 +192,15 @@ f4e80156296e43182a0fea5f54032d8c0fd0b41f jdk7u6-b10 5078a73b3448849f3328af5e0323b3e1b8d2d26c jdk7u6-b11 c378e596fb5b2ebeb60b89da7ad33f329d407e2d jdk7u6-b12 +15b71daf5e69c169fcbd383c0251cfc99e558d8a ppc-aix-port-b01 +15b71daf5e69c169fcbd383c0251cfc99e558d8a ppc-aix-port-b02 +15b71daf5e69c169fcbd383c0251cfc99e558d8a ppc-aix-port-b03 15b71daf5e69c169fcbd383c0251cfc99e558d8a jdk7u6-b13 da79c0fdf9a8b5403904e6ffdd8f5dc335d489d0 jdk7u6-b14 94474d6f28284a1ef492984dd6d6f66f8787de80 jdk7u6-b15 0b329a8d325b6a58d89c6042dac62ce5852380ab jdk7u6-b16 5eb867cdd08ca299fe03b31760acd57aac2b5673 jdk7u6-b17 +445dd0b578fc2ed12c539eb6f9a71cbd40bed4f6 icedtea-2.3-branchpoint 1c4b9671de5c7ed5713f55509cb2ada38b36dffe jdk7u6-b18 3ba4c395d2cf973c8c603b2aedc846bd4ae54656 jdk7u6-b19 4f7b77cc3b252098f52a8f30a74f603783a2e0f1 jdk7u6-b20 @@ -258,12 +268,14 @@ 1b914599a6d5560e743b9fecd390924ed0bf7d15 jdk7u12-b07 427a603569db59f61721e709fcb8a73390d468ae jdk7u12-b08 366ebbf581df0134d9039b649abc315e87f23772 jdk7u12-b09 +14adb683be4ebc49ee729f0253d012795a4a2ae4 icedtea-2.4-branchpoint 23191c790e12841f81ac1cf956e7dbc0b45914ee jdk7u14-b10 825eda7553590ce19eb4fa0686c4405d97daafdb jdk7u14-b11 560e5cf5b57fc91e2bc6dd1809badd58c6eb25bd jdk7u14-b12 937bae61a48febcc948b7e10ae781c9077360241 jdk7u14-b13 7038ca4959e50a02f797e639daffe6b2b4065f86 jdk7u14-b14 aa6fb94c5e7bc645f478b6f60c5e6e06bebcc2bf jdk7u14-b15 +1d1e1fc3b88d2fda0c7da55ee3abb2b455e0d317 ppc-aix-port-b04 99c114990b191f32e72c6158072033aec5816aaf jdk7u15-b01 edbaa584f09a78d0ad3c73389faf20409a552e46 jdk7u15-b02 14a9b60a2086f4e2f6ec43bee3375042946f6510 jdk7u15-b30 @@ -382,6 +394,7 @@ 4beb90ab48f7fd46c7a9afbe66f8cccb230699ba jdk7u45-b18 a456c78a50e201a65c9f63565c8291b84a4fbd32 jdk7u45-b30 3c34f244296e98d8ebb94973c752f3395612391a jdk7u45-b31 +d9b92749a0f4c8e6c6f4fe11210c2a02d70bae74 jdk7u60-b00 056494e83d15cd1c546d32a3b35bdb6f670b3876 jdk7u45-b33 b5a83862ed2ab9cc2de3719e38c72519481a4bbb jdk7u45-b34 7fda9b300e07738116b2b95b568229bdb4b31059 jdk7u45-b35 @@ -431,8 +444,11 @@ d9b92749a0f4c8e6c6f4fe11210c2a02d70bae74 jdk7u60-b00 ad39e88c503948fc4fc01e97c75b6e3c24599d23 jdk7u60-b01 050986fd54e3ec4515032ee938bc59e86772b6c0 jdk7u60-b02 +74093b75ddd4fc2e578a3469d32b8bb2de3692d5 icedtea-2.5pre01 +d7085aad637fa90d027840c7f7066dba82b21667 icedtea-2.5pre02 359b79d99538d17eeb90927a1e4883fcec31661f jdk7u60-b03 7215972c2c30d0fa469a459a3e4fcee6bc93991d jdk7u60-b04 +10314bfd5ba43a63f2f06353f3d219b877f5120f icedtea-2.6pre01 673ea3822e59de18ae5771de7a280c6ae435ef86 jdk7u60-b05 fd1cb0040a1d05086ca3bf32f10e1efd43f05116 jdk7u60-b06 cd7c8fa7a057e62e094cdde78dd632de54cedb8c jdk7u60-b07 @@ -442,7 +458,11 @@ e57490e0b99917ea8e1da1bb4d0c57fd5b7705f9 jdk7u60-b11 a9574b35f0af409fa1665aadd9b2997a0f9878dc jdk7u60-b12 92cf0b5c1c3e9b61d36671d8fb5070716e0f016b jdk7u60-b13 +a0138328f7db004859b30b9143ae61d598a21cf9 icedtea-2.6pre02 +33912ce9492d29c3faa5eb6787d5141f87ebb385 icedtea-2.6pre03 2814f43a6c73414dcb2b799e1a52d5b44688590d jdk7u60-b14 +c3178eab3782f4135ea21b060683d29bde3bbc7e icedtea-2.6pre04 +b9104a740dcd6ec07a868efd6f57dad3560e402c icedtea-2.6pre05 10eed57b66336660f71f7524f2283478bdf373dc jdk7u60-b15 fefd2d5c524b0be78876d9b98d926abda2828e79 jdk7u60-b16 ba6b0b5dfe5a0f50fac95c488c8a5400ea07d4f8 jdk7u60-b17 @@ -582,10 +602,27 @@ 6abf26813c3bd6047d5425e41dbc9dd1fd51cc63 jdk7u79-b15 7215972c2c30d0fa469a459a3e4fcee6bc93991d jdk7u80-b00 4c959b6a32057ec18c9c722ada3d0d0c716a51c4 jdk7u80-b01 +614b7c12f276c52ebef06fb17c79cf0eadbcc774 icedtea-2.6pre07 +75513ef5e265955b432550ec73770b8404a4d36b icedtea-2.6pre06 +fbc3c0ab4c1d53059c32d330ca36cb33a3c04299 icedtea-2.6pre08 25a1b88d7a473e067471e00a5457236736e9a2e0 jdk7u80-b02 +f59ee51637102611d2ecce975da8f4271bdee85f icedtea-2.6pre09 +603009854864635cbfc36e95f39b6da4070f541a icedtea-2.6pre10 +79d217da0a7a03fb071e7f2e99fbd5fc7c38aed5 icedtea-2.6pre11 1853995499cef61fc16e0e4b840276223314669b jdk7u80-b03 +1edb9d1d6451a8e147d74e69021bc3f00622b8c6 icedtea-2.6pre12 +a2841c1a7f292ee7ba33121435b566d347b99ddb icedtea-2.6pre13 +35cfccb24a9c229f960169ec986beae2329b0688 icedtea-2.6pre14 +133c38a2d10fdb95e332ceefa4db8cf765c8b413 icedtea-2.6pre15 +a41b3447afd7011c7d08b5077549695687b70ea4 icedtea-2.6pre16 +54100657ce67cb5164cb0683ceb58ae60542fd79 icedtea-2.6pre17 3f6f053831796f654ad8fd77a6e4f99163742649 jdk7u80-b04 b93c3e02132fd13971aea6df3c5f6fcd4c3b1780 jdk7u80-b05 +8cc37ea6edf6a464d1ef01578df02da984d2c79f icedtea-2.6pre18 +0e0fc4440a3ba74f0df5df62da9306f353e1d574 icedtea-2.6pre19 +3bb57abb921fcc182015e3f87b796af29fce4b68 icedtea-2.6pre20 +522863522a4d0b82790915d674ea37ef3b39c2a7 icedtea-2.6pre21 +8904cf73c0483d713996c71bf4496b748e014d2c icedtea-2.6pre22 d220098f4f327db250263b6c2b460fecec19331a jdk7u80-b06 535bdb640a91a8562b96799cefe9de94724ed761 jdk7u80-b07 3999f9baa3f0a28f82c6a7a073ad2f7a8e12866d jdk7u80-b08 @@ -598,28 +635,59 @@ 1b435d2f2050ac43a7f89aadd0fdaa9bf0441e3d jdk7u80-b30 acfe75cb9d7a723fbaae0bf7e1b0fb3429df4ff8 jdk7u80-b15 b45dfccc8773ad062c128f63fa8073b0645f7848 jdk7u80-b32 +9150a16a7b801124e13a4f4b1260badecd96729a icedtea-2.6pre23 +e3b08dc13807041be60db2046da07882d6c8b478 icedtea-2.6pre24 +e3b08dc13807041be60db2046da07882d6c8b478 icedtea-2.6.0 b50728249c16d97369f0ed3e9d45302eae3943e4 jdk7u85-b00 e9190eeef373a9d2313829a9561e32cb722d68a9 jdk7u85-b01 +e3b08dc13807041be60db2046da07882d6c8b478 icedtea-2.6-branchpoint +ffbe529eeac7aa3b4cedd78be2f843c2f00f603c icedtea-2.6.1 d42101f9c06eebe7722c38d84d5ef228c0280089 jdk7u85-b02 +a5f1374a47150e3cdda1cc9a8775417ceaa62657 icedtea-2.6.2pre01 +4e264c1f6b2f335e0068608e9ec4c312cddde7a4 icedtea-2.6.2pre02 e95e9042c8f31c5fe3149afdbe114592a3e32e91 jdk7u91-b00 9f5bcd95c8d54f8cf5ab922b0b9e94f7ea6cdeb8 jdk7u91-b01 +f1202fb276950491aa1ed30e214351d235c94920 icedtea-2.6.2 6d9a192976332443bb3be46d49d5b255d9781fe9 jdk7u91-b02 +f7bf82fcbd098bc520ceb92f97890ee6f7da3506 icedtea-2.6.3 7c422316234f10b327fdbc181aedd5e74f31fd38 jdk7u95-b00 +bc6edb6c12a76b48a83ef8253dba8fe3007328e5 icedtea-2.6.4 c029d7572a67cb2fb3f9f2d8e91cbdda3beab95e jdk7u99-b00 +8a56658cb829a321fba2c80039e6aadc8ff936b1 icedtea-2.6.5 +5ab0648fce587283f45235377a07720aec742e7b icedtea-2.6.6pre01 dcdbebfaf4b42da4927d3d0c682205a23cd7cdb8 jdk7u101-b00 +683427778edf23bb16f6685a58e35d937d16f83d icedtea-2.6.6 +81a6bae36120086e865b83c3a6e282b1ea33cc39 icedtea-2.6.7pre01 be2127cf0435d141d8072a94dbe75a527ceda453 jdk7u111-b00 cd13b280e8247904509c28ee8aa9b45326185dd7 jdk7u111-b01 +b643540c673d0018dbed0673c8c20ca763be7c7d icedtea-2.6.7 +dfe9f8c968dfa846dbaf36f5605acd4e10764d65 icedtea-2.6.8pre01 b198ece212c1f7ff382d9282624411a260b52a55 jdk7u121-b00 +3369fa5a875b8c39e9dc2b16bd8486270947d73c icedtea-2.6.8 +6572cfcae3450e4fc9225ceecaf1acdb6dd5891a icedtea-2.6.9pre01 51ed13d07beb90ff71d8625d9d6409cc4add5cbc jdk7u131-b00 +aa1c302a99fb73dbd9db49e0c33990bd2d17016e icedtea-2.6.9 +82f4cfac52dbd67aafd16b47c131358738499f4a icedtea-2.6.10pre01 f347b141975453f642ae1140a45aa7c6127551dd jdk7u141-b00 e096a279a1c226d7d3a4aa19d5beeba1fb0507cf jdk7u141-b01 b4b91a7beb185c0a8a14b83d2b05cfd7fc33c6fe jdk7u141-b02 +4099d8cf255f2eac54b9d2ed1db1bc452ddbe4e4 icedtea-2.6.10 +f16026b79deb95d60dc9d213a0a417c626d00e4c icedtea-2.6.11pre01 26391fa1d876e3bf563f21328d7ea24d5d657b21 jdk7u151-b00 57fc772ac86ac6cbd297cd6f09a63f9c016c271c jdk7u151-b01 +46f2d7395127d38d0f5fd9b270f4edeb8939b248 icedtea-2.6.11 +968b46df5f0e11aeec9382370067d86946e4b7ca icedtea-2.6.12pre01 abbd3cb1e6623bb1705e75350a9c696311250504 jdk7u161-b00 edff5672dccb2e5e02e5a628af0d561e61caf94e jdk7u161-b01 +1981a623381fad4a8ec6c55d9462cb7795932bd0 icedtea-2.6.12 7d2d2b0c42604742a66362b713043dee76956ba1 jdk7u171-b00 983871f8d1bc616ad9445aeec55eae508fc78eae jdk7u171-b01 69b8b134531ac80fc5bb5fed746c504fd2f710b4 jdk7u171-b02 +df965e45dd1fcd41126287542b5625dd3dcb100a icedtea-2.6.13 +4996b545086d0850ab89ea33e28989abcfcfdc78 icedtea-2.6.14pre01 c2f20a5bb465997cb93faac5a09013f3d7b92472 jdk7u181-b00 13809448f345bb99cf71b87210499c5a3cec08ff jdk7u181-b01 +71fb2bb2ccdf2c63763b6a53e0265b74daa4da3a icedtea-2.6.14 +8ddbfae3207efb89d8dc761f4c9a3b8b02b07102 icedtea-2.6.15pre01 +88542b5a14d96ab859c23698b0d880f2982d95f6 jdk7u191-b00 +7edc1ac946838379341ef046d8787ada2bf818e4 jdk7u191-b01 diff -r 88542b5a14d9 -r 25839fca486d .jcheck/conf --- a/.jcheck/conf Wed May 09 17:41:49 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -project=jdk7 -bugids=dup diff -r 88542b5a14d9 -r 25839fca486d make/Makefile --- a/make/Makefile Wed May 09 17:41:49 2018 +0100 +++ b/make/Makefile Wed Jul 18 23:32:43 2018 +0100 @@ -118,13 +118,13 @@ ifdef ALT_LANGTOOLS_DIST ifdef ALT_BOOTDIR ANT_JAVA_HOME = JAVA_HOME=$(ALT_BOOTDIR) - ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR) + ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR) -Djava.home=$(ALT_BOOTDIR) endif ANT_OPTIONS += -Dbootstrap.dir=$(ALT_LANGTOOLS_DIST)/bootstrap else ifdef ALT_JDK_IMPORT_PATH ANT_JAVA_HOME = JAVA_HOME=$(ALT_JDK_IMPORT_PATH) - ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH) + ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH) -Djava.home=$(ALT_JDK_IMPORT_PATH) endif endif diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java --- a/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMessages_de.java Wed Jul 18 23:32:43 2018 +0100 @@ -257,7 +257,7 @@ * text. */ {ErrorMsg.ILLEGAL_ATTRIBUTE_ERR, - "Ung\u00FCltiges Attribut \"{0}\"."}, + "Unzul\u00E4ssiges Attribut \"{0}\"."}, /* * Note to translators: "import" and "include" are keywords that should @@ -310,7 +310,7 @@ * function has too many or too few arguments. */ {ErrorMsg.ILLEGAL_ARG_ERR, - "Ung\u00FCltige Argumente f\u00FCr Funktionsaufruf."}, + "Unzul\u00E4ssige Argumente f\u00FCr Funktionsaufruf."}, /* * Note to translators: "document()" is the name of function and must diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java --- a/src/com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xalan/internal/xsltc/dom/MultiDOM.java Wed Jul 18 23:32:43 2018 +0100 @@ -567,8 +567,12 @@ } public NodeList makeNodeList(DTMAxisIterator iter) { - // TODO: gather nodes from all DOMs ? - return _main.makeNodeList(iter); + int index = iter.next(); + if (index == DTM.NULL) { + return null; + } + iter.reset(); + return _adapters[getDTMId(index)].makeNodeList(iter); } public String getLanguage(int node) { diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.java --- a/src/com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.java Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xerces/internal/impl/io/UTF8Reader.java Wed Jul 18 23:32:43 2018 +0100 @@ -529,6 +529,16 @@ invalidByte(4, 4, b2); } + // check if output buffer is large enough to hold 2 surrogate chars + if (out + 1 >= ch.length) { + fBuffer[0] = (byte)b0; + fBuffer[1] = (byte)b1; + fBuffer[2] = (byte)b2; + fBuffer[3] = (byte)b3; + fOffset = 4; + return out - offset; + } + // decode bytes into surrogate characters int uuuuu = ((b0 << 2) & 0x001C) | ((b1 >> 4) & 0x0003); if (uuuuu > 0x10) { diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xerces/internal/impl/msg/DOMMessages_de.properties --- a/src/com/sun/org/apache/xerces/internal/impl/msg/DOMMessages_de.properties Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xerces/internal/impl/msg/DOMMessages_de.properties Wed Jul 18 23:32:43 2018 +0100 @@ -16,7 +16,7 @@ INDEX_SIZE_ERR = Index oder Gr\u00F6\u00DFe ist negativ oder gr\u00F6\u00DFer als der zul\u00E4ssige Wert. INUSE_ATTRIBUTE_ERR = Es wurde versucht, ein Attribut hinzuzuf\u00FCgen, das bereits an einer anderen Stelle verwendet wird. INVALID_ACCESS_ERR = Ein Parameter oder Vorgang wird nicht vom zugrunde liegenden Objekt unterst\u00FCtzt. -INVALID_CHARACTER_ERR = Ung\u00FCltiges XML-Zeichen angegeben. +INVALID_CHARACTER_ERR = Ung\u00FCltiges oder unzul\u00E4ssiges XML-Zeichen angegeben. INVALID_MODIFICATION_ERR = Es wurde versucht, den Typ des zugrunde liegenden Objekts zu \u00E4ndern. INVALID_STATE_ERR = Es wurde versucht, ein Objekt zu \u00E4ndern, das nicht verwendet werden kann. NAMESPACE_ERR = Es wurde versucht, ein Objekt auf eine Weise zu erstellen oder zu \u00E4ndern, die falsch in Bezug auf Namespaces ist. @@ -24,7 +24,7 @@ NOT_SUPPORTED_ERR = Der angeforderte Typ des Objekts oder Vorgangs wird nicht von der Implementierung unterst\u00FCtzt. NO_DATA_ALLOWED_ERR = Daten wurden f\u00FCr einen Knoten angegeben, der keine Daten unterst\u00FCtzt. NO_MODIFICATION_ALLOWED_ERR = Es wurde versucht, ein Objekt zu \u00E4ndern, bei dem \u00C4nderungen nicht zul\u00E4ssig sind. -SYNTAX_ERR = Ung\u00FCltige Zeichenfolge angegeben. +SYNTAX_ERR = Ung\u00FCltige oder unzul\u00E4ssige Zeichenfolge angegeben. VALIDATION_ERR = Aufruf einer Methode wie insertBefore oder removeChild w\u00FCrde die Dokumentgrammatik des Knotens ung\u00FCltig machen. WRONG_DOCUMENT_ERR = Ein Knoten wird in einem anderen Dokument verwendet als dem, von dem er erstellt wurde. TYPE_MISMATCH_ERR = Der Werttyp f\u00FCr diesen Parameternamen ist nicht mit dem erwarteten Werttyp kompatibel. diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties --- a/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties Wed Jul 18 23:32:43 2018 +0100 @@ -123,7 +123,7 @@ InvalidHighSurrogate = High-Surrogate-Bits in UTF-8-Sequenz d\u00FCrfen 0x10 nicht \u00FCberschreiten, gefunden wurde aber 0x{0}. OperationNotSupported = Vorgang "{0}" nicht unterst\u00FCtzt von {1}-Reader. InvalidASCII = Byte "{0}" geh\u00F6rt nicht zum (7-Bit) ASCII-Zeichensatz. - CharConversionFailure = Eine Entity, f\u00FCr die eine bestimmte Codierung ermittelt wurde, darf keine Sequenzen enthalten, die in dieser Codierung ung\u00FCltig sind. + CharConversionFailure = Eine Entity, f\u00FCr die eine bestimmte Codierung ermittelt wurde, darf keine Sequenzen enthalten, die in dieser Codierung unzul\u00E4ssig sind. # DTD Messages # 2.2 Characters diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java --- a/src/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java Wed Jul 18 23:32:43 2018 +0100 @@ -2116,7 +2116,7 @@ */ @Override public String getTextContent() throws DOMException { - return getNodeValue(); // overriden in some subclasses + return dtm.getStringValue(node).toString(); } /** diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java --- a/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java Wed Jul 18 23:32:43 2018 +0100 @@ -3145,11 +3145,7 @@ m_data.elementAt(-dataIndex+1)); } } - else if (DTM.ELEMENT_NODE == type) - { - return getStringValueX(nodeHandle); - } - else if (DTM.DOCUMENT_FRAGMENT_NODE == type + else if (DTM.ELEMENT_NODE == type || DTM.DOCUMENT_FRAGMENT_NODE == type || DTM.DOCUMENT_NODE == type) { return null; diff -r 88542b5a14d9 -r 25839fca486d src/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.java --- a/src/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.java Wed May 09 17:41:49 2018 +0100 +++ b/src/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.java Wed Jul 18 23:32:43 2018 +0100 @@ -432,7 +432,7 @@ "ERROR. Unbekannter Vorgangscode: {0}"}, { ER_EXTRA_ILLEGAL_TOKENS, - "Zus\u00E4tzliche ung\u00FCltige Tokens: {0}"}, + "Zus\u00E4tzliche unzul\u00E4ssige Tokens: {0}"}, { ER_EXPECTED_DOUBLE_QUOTE, "Literal in falschen Anf\u00FChrungszeichen... Doppelte Anf\u00FChrungszeichen erwartet."}, @@ -459,10 +459,10 @@ "\",\" gefunden, aber kein folgendes Argument vorhanden."}, { ER_PREDICATE_ILLEGAL_SYNTAX, - "\"..[predicate]\" oder \".[predicate]\" ist ung\u00FCltige Syntax. Verwenden Sie stattdessen \"self::node()[predicate]\"."}, + "\"..[predicate]\" oder \".[predicate]\" ist unzul\u00E4ssige Syntax. Verwenden Sie stattdessen \"self::node()[predicate]\"."}, { ER_ILLEGAL_AXIS_NAME, - "Ung\u00FCltiger Achsenname: {0}"}, + "Unzul\u00E4ssiger Achsenname: {0}"}, { ER_UNKNOWN_NODETYPE, "Unbekannter Knotentyp: {0}"}, From andrew at icedtea.classpath.org Mon Jul 23 13:22:01 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:22:01 +0000 Subject: /hg/release/icedtea7-forest-2.6/jaxws: 4 new changesets Message-ID: changeset 7dd5c44fbfb8 in /hg/release/icedtea7-forest-2.6/jaxws details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxws?cmd=changeset;node=7dd5c44fbfb8 author: andrew date: Fri Jun 29 03:15:37 2018 +0100 Added tag jdk7u191-b00 for changeset f48d5c299833 changeset 950426f230d4 in /hg/release/icedtea7-forest-2.6/jaxws details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxws?cmd=changeset;node=950426f230d4 author: andrew date: Mon Jul 02 15:58:23 2018 +0100 Merge jdk7u191-b00 changeset 1562e17d604d in /hg/release/icedtea7-forest-2.6/jaxws details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxws?cmd=changeset;node=1562e17d604d author: andrew date: Wed Jul 18 16:35:45 2018 +0100 Added tag jdk7u191-b01 for changeset 7dd5c44fbfb8 changeset 76218a88c418 in /hg/release/icedtea7-forest-2.6/jaxws details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jaxws?cmd=changeset;node=76218a88c418 author: andrew date: Wed Jul 18 23:32:45 2018 +0100 Merge jdk7u191-b01 diffstat: .hgtags | 68 ++++++++++ .jcheck/conf | 2 - build.properties | 3 + build.xml | 14 +- make/Makefile | 4 +- src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java | 8 + 6 files changed, 91 insertions(+), 8 deletions(-) diffs (288 lines): diff -r f48d5c299833 -r 76218a88c418 .hgtags --- a/.hgtags Wed May 09 17:41:49 2018 +0100 +++ b/.hgtags Wed Jul 18 23:32:45 2018 +0100 @@ -50,6 +50,7 @@ 558985e26fe16f5a6ebb2edb9180a42e1c8e8202 jdk7-b73 f4466e1b608088c90e11beaa4b600f102608c6a1 jdk7-b74 fcf2b8b5d606641659419f247fcee4b284c45e6e jdk7-b75 +0dc08d528c998ca993e759b311e7b54c98e0ef28 icedtea7-1.12 765d2077d1e652e234d27fe85ba58a986b488503 jdk7-b76 5b4968c110476085225d3a71c4210fad2c1116c1 jdk7-b77 fc1c72d1dfbb17db7d46bba8db9afc39cbbb9299 jdk7-b78 @@ -63,6 +64,7 @@ 512b0e924a5ae0c0b7ad326182cae0dc0e4d1aa8 jdk7-b86 3febd6fab2ac8ffddbaf7bed00d11290262af153 jdk7-b87 8c666f8f3565974e301ccb58b7538912551a6e26 jdk7-b88 +1661166c82dc2102f3f0364e28d1e4211f25a4cf icedtea7-1.13 bf3675aa7f20fc6f241ce95760005aef2a30ff41 jdk7-b89 ead7c4566a0017bcb44b468b3ac03b60dc5333ce jdk7-b90 cf4686bf35abd1e573f09fa43cbec66403160ae9 jdk7-b91 @@ -111,6 +113,7 @@ 545de8303fec939db3892f7c324dd7df197e8f09 jdk7-b134 d5fc61f18043765705ef22b57a68c924ab2f1a5b jdk7-b135 c81d289c9a532d6e94af3c09d856a2a20529040f jdk7-b136 +339c2d381d80dbf9b74604e6ba43ead276b8024e icedtea-1.14 ccea3282991ce8b678e188cf32a8239f76ff3bfa jdk7-b137 cc956c8a8255583535597e9a63db23c510e9a063 jdk7-b138 c025078c8362076503bb83b8e4da14ba7b347940 jdk7-b139 @@ -123,6 +126,7 @@ 05469dd4c3662c454f8a019e492543add60795cc jdk7-b146 c01bfd68d0528bc88348813c4d75d7f5c62bc4e2 jdk7u1-b01 d13b1f877bb5ed8dceb2f7ec10365d1db5f70b2d jdk7-b147 +e6cd09c7ef22bbabe31c9f2a32c7e13cfa713fd3 icedtea-2.0-branchpoint 4c24f7019ce939a452154a83151294ad7da66a9d jdk7u1-b02 272778f529d11081f548f37fcd6a7aec0b11a8dd jdk7u1-b03 48b06a6e6f46e5bcd610f4bed57cd5067cf31f8c jdk7u1-b04 @@ -141,6 +145,7 @@ 21131044a61353ac20e360bce52d8f480e08d7a2 jdk7u2-b12 9728fd833e01faa5e51484aeaf3c51d32d1175fb jdk7u2-b13 d6db86a7ca32e6d97844f633badc0d516e55694f jdk7u2-b21 +d26ff33070cb75a0a7349d965ec4f0930ded418d icedtea-2.1-branchpoint d6db86a7ca32e6d97844f633badc0d516e55694f jdk7u3-b02 44e824502fa24440f907205ccdc3959d01bd8109 jdk7u3-b03 6e1cc321aacea944691aa06558f2bbad89baf5b3 jdk7u3-b04 @@ -157,6 +162,7 @@ 3891fe529057431278394c6341cfabaacd5061f5 jdk7u4-b10 2df5cd83fab91f050c4bac54aa06e174ecee38f4 jdk7u4-b11 4d3a9fe44f7531642bc739ec3c8efb2e6d9e08c7 jdk7u4-b12 +1854d8e2547cb18ebcf84db13c22d0987c49c274 icedtea-2.2-branchpoint c3b6659aa169b3f249246497a8d5a87baa1e798a jdk7u4-b13 0f8963feaefda21e72f84b8ea49834a289d537f3 jdk7u4-b14 61516652b59ec411678b38a232a84413652a4172 jdk7u5-b01 @@ -186,11 +192,15 @@ c08f88f5ae98917254cd38e204393adac22823a6 jdk7u6-b10 a37ad8f90c7bd215d11996480e37f03eb2776ce2 jdk7u6-b11 95a96a879b8c974707a7ddb94e4fcd00e93d469c jdk7u6-b12 +4325d1311d5511da36cae81332af6840af1c0fed ppc-aix-port-b01 +4325d1311d5511da36cae81332af6840af1c0fed ppc-aix-port-b02 +4325d1311d5511da36cae81332af6840af1c0fed ppc-aix-port-b03 e0a71584b8d84d28feac9594d7bb1a981d862d7c jdk7u6-b13 9ae31559fcce636b8c219180e5db1d54556db5d9 jdk7u6-b14 f1dba7ebe6a50c22ffcaf85b14b31462ce008556 jdk7u6-b15 e1d2afbb63d27600dd8c8a021eadff84a901a73c jdk7u6-b16 401bdbbf89c9187b51dc8906c0e2700ef0ffc8a3 jdk7u6-b17 +8888d2790217c31edbf13ea81d9ac06210092ad2 icedtea-2.3-branchpoint a1daf7097c61181216233e4850ef6ec56b0fe6b6 jdk7u6-b18 58c1c6ecf8f1e59db9b575ae57b2894d0152d319 jdk7u6-b19 6d17242f12edc643ecab4263e656003a1ca44c03 jdk7u6-b20 @@ -258,11 +268,13 @@ 42ba62cdc1f3c357b6d192612dd1c4b209df2662 jdk7u12-b07 66f36438f54812e44327d38129d9488e5ea59e73 jdk7u12-b08 c130f21b16a2b2e2b961362bc4baf40fde2be458 jdk7u12-b09 +a653d06d5b50cacf58aebbab8b55e7e00587cd4c icedtea-2.4-branchpoint 9207c72345c9e82d4445764df57706f7b33a7981 jdk7u14-b10 444aa84f38df2607140e9ce35a21fef0965d27a6 jdk7u14-b11 40afea757379cfaaadca13eeb7dcbc0fe195f73d jdk7u14-b12 4fe9a362c3277cd4c7a5149853e5cf59dbba7cb7 jdk7u14-b13 a2b2e716637acdb9884d21fc4b9aef3c8b59e702 jdk7u14-b14 +53bd8e6a5ffabdc878a312509cf84a72020ddf9a ppc-aix-port-b04 b5c8ac5253ef735e5aa770b7325843ec89b56633 jdk7u14-b15 abcaebcead605f89cd0919add20d8ac16637ddc2 jdk7u15-b01 62f9e7f5eb644fedd93dd93bd36bcf817a8d9c8a jdk7u15-b02 @@ -381,6 +393,7 @@ 65b0f3ccdc8bcff0d79e1b543a8cefb817529b3f jdk7u45-b18 c32c6a662d18d7195fc02125178c7543ce09bb00 jdk7u45-b30 6802a1c098c48b2c8336e06f1565254759025bab jdk7u45-b31 +cb5f95263f620967f5097c5ff8e0b27cfb9e8c44 jdk7u60-b00 e040abab3625fbced33b30cba7c0307236268211 jdk7u45-b33 e7df5d6b23c64509672d262187f51cde14db4e66 jdk7u45-b34 c654ba4b2392c2913f45b495a2ea0c53cc348d98 jdk7u45-b35 @@ -430,8 +443,11 @@ cb5f95263f620967f5097c5ff8e0b27cfb9e8c44 jdk7u60-b00 f675dfce1e61a6ed01732ae7cfbae941791cba74 jdk7u60-b01 8a3b9e8492a5ac4e2e0c166dbfc5d058be244377 jdk7u60-b02 +3f7212cae6eb1fe4b257adfbd05a7fce47c84bf0 icedtea-2.5pre01 +4aeccc3040fa45d7156dccb03984320cb75a0d73 icedtea-2.5pre02 d4ba4e1ed3ecdef1ef7c3b7aaf62ff69fc105cb2 jdk7u60-b03 bef313c7ff7a7a829f8f6a305bf0c3738ad99795 jdk7u60-b04 +1569dc36a61c49f3690911ce1e3741b36a5c16fd icedtea-2.6pre01 30afd3e2e7044b2aa87ce00ab4301990e6d94d27 jdk7u60-b05 dc6017fb9cde43bce92d403abc2821b741cf977c jdk7u60-b06 0380cb9d4dc27ed8e2c4fc3502e3d94b0ae0c02d jdk7u60-b07 @@ -441,7 +457,11 @@ 5d848774565b5e188d7ba915ce1cb09d8f3fdb87 jdk7u60-b11 9d34f726e35b321072ce5bd0aad2e513b9fc972f jdk7u60-b12 d941a701cf5ca11b2777fd1d0238e05e3c963e89 jdk7u60-b13 +ad282d85bae91058e1fcd3c10be1a6cf2314fcb2 icedtea-2.6pre02 +ef698865ff56ed090d7196a67b86156202adde68 icedtea-2.6pre03 43b5a7cf08e7ee018b1fa42a89510b4c381dc4c5 jdk7u60-b14 +95bbd42cadc9ffc5e6baded38577ab18836c81c1 icedtea-2.6pre04 +5515daa647967f128ebb1fe5a0bdfdf853ee0dc0 icedtea-2.6pre05 d00389bf5439e5c42599604d2ebc909d26df8dcf jdk7u60-b15 2fc16d3a321212abc0cc93462b22c4be7f693ab9 jdk7u60-b16 b312ec543dc09db784e161eb89607d4afd4cab1e jdk7u60-b17 @@ -581,10 +601,27 @@ 4ed47474a15acb48cd7f7fd3a4d9d3f8f457d914 jdk7u79-b15 bef313c7ff7a7a829f8f6a305bf0c3738ad99795 jdk7u80-b00 0eb2482c3d0663c39794ec4c268acc41c4cd387b jdk7u80-b01 +f21a65d1832ce426c02a7d87b9d83b1a4a64018c icedtea-2.6pre07 +37d1831108b5ced7f1e63e1cd58b46dba7b76cc9 icedtea-2.6pre06 +646981c9ac471feb9c600504585a4f2c59aa2f61 icedtea-2.6pre08 579128925dd9a0e9c529125c9e299dc0518037a5 jdk7u80-b02 +39dd7bed2325bd7f1436d48f2478bf4b0ef75ca3 icedtea-2.6pre09 +70a94bce8d6e7336c4efd50dab241310b0a0fce8 icedtea-2.6pre10 +2823343ab244aa3e78b2c351e719936592b05275 icedtea-2.6pre11 e24556d88882d7a683812d416e3409386dda4ceb jdk7u80-b03 +d4724872ee06431c99edda9b86115a2a7ec9c8a1 icedtea-2.6pre12 +26d6f6067c7ba517c98992828f9d9e87df20356d icedtea-2.6pre13 +8b238b2b6e64991f24d524a6e3ca878df11f1ba4 icedtea-2.6pre14 +8946500e8f3d879b28e1e257d3683efe38217b4b icedtea-2.6pre15 +4bd22fe291c59aaf427b15a64423bb38ebfff2e9 icedtea-2.6pre16 +f36becc08f6640b1f65e839d6d4c5bf7df23fcf4 icedtea-2.6pre17 aaa0e97579b680842c80b0cf14c5dfd14deddbb7 jdk7u80-b04 c104ccd5dec598e99b61ca9cb92fe4af26d450cc jdk7u80-b05 +5ee59be2092b1fcf93457a9c1a15f420146c7c0b icedtea-2.6pre18 +26c7686a4f96316531a1fccd53593b28d5d17416 icedtea-2.6pre19 +c901dec7bc96f09e9468207c130361f3cf0a727f icedtea-2.6pre20 +231ef27a86e2f79302aff0405298081d19f1344e icedtea-2.6pre21 +d4de5503ba9917a7b86e9f649343a80118ae5eca icedtea-2.6pre22 4f6bcbad3545ab33c0aa587c80abf22b23e08162 jdk7u80-b06 8cadb55300888be69636353d355bbcc85315f405 jdk7u80-b07 2fb372549f5be49aba26992ea1d44121b7671fd5 jdk7u80-b08 @@ -597,28 +634,59 @@ c1bf2f665c46d0e0b514bdeb227003f98a54a561 jdk7u80-b30 f6417ecaede6ee277f999f68e45959326dcd8f07 jdk7u80-b15 b0dd986766bc3e8b65dd6b3047574ddd3766e1ac jdk7u80-b32 +87290096a2fa347f3a0be0760743696c899d8076 icedtea-2.6pre23 +299588405837ef1e37f3653127c68261abc0ffdf icedtea-2.6pre24 +299588405837ef1e37f3653127c68261abc0ffdf icedtea-2.6.0 705d613d09cf73a0c583b79268a41cbb32139a5a jdk7u85-b00 bb46da1a45505cf19360d5a3c0d2b88bb46f7f3b jdk7u85-b01 +299588405837ef1e37f3653127c68261abc0ffdf icedtea-2.6-branchpoint +b9776fab65b80620f0c8108f255672db037f855c icedtea-2.6.1 902c8893132eb94b222850e23709f57c4f56e4db jdk7u85-b02 +26d406dd17b150fa1dc15549d67e294d869537dd icedtea-2.6.2pre01 +e8660c5ef3e5cce19f4459009e69270c52629312 icedtea-2.6.2pre02 8206da0912d36f48b023f983c0a3bd9235c33c12 jdk7u91-b00 3862008078f83ca7f7c669b1b9d1f0f2e256aad8 jdk7u91-b01 +14c411b1183cb5ef628c39cecae460a86357d24b icedtea-2.6.2 2230b8f8e03a8eaefc83acb577f30c4de88c45a7 jdk7u91-b02 +39ef53b9c4030cde1ced8232f94b143968f4d22e icedtea-2.6.3 3427b35ce5a1a0143b4aedf3f5e0a1953ad7fd7f jdk7u95-b00 +271b555de4386bd63e15dede60e4a18a8ce3199c icedtea-2.6.4 e0764f20b2894c5de39f1e235171d42d5f2703eb jdk7u99-b00 +9c049d7f5adcffa9347029056e0717c983327561 icedtea-2.6.5 +16ce6457a33aac9e72c93cebb4002bed46bf3d32 icedtea-2.6.6pre01 36ee37eedf25da13abde1c0b8974fb3b95c59c7c jdk7u101-b00 +63f7bf7ed2d4172ae55f6073d31dff9cbeb95900 icedtea-2.6.6 +bce6252889c7ecfe2c4fa0677feab31d0d2cf21e icedtea-2.6.7pre01 8fd4ada6c5d5c3f71cc52cc2af97c971a58c6b53 jdk7u111-b00 18074c212a8997055baa9aca9e9ae0dbbe90e1f4 jdk7u111-b01 +4a99f4eac2574c1d6c076b835e112d42ba7fbc7c icedtea-2.6.7 +6ae901b4503169508c710114b7cd1a701e86bea1 icedtea-2.6.8pre01 29919af594f46f158604db87edbd538a3890884a jdk7u121-b00 +26bcf28b3a6076e7b51f88d6d78d4709c8da93d4 icedtea-2.6.8 +3301b643d02c62f1b73f4fc70cfb52378ba0303e icedtea-2.6.9pre01 edcc7c1e297588b30daaf61e3cdf25203f829cd4 jdk7u131-b00 +ea96df8beff4c1b51c3e07cc290fd4792300f34e icedtea-2.6.9 +fc563206c50c7fc0ad45d68a921f60bf7b7d3b56 icedtea-2.6.10pre01 90c86962aa2e81ecd8d5d79a282f2492447e4c6e jdk7u141-b00 506e24eee4e1887fbfdd77512f830b75e14c5759 jdk7u141-b01 1af82a2d3d16626b8d2f5e633d23c027975406b8 jdk7u141-b02 +bc4f48c1ccba5dc37b360629ebf4539e85d481bd icedtea-2.6.10 +f8bd60e998968cc16e72c76a7dc8eadb3a980960 icedtea-2.6.11pre01 1f0dd7a7e0ccaa340db533da400bb83ca1ad3cf2 jdk7u151-b00 3233576db658552e8933b1cd86f5586507564f44 jdk7u151-b01 +e17af60ebbd6a4cf4e75181ae474123e52eb0ebc icedtea-2.6.11 +3e70a6a17fa92207e127c6160961e958377728cf icedtea-2.6.12pre01 4f5edec6f3d8b2fb8395f345364d159c90b98cd7 jdk7u161-b00 a22ffaf9f3e8673569d8b16bb00b5b8e90368dc9 jdk7u161-b01 +40c37fd3e5cb7ce6c05202b18fb14cc45c2d55e7 icedtea-2.6.12 674305fbd3c88bb2d438dcf4f47ab702c9b1aa12 jdk7u171-b00 c9274b4ba0f17f55b09446a476c768da01f6ca65 jdk7u171-b01 c95eed3e13caea47d603ef927a25f785c63fab72 jdk7u171-b02 +efd5dbb3fe96c5592d2a24cfe38cdbc3081d08af icedtea-2.6.13 +7a010aa93cfc405e4f9db50c48f1feba2e6df444 icedtea-2.6.14pre01 143da44b6891f67b11962469c42937f6b60450b0 jdk7u181-b00 8a621c3b280b56890df2232992279789e91027c9 jdk7u181-b01 +46e5171dd4ab170becff2069e1d1422a392822d2 icedtea-2.6.14 +37868584eef397f2d16d1b5374fa524c20c02aec icedtea-2.6.15pre01 +f48d5c29983321378f65ae46535f6a4dfb7a4f5c jdk7u191-b00 +7dd5c44fbfb8907716742ef8eb0b14e19cc9be50 jdk7u191-b01 diff -r f48d5c299833 -r 76218a88c418 .jcheck/conf --- a/.jcheck/conf Wed May 09 17:41:49 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -project=jdk7 -bugids=dup diff -r f48d5c299833 -r 76218a88c418 build.properties --- a/build.properties Wed May 09 17:41:49 2018 +0100 +++ b/build.properties Wed Jul 18 23:32:45 2018 +0100 @@ -58,6 +58,9 @@ build.dir=${output.dir}/build build.classes.dir=${build.dir}/classes +# JAXP built files +jaxp.classes.dir=${output.dir}/../jaxp/build/classes + # Distributed results dist.dir=${output.dir}/dist dist.lib.dir=${dist.dir}/lib diff -r f48d5c299833 -r 76218a88c418 build.xml --- a/build.xml Wed May 09 17:41:49 2018 +0100 +++ b/build.xml Wed Jul 18 23:32:45 2018 +0100 @@ -135,9 +135,15 @@ - + - + diff -r f48d5c299833 -r 76218a88c418 make/Makefile --- a/make/Makefile Wed May 09 17:41:49 2018 +0100 +++ b/make/Makefile Wed Jul 18 23:32:45 2018 +0100 @@ -101,13 +101,13 @@ ifdef ALT_LANGTOOLS_DIST ifdef ALT_BOOTDIR ANT_JAVA_HOME = JAVA_HOME=$(ALT_BOOTDIR) - ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR) + ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR) -Djava.home=$(ALT_BOOTDIR) endif ANT_OPTIONS += -Dbootstrap.dir=$(ALT_LANGTOOLS_DIST)/bootstrap else ifdef ALT_JDK_IMPORT_PATH ANT_JAVA_HOME = JAVA_HOME=$(ALT_JDK_IMPORT_PATH) - ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH) + ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH) -Djava.home=$(ALT_JDK_IMPORT_PATH) endif endif diff -r f48d5c299833 -r 76218a88c418 src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java --- a/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java Wed May 09 17:41:49 2018 +0100 +++ b/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java Wed Jul 18 23:32:45 2018 +0100 @@ -67,6 +67,14 @@ SchemaFactory sf = SchemaFactory.newInstance(W3C_XML_SCHEMA_NS_URI); sf.setErrorHandler(errorFilter); + try { + // By default the SchemaFactory imposes a limit of 5000 on + // xsd:sequence maxOccurs if a SecurityManager is + // installed. This breaks the specification of xjc, + // causing TCK failures. + sf.setProperty("http://apache.org/xml/properties/security-manager", null); + } catch (SAXException e) { + } if( entityResolver != null ) { sf.setResourceResolver(new LSResourceResolver() { public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) { From andrew at icedtea.classpath.org Mon Jul 23 13:22:17 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:22:17 +0000 Subject: /hg/release/icedtea7-forest-2.6/langtools: 4 new changesets Message-ID: changeset 2709f9b3b97e in /hg/release/icedtea7-forest-2.6/langtools details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=2709f9b3b97e author: andrew date: Fri Jun 29 03:15:38 2018 +0100 Added tag jdk7u191-b00 for changeset f58aabbb507d changeset 6f34597430d2 in /hg/release/icedtea7-forest-2.6/langtools details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=6f34597430d2 author: andrew date: Mon Jul 02 15:58:24 2018 +0100 Merge jdk7u191-b00 changeset 31641d1885f1 in /hg/release/icedtea7-forest-2.6/langtools details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=31641d1885f1 author: andrew date: Wed Jul 18 16:35:46 2018 +0100 Added tag jdk7u191-b01 for changeset 2709f9b3b97e changeset 7329ac7b5af6 in /hg/release/icedtea7-forest-2.6/langtools details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/langtools?cmd=changeset;node=7329ac7b5af6 author: andrew date: Wed Jul 18 23:32:48 2018 +0100 Merge jdk7u191-b01 diffstat: .hgtags | 68 + .jcheck/conf | 2 - make/Makefile | 4 + make/build.properties | 3 +- make/build.xml | 2 +- src/share/classes/com/sun/tools/javac/parser/JavacParser.java | 33 +- src/share/classes/com/sun/tools/javac/resources/compiler.properties | 4 + test/tools/javac/T5090006/broken.jar | Bin test/tools/javac/diags/examples/ForeachBadInitialization.java | 31 + test/tools/javac/enum/8069181/T8069181.java | 45 + test/tools/javac/parser/JavacParserTest.java | 886 ++++++++++ test/tools/javac/parser/netbeans/JavacParserTest.java | 716 -------- 12 files changed, 1062 insertions(+), 732 deletions(-) diffs (truncated from 2008 to 500 lines): diff -r f58aabbb507d -r 7329ac7b5af6 .hgtags --- a/.hgtags Wed May 09 17:41:50 2018 +0100 +++ b/.hgtags Wed Jul 18 23:32:48 2018 +0100 @@ -50,6 +50,7 @@ 9596dff460935f09684c11d156ce591f92584f0d jdk7-b73 1a66b08deed0459054b5b1bea3dfbead30d258fa jdk7-b74 2485f5641ed0829205aaaeb31ad711c2c2ef0de3 jdk7-b75 +83367f01297bf255f511f5291bbbbaa24a9c8459 icedtea7-1.12 8fb9b4be3cb1574302acde90549a4d333ef51e93 jdk7-b76 0398ae15b90ac76d87ee21844453e95ff8613e43 jdk7-b77 acc1e40a5874ebf32bebcb6ada565b3b40b7461c jdk7-b78 @@ -63,6 +64,7 @@ ef07347428f2198ae6b8144ac0b9086bbe39fd16 jdk7-b86 409db93d19c002333980df5b797c6b965150c7a0 jdk7-b87 f9b5d4867a26f8c4b90ad37fe2c345b721e93d6b jdk7-b88 +681f1f51926faf4c73d8905a429ff4ead6e9d622 icedtea7-1.13 6cea9a143208bc1185ced046942c0f4e45dbeba5 jdk7-b89 71c2c23a7c35b2896c87004023b9743b6d1b7758 jdk7-b90 97b6fa97b8ddb3a49394011c2a0ec5d6535e594c jdk7-b91 @@ -111,6 +113,7 @@ 3d7acdbb72cab55deedfd35f60d4732abc9d6ac4 jdk7-b134 9d0a61ac567b983da7cc8f4a7030f2245bb6dbab jdk7-b135 ed0f7f1f9511db4f9615b1426d22f8b961629275 jdk7-b136 +8e26c4aee63c04ee129bf9068f5eea47cc385177 icedtea-1.14 a15c9b058ae007d4ccb7e35ce44e4dfa977f090b jdk7-b137 53f212bed4f4304dce7f0bf0fa01c998c65bacd6 jdk7-b138 853b6bb99f9b58eb7cf8211c67d3b6e4f1228a3e jdk7-b139 @@ -123,6 +126,7 @@ 9425dd4f53d5bfcd992d9aecea0eb7d8b2d4f62b jdk7-b146 d34578643d1c6c752d4a6b5e79c6ab1b60850b4a jdk7u1-b01 58bc532d63418ac3c9b42460d89cdaf595c6f3e1 jdk7-b147 +fb7fb3071b642334520e5b9f4a87ce28717af61c icedtea-2.0-branchpoint cd2cc8b5edb045b950aed46d159b4fb8fc2fd1df jdk7u1-b02 82820a30201dbf4b80f1916f3d0f4a92ad21b61a jdk7u1-b03 baa2c13c70fea3d6e259a34f0903197fdceb64b5 jdk7u1-b04 @@ -141,6 +145,7 @@ f0802d8a0909f66ce19d3d44b33ddf4943aee076 jdk7u2-b12 f474527e77e4797d78bd6c3b31923fddcfd9d5c6 jdk7u2-b13 fc0769df8cd03fffc38c7a1ab6b2e2e7cc2506a8 jdk7u2-b21 +58f6a950cd726220e81eddb126ca5c57e3b368f2 icedtea-2.1-branchpoint fc0769df8cd03fffc38c7a1ab6b2e2e7cc2506a8 jdk7u3-b02 0ffc4995457773085f61c39f6d33edc242b41bcf jdk7u3-b03 f6de36b195cd315646213c7affd2cc15702edbfb jdk7u3-b04 @@ -157,6 +162,7 @@ 8919b2b02fcba65f833c68374f3bfdd9bc3ba814 jdk7u4-b10 4672e092f0968d503dc37f860b15ae7e2653f8d7 jdk7u4-b11 a4bf6a1aff54a98e9ff2b3fb53c719f658bec677 jdk7u4-b12 +e3537a4f75c7fcca16c349c3175bb0cdc2fbc29c icedtea-2.2-branchpoint 56eb9150d9ffdb71c47d72871e8ecc98b5f402de jdk7u4-b13 0e55881c2ee2984048c179d1e031cefb56a36bec jdk7u4-b14 0bea057f7ce1577e1b0306f2027c057e35394398 jdk7u5-b01 @@ -186,11 +192,15 @@ 21d2313dfeac8c52a04b837d13958c86346a4b12 jdk7u6-b10 13d3c624291615593b4299a273085441b1dd2f03 jdk7u6-b11 f0be10a26af08c33d9afe8fe51df29572d431bac jdk7u6-b12 +e3eeee75b861baf378d41adcd29ae70ed047eae7 ppc-aix-port-b01 +e3eeee75b861baf378d41adcd29ae70ed047eae7 ppc-aix-port-b02 +e3eeee75b861baf378d41adcd29ae70ed047eae7 ppc-aix-port-b03 fcebf337f5c1d342973573d9c6f758443c8aefcf jdk7u6-b13 35b2699c6243e9fb33648c2c25e97ec91d0e3553 jdk7u6-b14 47ae28da508861d77ee6dd408d822acf507b28ec jdk7u6-b15 5c7763489f4d2727c6d9de11f4114fb8ed839042 jdk7u6-b16 66c671f28cb2840ceec5b44c44bac073fc0b4256 jdk7u6-b17 +cee31ee38a190f77b1e21c0515bb28802dcd9678 icedtea-2.3-branchpoint 6aa859ef42876c51bb1b1d7fb4db32a916a7dcaa jdk7u6-b18 474a52eeeafb1feccffda68b96f651e65415c01d jdk7u6-b19 32acb67a79531daf678577c7ef1bde1867da807d jdk7u6-b20 @@ -258,11 +268,13 @@ 382bab6d9682eefa2185a1643dfa32d65b6c20e5 jdk7u12-b07 7c0c3aeb2c603baba2cabba9adc5a0a49afb4f47 jdk7u12-b08 96c4f3ec63552a87a825baabd7f0dfafec299483 jdk7u12-b09 +85fb9d7ce4af53f0a47d2b73d983c96239f9ff33 icedtea-2.4-branchpoint e5b1403fa68abe3ac7174c031f19e6ecf77624a0 jdk7u14-b10 db94066df63468172e074d59e71d82dc874ed7cb jdk7u14-b11 f9a326e92fafc4724f0af550c2cba82fea202a31 jdk7u14-b12 5a52c6cc8db94b68eaacb42a9b4df30a40b09d82 jdk7u14-b13 5febc4e479fad801424cdcce90a0d463a2ef9223 jdk7u14-b14 +d52538e72925a1da7b1fcff051b591beeb2452b4 ppc-aix-port-b04 5fdb509d1f1a0533b14c61c92d77ff21e0ce2488 jdk7u14-b15 1298307076c2f0c2a4acd3a2a132cbe98d399009 jdk7u15-b01 8db0105f00ce9fe6899ece52d46d78995111c456 jdk7u15-b02 @@ -382,6 +394,7 @@ ba3ff27d4082f2cf0d06e635b2b6e01f80e78589 jdk7u45-b18 164cf7491ba2f371354ba343a604eee4c61c529d jdk7u45-b30 7f5cfaedb25c2c2774d6839810d6ae543557ca01 jdk7u45-b31 +849b17bc6e9a08fa41e0ef631e51366a09842e64 jdk7u60-b00 ef7bdbe7f1fa42fd58723e541d9cdedcacb2649a jdk7u45-b33 bcb3e939d046d75436c7c8511600b6edce42e6da jdk7u45-b34 efbda7abd821f280ec3a3aa6819ad62d45595e55 jdk7u45-b35 @@ -430,8 +443,11 @@ 849b17bc6e9a08fa41e0ef631e51366a09842e64 jdk7u60-b00 b19e375d9829daf207b1bdc7f908a3e1d548462c jdk7u60-b01 954e1616449af74f68aed57261cbeb62403377f1 jdk7u60-b02 +0d89cc5766d72e870eaf16696ec9b7b1ca4901fd icedtea-2.5pre01 +f75a642c2913e1ecbd22fc46812cffa2e7739169 icedtea-2.5pre02 4170784840d510b4e8ae7ae250b92279aaf5eb25 jdk7u60-b03 772aad4e9681828b8ee193b9ed971cbfe6c7f347 jdk7u60-b04 +702454ac1a074e81890fb07da06ebf00370e42ed icedtea-2.6pre01 744287fccf3b2c4fba2abf105863f0a44c3bd4da jdk7u60-b05 8f6db72756f3e4c3cca8731d20e978fb741846d2 jdk7u60-b06 02f050bc5569fb058ace44ed705bbb0f9022a6fe jdk7u60-b07 @@ -441,7 +457,11 @@ 3cc64ba8cf85942929b15c5ef21360f96db3b99c jdk7u60-b11 b79b8b1dc88faa73229b2bce04e979ff5ec854f5 jdk7u60-b12 3dc3e59e9580dfdf95dac57c54fe1a4209401125 jdk7u60-b13 +2040d4afc89815f6bf54a597ff58a70798b68e3d icedtea-2.6pre02 +2950924c2b80dc4d3933a8ab15a0ebb39522da5a icedtea-2.6pre03 a8b9c1929e50a9f3ae9ae1a23c06fa73a57afce3 jdk7u60-b14 +fa084876cf02f2f9996ad8a0ab353254f92c5564 icedtea-2.6pre04 +5f917c4b87a952a8bf79de08f3e2dd3e56c41657 icedtea-2.6pre05 7568ebdada118da1d1a6addcf6316ffda21801fd jdk7u60-b15 057caf9e0774e7c530c5710127f70c8d5f46deab jdk7u60-b16 b7cc00c573c294b144317d44803758a291b3deda jdk7u60-b17 @@ -581,10 +601,27 @@ e5e807700ff84f7bd9159ebc828891ae3ddb859c jdk7u79-b15 772aad4e9681828b8ee193b9ed971cbfe6c7f347 jdk7u80-b00 6c307a0b7a94e002d8a2532ffd8146d6c53f42d3 jdk7u80-b01 +3eab691bd9ac5222c11dbabb7b5fbc8463c62df6 icedtea-2.6pre07 +f43a81252f827395020fe71099bfa62f2ca0de50 icedtea-2.6pre06 +cdf407c97754412b02ebfdda111319dbd3cb9ca9 icedtea-2.6pre08 5bd6f3adf690dc2de8881b6f9f48336db4af7865 jdk7u80-b02 +55486a406d9f111eea8996fdf6144befefd86aff icedtea-2.6pre09 +cf836e0ed10de1179ec398a7db323e702b60ca35 icedtea-2.6pre10 +510234036e06ec8d7ed2a39ee11faf1b9a4257b0 icedtea-2.6pre11 bcbd241df6cd0a643480c8de183c541a662dd506 jdk7u80-b03 +987d772301e91c896178f47f39d82d87e9da1e39 icedtea-2.6pre12 +a072de9f83ed85a6a86d052d13488009230d7d4b icedtea-2.6pre13 +ecf2ec173dd2c19b63d7cf543db23ec7d4f4732a icedtea-2.6pre14 +029dd486cd1a8f6d7684b1633aae41c613055dd2 icedtea-2.6pre15 +c802d4cdd4cbfa8116e4f612cf536de32d67221a icedtea-2.6pre16 +e1dd8fea9abd3663838008063715b4b7ab5a58a4 icedtea-2.6pre17 04b56f4312b62d8bdf4eb1159132de8437994d34 jdk7u80-b04 f40fb76025c798cab4fb0e1966be1bceb8234527 jdk7u80-b05 +bb9d09219d3e74954b46ad53cb99dc307e39e120 icedtea-2.6pre18 +4c600e18a7e415702f6a62073c8c60f6b2cbfc11 icedtea-2.6pre19 +1a60fa408f57762abe32f19e4f3d681fb9c4960b icedtea-2.6pre20 +5331b041c88950058f8bd8e9669b9763be6ee03f icedtea-2.6pre21 +a322987c412f5f8584b15fab0a4505b94c016c22 icedtea-2.6pre22 335ee524dc68a42863f3fa3f081b781586e7ba2d jdk7u80-b06 6f7b359c4e9f82cbd399edc93c3275c3e668d2ea jdk7u80-b07 e6db2a97b3696fb5e7786b23f77af346a935a370 jdk7u80-b08 @@ -597,28 +634,59 @@ d0cc1c8ace99283d7b2354d2c0e5cd58787163c8 jdk7u80-b30 f2b4d5e42318ed93d35006ff7d1b3b0313b5a71f jdk7u80-b15 f1ffea3bd4a4df0f74ce0c127aeacf6bd11ee612 jdk7u80-b32 +403eeedf70f4b0e3c88f094d324e5c85959610e2 icedtea-2.6pre23 +bc95d2472055d96a712db09ecd8ab42e52058481 icedtea-2.6pre24 +bc95d2472055d96a712db09ecd8ab42e52058481 icedtea-2.6.0 1b20ca77fa98bb29d1f5601f027b3055e9eb28ee jdk7u85-b00 dce5a828bdd56d228724f1e9c6253920f613cec5 jdk7u85-b01 +bc95d2472055d96a712db09ecd8ab42e52058481 icedtea-2.6-branchpoint +9c6e1de67d7d26809d02c8ce3d6629503cb67d19 icedtea-2.6.1 b22cdae823bac193338d928e86319cd3741ab5fd jdk7u85-b02 +aef681a80dc1e8a8b69c1a06b463bda7999801ea icedtea-2.6.2pre01 +d627a940b6ca8fb4353f844e4f91163a3dcde0bc icedtea-2.6.2pre02 2741575d96f3985d41de8ebe1ba7fae8afbb0fde jdk7u91-b00 1a9e2dcc91dc3d0c103b09c478b3ac31ac45733f jdk7u91-b01 +73356b81c5c773a29729ae3b641516e0ac4a015d icedtea-2.6.2 08e99c45e470ce8b87875c1cbe78ac2f341555a3 jdk7u91-b02 +91fdb0c83e50c398bee5f0550600d20650f2a6ef icedtea-2.6.3 3c71abf7435352aee6e74ba2581274181ad3d17e jdk7u95-b00 +fd0a34cb97b40c622fc6d3370f5eca062e280979 icedtea-2.6.4 93a2788178e6ebebfbd30075f51ab35ac4f1b2a1 jdk7u99-b00 +f6593c32cc46f60438804b6a5b0d61e532f4a235 icedtea-2.6.5 +83f998d6c0afda7f3882ecc03ea873d988174c19 icedtea-2.6.6pre01 5713b8d2db3f1fc0c9802fdaf30ca802cddf8f65 jdk7u101-b00 +e42dd50480d3aab87668202ed79fb87f2dedcb91 icedtea-2.6.6 +264448dfed4e1bddd2da25aa3d3976bcabbb9ad6 icedtea-2.6.7pre01 e65eb66727550af75293996fc42e2c49c2002659 jdk7u111-b00 a5002845bff276d1a8e4bdb4a0dcb972509f7d07 jdk7u111-b01 +ca9d8b242a10f1987375b8eca38b368ee23db334 icedtea-2.6.7 +2e6c46aea99fdd650e5ff40877a98f466361e9dc icedtea-2.6.8pre01 3715f0221fd743e878ae5198dbaebe61ebd4fa97 jdk7u121-b00 +545e512eb4de948a44e6dd2187f386c644149aa7 icedtea-2.6.8 +4f7f0c054b2d447b4a283810abbba7a0558f0a87 icedtea-2.6.9pre01 240ca8086e7151b5c516b5b46d84201e4e8f5806 jdk7u131-b00 +dd8e22d986c8b0f50c25b1a35f981933a926d992 icedtea-2.6.9 +fd8dde40d9dd105f07880bd002feb73555fbb16b icedtea-2.6.10pre01 b1802aa8be3a49d2a5c07160f2406165e309efde jdk7u141-b00 853798299f7a4f38745632dc256219fbf75f861e jdk7u141-b01 ba8ba083c4392a1ddfe40467de1e08d77443807e jdk7u141-b02 +6e30439005f6e6a63661192738e27e8d374d72d8 icedtea-2.6.10 +a4814b6ff893d36aea91ccb16990d8a34840c07f icedtea-2.6.11pre01 4624941508c189c7b81c3393664741640a9b0467 jdk7u151-b00 205349c408f4715dbbaf428ceafca676e2333979 jdk7u151-b01 +cddb1f9f8b9cee5f9c54ececf59ecb51e1bbb730 icedtea-2.6.11 +e24f25323b84858f039ff1a780805ca93dd60af8 icedtea-2.6.12pre01 6f72d747fa58d54e2d2e27755c0bcf2c7291682f jdk7u161-b00 e162e8d76cdd9f579e25f307f5485550fec2d024 jdk7u161-b01 +b87dbe0db6aa70ffb0443b5ef55e696e0ec5b124 icedtea-2.6.12 551dfae6260d4cd2cd929e14934b031d9319ad52 jdk7u171-b00 89a92f5cd9c112dc8f73d2cd25a54a437b753642 jdk7u171-b01 a10f2bfd1ce34bbbfd959a371eb709cc113039f2 jdk7u171-b02 +e952982cfa000f6fd9186d784112417148d33206 icedtea-2.6.13 +870812ffc2c6d6c2a1b1eddb53f9b9cb4eebf02a icedtea-2.6.14pre01 1f82b6ff3455cb2408f4501c1a12e911271d10fb jdk7u181-b00 1c8c4da612ee78fef56eb892921d6f228f99e6b7 jdk7u181-b01 +3633e24edab763325da38137161d8a74c2d5b07b icedtea-2.6.14 +7c19cbad92914c9dc1c270c70892a4cfb78063e5 icedtea-2.6.15pre01 +f58aabbb507d5f48c110ab5aa75857da700deae3 jdk7u191-b00 +2709f9b3b97e2a774a78cb3eeeacb68efce45cc2 jdk7u191-b01 diff -r f58aabbb507d -r 7329ac7b5af6 .jcheck/conf --- a/.jcheck/conf Wed May 09 17:41:50 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -project=jdk7 -bugids=dup diff -r f58aabbb507d -r 7329ac7b5af6 make/Makefile --- a/make/Makefile Wed May 09 17:41:50 2018 +0100 +++ b/make/Makefile Wed Jul 18 23:32:48 2018 +0100 @@ -111,6 +111,10 @@ ANT_OPTIONS += -Ddebug.classfiles=true endif +ifeq ($(JAVAC_WARNINGS_FATAL), false) + ANT_OPTIONS += -Djavac.warnings.fatal= +endif + # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN) # and the somewhat misnamed CLASS_VERSION (-target NN) ifdef TARGET_CLASS_VERSION diff -r f58aabbb507d -r 7329ac7b5af6 make/build.properties --- a/make/build.properties Wed May 09 17:41:50 2018 +0100 +++ b/make/build.properties Wed Jul 18 23:32:48 2018 +0100 @@ -68,7 +68,8 @@ # set the following to -version to verify the versions of javac being used javac.version.opt = # in time, there should be no exceptions to -Xlint:all -javac.lint.opts = -Xlint:all,-deprecation -Werror +javac.warnings.fatal = -Werror +javac.lint.opts = -Xlint:all,-deprecation ${javac.warnings.fatal} # options for the task for javac #javadoc.jls3.url=http://java.sun.com/docs/books/jls/ diff -r f58aabbb507d -r 7329ac7b5af6 make/build.xml --- a/make/build.xml Wed May 09 17:41:50 2018 +0100 +++ b/make/build.xml Wed Jul 18 23:32:48 2018 +0100 @@ -877,7 +877,7 @@ + classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.home}/lib/ant.jar"/> diff -r f58aabbb507d -r 7329ac7b5af6 src/share/classes/com/sun/tools/javac/parser/JavacParser.java --- a/src/share/classes/com/sun/tools/javac/parser/JavacParser.java Wed May 09 17:41:50 2018 +0100 +++ b/src/share/classes/com/sun/tools/javac/parser/JavacParser.java Wed Jul 18 23:32:48 2018 +0100 @@ -1962,10 +1962,15 @@ } else { JCExpression t = term(EXPR | TYPE); if ((lastmode & TYPE) != 0 && - (S.token() == IDENTIFIER || S.token() == ASSERT || S.token() == ENUM)) - return variableDeclarators(modifiersOpt(), t, stats).toList(); - else + (S.token() == IDENTIFIER || S.token() == ASSERT || + S.token() == ENUM)) { + return variableDeclarators(mods(pos, 0, List.nil()), t, stats).toList(); + } else if ((lastmode & TYPE) != 0 && S.token() == COLON) { + error(pos, "bad.initializer", "for-loop"); + return List.of((JCStatement)F.at(pos).VarDef(null, null, t, null)); + } else { return moreStatementExpressions(pos, t, stats).toList(); + } } } @@ -2057,16 +2062,20 @@ default: break; } - /* A modifiers tree with no modifier tokens or annotations - * has no text position. */ - if ((flags & (Flags.ModifierFlags | Flags.ANNOTATION)) == 0 && annotations.isEmpty()) - pos = Position.NOPOS; + return mods(pos, flags, annotations.toList()); + } + //where + JCModifiers mods(int pos, long flags, List annotations) { + /* A modifiers tree with no modifier tokens or annotations + * has no text position. */ + if ((flags & (Flags.ModifierFlags | Flags.ANNOTATION)) == 0 && annotations.isEmpty()) + pos = Position.NOPOS; - JCModifiers mods = F.at(pos).Modifiers(flags, annotations.toList()); - if (pos != Position.NOPOS) - storeEnd(mods, S.prevEndPos()); - return mods; - } + JCModifiers mods = F.at(pos).Modifiers(flags, annotations); + if (pos != Position.NOPOS) + storeEnd(mods, S.prevEndPos()); + return mods; + } /** Annotation = "@" Qualident [ "(" AnnotationFieldValues ")" ] * @param pos position of "@" token diff -r f58aabbb507d -r 7329ac7b5af6 src/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties Wed May 09 17:41:50 2018 +0100 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties Wed Jul 18 23:32:48 2018 +0100 @@ -143,6 +143,10 @@ compiler.err.attribute.value.must.be.constant=\ attribute value must be constant +# 0: statement type +compiler.err.bad.initializer=\ + bad initializer for {0} + compiler.err.break.outside.switch.loop=\ break outside switch or loop diff -r f58aabbb507d -r 7329ac7b5af6 test/tools/javac/T5090006/broken.jar Binary file test/tools/javac/T5090006/broken.jar has changed diff -r f58aabbb507d -r 7329ac7b5af6 test/tools/javac/diags/examples/ForeachBadInitialization.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/javac/diags/examples/ForeachBadInitialization.java Wed Jul 18 23:32:48 2018 +0100 @@ -0,0 +1,31 @@ +/* + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +// key: compiler.err.bad.initializer +import java.util.List; +class ForeachBadInitialization { + void m() { + List s = null; + for (a : s) {} + } +} diff -r f58aabbb507d -r 7329ac7b5af6 test/tools/javac/enum/8069181/T8069181.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/javac/enum/8069181/T8069181.java Wed Jul 18 23:32:48 2018 +0100 @@ -0,0 +1,45 @@ +/* + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +/* + * @test + * @bug 8069181 + * @summary java.lang.AssertionError when compiling JDK 1.4 code in JDK 8 + * + * @compile -source 1.4 T8069181.java + */ +import java.util.Enumeration; +import java.util.Hashtable; +class T8069181 { + void test() { + Hashtable hTable = new Hashtable(); + hTable.put("hello", "value"); + for (Enumeration enum = hTable.keys();;){ + if(!enum.hasMoreElements()) + break; + enum.nextElement(); + } + } +} diff -r f58aabbb507d -r 7329ac7b5af6 test/tools/javac/parser/JavacParserTest.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/javac/parser/JavacParserTest.java Wed Jul 18 23:32:48 2018 +0100 @@ -0,0 +1,886 @@ +/* + * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +/* + * @test + * @bug 7073631 7159445 + * @summary tests error and diagnostics positions + * @author Jan Lahoda + */ + +import com.sun.source.tree.BinaryTree; +import com.sun.source.tree.BlockTree; +import com.sun.source.tree.ClassTree; +import com.sun.source.tree.CompilationUnitTree; +import com.sun.source.tree.ErroneousTree; +import com.sun.source.tree.ExpressionStatementTree; +import com.sun.source.tree.ExpressionTree; +import com.sun.source.tree.MethodInvocationTree; +import com.sun.source.tree.MethodTree; +import com.sun.source.tree.ModifiersTree; +import com.sun.source.tree.StatementTree; +import com.sun.source.tree.Tree; +import com.sun.source.tree.Tree.Kind; +import com.sun.source.tree.VariableTree; +import com.sun.source.tree.WhileLoopTree; +import com.sun.source.util.SourcePositions; +import com.sun.source.util.TreeScanner; +import com.sun.source.util.Trees; +import com.sun.tools.javac.api.JavacTaskImpl; +import com.sun.tools.javac.tree.JCTree; +import java.io.IOException; +import java.net.URI; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.LinkedList; +import java.util.List; +import javax.tools.Diagnostic; +import javax.tools.DiagnosticCollector; +import javax.tools.DiagnosticListener; +import javax.tools.JavaCompiler; +import javax.tools.JavaFileObject; +import javax.tools.SimpleJavaFileObject; +import javax.tools.ToolProvider; + +public class JavacParserTest extends TestCase { + final JavaCompiler tool; + public JavacParserTest(String testName) { + tool = ToolProvider.getSystemJavaCompiler(); + System.out.println("java.home=" + System.getProperty("java.home")); + } + + static class MyFileObject extends SimpleJavaFileObject { + + private String text; + + public MyFileObject(String text) { + super(URI.create("myfo:/Test.java"), JavaFileObject.Kind.SOURCE); + this.text = text; + } + + @Override + public CharSequence getCharContent(boolean ignoreEncodingErrors) { + return text; + } + } + /* + * converts Windows to Unix style LFs for comparing strings + */ + private String normalize(String in) { + return in.replace(System.getProperty("line.separator"), "\n"); + } + + public CompilationUnitTree getCompilationUnitTree(String code) throws IOException { + + JavacTaskImpl ct = (JavacTaskImpl) tool.getTask(null, null, null, null, + null, Arrays.asList(new MyFileObject(code))); + CompilationUnitTree cut = ct.parse().iterator().next(); + return cut; From andrew at icedtea.classpath.org Mon Jul 23 13:22:43 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:22:43 +0000 Subject: /hg/release/icedtea7-forest-2.6/hotspot: 16 new changesets Message-ID: changeset 0dc659da232e in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=0dc659da232e author: thartmann date: Wed May 23 17:39:33 2018 +0100 8190877: Better handling of abstract classes Reviewed-by: kvn, vlivanov, rhalade, ahgross, jwilhelm Contributed-by: tobias.hartmann at oracle.com changeset 82e6757505da in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=82e6757505da author: kbarrett date: Wed Apr 18 02:18:40 2018 +0100 8192025: Less referential references Reviewed-by: coleenp, eosterlund, mchung, ahgross, rhalade changeset 2e805376030c in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=2e805376030c author: andrew date: Thu Apr 19 04:51:00 2018 +0100 Added tag jdk7u181-b00 for changeset 205c34770f35 changeset 594f46270048 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=594f46270048 author: mbalao date: Wed May 23 17:40:57 2018 +0100 8189123: More consistent classloading Reviewed-by: adinn, andrew changeset e5e4dd834ac3 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=e5e4dd834ac3 author: mbalao date: Wed May 09 17:37:34 2018 +0100 8202850: Fix for 8189123 doesn't include precompiled header Reviewed-by: andrew Contributed-by: Michal Vala changeset 3b42882079f9 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=3b42882079f9 author: andrew date: Wed May 09 17:41:51 2018 +0100 Added tag jdk7u181-b01 for changeset 6865c5a6ec36 changeset 92757e3b81cf in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=92757e3b81cf author: andrew date: Tue May 29 08:09:24 2018 +0100 Added tag jdk7u181-b00 for changeset 82e6757505da changeset 327ea6f9647c in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=327ea6f9647c author: andrew date: Tue May 29 08:10:39 2018 +0100 Added tag jdk7u181-b01 for changeset e5e4dd834ac3 changeset b95ee63b279a in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=b95ee63b279a author: andrew date: Fri Jun 29 03:15:39 2018 +0100 Added tag jdk7u191-b00 for changeset 327ea6f9647c changeset 6941480b5b05 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=6941480b5b05 author: andrew date: Mon Jul 02 15:58:25 2018 +0100 Merge jdk7u191-b00 changeset efa98ed4bd43 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=efa98ed4bd43 author: andrew date: Tue Jul 03 04:06:06 2018 +0100 PR3608: CVE-2018-3639 hw: cpu: speculative store bypass mitigation changeset e012acbfcd40 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=e012acbfcd40 author: andrew date: Wed Jul 11 23:46:17 2018 +0100 PR3604: Frequent JVM Crash SIGSEGV same stacktrace location during tomcat start with hibernate init on 7u181-2.6.14-0ubuntu0.1 changeset daeeb67cb882 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=daeeb67cb882 author: andrew date: Wed Jul 18 16:35:48 2018 +0100 Added tag jdk7u191-b01 for changeset b95ee63b279a changeset 7f9db91e3d84 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=7f9db91e3d84 author: andrew date: Wed Jul 18 23:32:48 2018 +0100 Merge jdk7u191-b01 changeset 7b5dbfab9d89 in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=7b5dbfab9d89 author: andrew date: Wed Jul 18 23:40:56 2018 +0100 PR3615: Fix whitespace in hotspot/src/cpu/aarch64 changeset b4d5ee13399f in /hg/release/icedtea7-forest-2.6/hotspot details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=b4d5ee13399f author: aph date: Wed Jul 18 23:47:37 2018 +0100 8207345, PR3614: Trampoline generation code reads from uninitialized memory Reviewed-by: shade diffstat: .hgtags | 81 +- .jcheck/conf | 2 - agent/src/os/linux/Makefile | 11 +- agent/src/os/linux/elfmacros.h | 2 + agent/src/os/linux/libproc.h | 2 +- agent/src/os/linux/ps_core.c | 25 +- agent/src/os/linux/ps_proc.c | 52 +- agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java | 2 +- make/bsd/Makefile | 18 +- make/bsd/makefiles/gcc.make | 14 + make/bsd/makefiles/vm.make | 2 +- make/bsd/platform_zero.in | 2 +- make/defs.make | 23 +- make/linux/Makefile | 70 +- make/linux/makefiles/aarch64.make | 41 + make/linux/makefiles/adlc.make | 2 + make/linux/makefiles/buildtree.make | 3 + make/linux/makefiles/defs.make | 73 +- make/linux/makefiles/gcc.make | 55 +- make/linux/makefiles/jsig.make | 6 +- make/linux/makefiles/rules.make | 20 +- make/linux/makefiles/sa.make | 3 +- make/linux/makefiles/saproc.make | 8 +- make/linux/makefiles/vm.make | 77 +- make/linux/makefiles/zeroshark.make | 32 + make/linux/platform_aarch64 | 15 + make/linux/platform_zero.in | 2 +- make/solaris/makefiles/adlc.make | 6 +- make/solaris/makefiles/dtrace.make | 16 + make/solaris/makefiles/gcc.make | 4 +- make/solaris/makefiles/jsig.make | 4 + make/solaris/makefiles/rules.make | 10 - make/solaris/makefiles/saproc.make | 4 + make/solaris/makefiles/vm.make | 14 +- make/windows/create_obj_files.sh | 2 +- make/windows/makefiles/vm.make | 8 + src/cpu/aarch64/vm/aarch64.ad | 11928 ++++++++++ src/cpu/aarch64/vm/aarch64Test.cpp | 38 + src/cpu/aarch64/vm/aarch64_ad.m4 | 367 + src/cpu/aarch64/vm/aarch64_call.cpp | 197 + src/cpu/aarch64/vm/aarch64_linkage.S | 163 + src/cpu/aarch64/vm/ad_encode.m4 | 73 + src/cpu/aarch64/vm/assembler_aarch64.cpp | 5564 ++++ src/cpu/aarch64/vm/assembler_aarch64.hpp | 3616 +++ src/cpu/aarch64/vm/assembler_aarch64.inline.hpp | 44 + src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.cpp | 51 + src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.hpp | 117 + src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.inline.hpp | 287 + src/cpu/aarch64/vm/bytecodes_aarch64.cpp | 39 + src/cpu/aarch64/vm/bytecodes_aarch64.hpp | 32 + src/cpu/aarch64/vm/bytes_aarch64.hpp | 76 + src/cpu/aarch64/vm/c1_CodeStubs_aarch64.cpp | 431 + src/cpu/aarch64/vm/c1_Defs_aarch64.hpp | 82 + src/cpu/aarch64/vm/c1_FpuStackSim_aarch64.cpp | 203 + src/cpu/aarch64/vm/c1_FpuStackSim_aarch64.hpp | 74 + src/cpu/aarch64/vm/c1_FrameMap_aarch64.cpp | 345 + src/cpu/aarch64/vm/c1_FrameMap_aarch64.hpp | 141 + src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp | 2956 ++ src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.hpp | 80 + src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp | 1429 + src/cpu/aarch64/vm/c1_LinearScan_aarch64.cpp | 39 + src/cpu/aarch64/vm/c1_LinearScan_aarch64.hpp | 78 + src/cpu/aarch64/vm/c1_MacroAssembler_aarch64.cpp | 456 + src/cpu/aarch64/vm/c1_MacroAssembler_aarch64.hpp | 109 + src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp | 1347 + src/cpu/aarch64/vm/c1_globals_aarch64.hpp | 79 + src/cpu/aarch64/vm/c2_globals_aarch64.hpp | 87 + src/cpu/aarch64/vm/c2_init_aarch64.cpp | 37 + src/cpu/aarch64/vm/codeBuffer_aarch64.hpp | 36 + src/cpu/aarch64/vm/compile_aarch64.hpp | 40 + src/cpu/aarch64/vm/copy_aarch64.hpp | 62 + src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp | 35 + src/cpu/aarch64/vm/cpustate_aarch64.hpp | 592 + src/cpu/aarch64/vm/debug_aarch64.cpp | 36 + src/cpu/aarch64/vm/decode_aarch64.hpp | 409 + src/cpu/aarch64/vm/depChecker_aarch64.cpp | 31 + src/cpu/aarch64/vm/depChecker_aarch64.hpp | 32 + src/cpu/aarch64/vm/disassembler_aarch64.hpp | 38 + src/cpu/aarch64/vm/dump_aarch64.cpp | 126 + src/cpu/aarch64/vm/frame_aarch64.cpp | 843 + src/cpu/aarch64/vm/frame_aarch64.hpp | 215 + src/cpu/aarch64/vm/frame_aarch64.inline.hpp | 332 + src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp | 36 + src/cpu/aarch64/vm/globals_aarch64.hpp | 126 + src/cpu/aarch64/vm/icBuffer_aarch64.cpp | 76 + src/cpu/aarch64/vm/icache_aarch64.cpp | 41 + src/cpu/aarch64/vm/icache_aarch64.hpp | 45 + src/cpu/aarch64/vm/immediate_aarch64.cpp | 311 + src/cpu/aarch64/vm/immediate_aarch64.hpp | 51 + src/cpu/aarch64/vm/interp_masm_aarch64.cpp | 1503 + src/cpu/aarch64/vm/interp_masm_aarch64.hpp | 286 + src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp | 57 + src/cpu/aarch64/vm/interpreterRT_aarch64.cpp | 429 + src/cpu/aarch64/vm/interpreterRT_aarch64.hpp | 66 + src/cpu/aarch64/vm/interpreter_aarch64.cpp | 314 + src/cpu/aarch64/vm/interpreter_aarch64.hpp | 44 + src/cpu/aarch64/vm/javaFrameAnchor_aarch64.hpp | 79 + src/cpu/aarch64/vm/jniFastGetField_aarch64.cpp | 175 + src/cpu/aarch64/vm/jniTypes_aarch64.hpp | 108 + src/cpu/aarch64/vm/jni_aarch64.h | 64 + src/cpu/aarch64/vm/methodHandles_aarch64.cpp | 445 + src/cpu/aarch64/vm/methodHandles_aarch64.hpp | 63 + src/cpu/aarch64/vm/nativeInst_aarch64.cpp | 318 + src/cpu/aarch64/vm/nativeInst_aarch64.hpp | 496 + src/cpu/aarch64/vm/registerMap_aarch64.hpp | 46 + src/cpu/aarch64/vm/register_aarch64.cpp | 55 + src/cpu/aarch64/vm/register_aarch64.hpp | 255 + src/cpu/aarch64/vm/register_definitions_aarch64.cpp | 156 + src/cpu/aarch64/vm/relocInfo_aarch64.cpp | 144 + src/cpu/aarch64/vm/relocInfo_aarch64.hpp | 39 + src/cpu/aarch64/vm/runtime_aarch64.cpp | 49 + src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp | 3127 ++ src/cpu/aarch64/vm/stubGenerator_aarch64.cpp | 2380 + src/cpu/aarch64/vm/stubRoutines_aarch64.cpp | 290 + src/cpu/aarch64/vm/stubRoutines_aarch64.hpp | 128 + src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.hpp | 36 + src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp | 2199 + src/cpu/aarch64/vm/templateInterpreter_aarch64.hpp | 40 + src/cpu/aarch64/vm/templateTable_aarch64.cpp | 3905 +++ src/cpu/aarch64/vm/templateTable_aarch64.hpp | 43 + src/cpu/aarch64/vm/vmStructs_aarch64.hpp | 70 + src/cpu/aarch64/vm/vm_version_aarch64.cpp | 220 + src/cpu/aarch64/vm/vm_version_aarch64.hpp | 91 + src/cpu/aarch64/vm/vmreg_aarch64.cpp | 52 + src/cpu/aarch64/vm/vmreg_aarch64.hpp | 35 + src/cpu/aarch64/vm/vmreg_aarch64.inline.hpp | 65 + src/cpu/aarch64/vm/vtableStubs_aarch64.cpp | 245 + src/cpu/ppc/vm/ppc.ad | 6 +- src/cpu/ppc/vm/vm_version_ppc.cpp | 9 +- src/cpu/sparc/vm/sparc.ad | 12 +- src/cpu/sparc/vm/vm_version_sparc.cpp | 15 +- src/cpu/sparc/vm/vm_version_sparc.hpp | 8 +- src/cpu/x86/vm/assembler_x86.cpp | 10 +- src/cpu/x86/vm/c2_globals_x86.hpp | 2 +- src/cpu/x86/vm/stubGenerator_x86_32.cpp | 3 +- src/cpu/x86/vm/stubGenerator_x86_64.cpp | 6 +- src/cpu/x86/vm/vm_version_x86.cpp | 5 + src/cpu/x86/vm/vm_version_x86.hpp | 2 +- src/cpu/x86/vm/x86_64.ad | 61 +- src/cpu/zero/vm/arm32JIT.cpp | 8583 +++++++ src/cpu/zero/vm/arm_cas.S | 31 + src/cpu/zero/vm/asm_helper.cpp | 746 + src/cpu/zero/vm/bytecodes_arm.def | 7850 ++++++ src/cpu/zero/vm/bytecodes_zero.cpp | 52 +- src/cpu/zero/vm/bytecodes_zero.hpp | 41 +- src/cpu/zero/vm/cppInterpreter_arm.S | 7390 ++++++ src/cpu/zero/vm/cppInterpreter_zero.cpp | 49 + src/cpu/zero/vm/cppInterpreter_zero.hpp | 2 + src/cpu/zero/vm/methodHandles_zero.hpp | 6 +- src/cpu/zero/vm/sharedRuntime_zero.cpp | 4 +- src/cpu/zero/vm/stack_zero.hpp | 2 +- src/cpu/zero/vm/stack_zero.inline.hpp | 9 +- src/cpu/zero/vm/vm_version_zero.cpp | 12 +- src/cpu/zero/vm/vm_version_zero.hpp | 11 +- src/os/aix/vm/perfMemory_aix.cpp | 11 +- src/os/bsd/vm/chaitin_bsd.cpp | 42 - src/os/bsd/vm/os_bsd.cpp | 8 + src/os/linux/vm/chaitin_linux.cpp | 42 - src/os/linux/vm/globals_linux.hpp | 7 +- src/os/linux/vm/osThread_linux.cpp | 3 + src/os/linux/vm/os_linux.cpp | 380 +- src/os/linux/vm/os_linux.hpp | 4 +- src/os/linux/vm/os_linux.inline.hpp | 3 + src/os/linux/vm/thread_linux.inline.hpp | 5 + src/os/solaris/vm/chaitin_solaris.cpp | 46 - src/os/solaris/vm/os_solaris.cpp | 4 +- src/os/windows/vm/chaitin_windows.cpp | 78 - src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp | 8 +- src/os_cpu/linux_aarch64/vm/assembler_linux_aarch64.cpp | 53 + src/os_cpu/linux_aarch64/vm/atomic_linux_aarch64.inline.hpp | 144 + src/os_cpu/linux_aarch64/vm/bytes_linux_aarch64.inline.hpp | 44 + src/os_cpu/linux_aarch64/vm/copy_linux_aarch64.inline.hpp | 124 + src/os_cpu/linux_aarch64/vm/globals_linux_aarch64.hpp | 46 + src/os_cpu/linux_aarch64/vm/linux_aarch64.S | 25 + src/os_cpu/linux_aarch64/vm/linux_aarch64.ad | 68 + src/os_cpu/linux_aarch64/vm/orderAccess_linux_aarch64.inline.hpp | 144 + src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp | 755 + src/os_cpu/linux_aarch64/vm/os_linux_aarch64.hpp | 58 + src/os_cpu/linux_aarch64/vm/os_linux_aarch64.inline.hpp | 39 + src/os_cpu/linux_aarch64/vm/prefetch_linux_aarch64.inline.hpp | 45 + src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.cpp | 41 + src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.hpp | 36 + src/os_cpu/linux_aarch64/vm/thread_linux_aarch64.cpp | 92 + src/os_cpu/linux_aarch64/vm/thread_linux_aarch64.hpp | 85 + src/os_cpu/linux_aarch64/vm/vmStructs_linux_aarch64.hpp | 65 + src/os_cpu/linux_aarch64/vm/vm_version_linux_aarch64.cpp | 28 + src/os_cpu/linux_x86/vm/os_linux_x86.cpp | 33 +- src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp | 22 +- src/os_cpu/linux_zero/vm/globals_linux_zero.hpp | 8 +- src/os_cpu/linux_zero/vm/os_linux_zero.cpp | 43 +- src/os_cpu/linux_zero/vm/os_linux_zero.hpp | 28 +- src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp | 242 +- src/share/tools/hsdis/Makefile | 19 +- src/share/tools/hsdis/hsdis.c | 12 + src/share/vm/adlc/formssel.cpp | 9 +- src/share/vm/adlc/main.cpp | 5 + src/share/vm/adlc/output_c.cpp | 2 +- src/share/vm/asm/assembler.cpp | 3 + src/share/vm/asm/assembler.hpp | 7 + src/share/vm/asm/codeBuffer.hpp | 5 +- src/share/vm/c1/c1_Canonicalizer.cpp | 7 + src/share/vm/c1/c1_Compilation.cpp | 26 + src/share/vm/c1/c1_Defs.hpp | 6 + src/share/vm/c1/c1_FpuStackSim.hpp | 3 + src/share/vm/c1/c1_FrameMap.cpp | 3 + src/share/vm/c1/c1_FrameMap.hpp | 3 + src/share/vm/c1/c1_LIR.cpp | 49 +- src/share/vm/c1/c1_LIR.hpp | 56 +- src/share/vm/c1/c1_LIRAssembler.cpp | 7 + src/share/vm/c1/c1_LIRAssembler.hpp | 6 + src/share/vm/c1/c1_LIRGenerator.cpp | 10 +- src/share/vm/c1/c1_LIRGenerator.hpp | 3 + src/share/vm/c1/c1_LinearScan.cpp | 6 +- src/share/vm/c1/c1_LinearScan.hpp | 3 + src/share/vm/c1/c1_MacroAssembler.hpp | 6 + src/share/vm/c1/c1_Runtime1.cpp | 36 +- src/share/vm/c1/c1_globals.hpp | 3 + src/share/vm/ci/ciInstanceKlass.cpp | 31 +- src/share/vm/ci/ciInstanceKlass.hpp | 6 +- src/share/vm/ci/ciMethod.cpp | 38 + src/share/vm/ci/ciMethod.hpp | 2 + src/share/vm/ci/ciTypeFlow.cpp | 2 +- src/share/vm/classfile/classFileParser.cpp | 10 +- src/share/vm/classfile/classFileStream.hpp | 3 + src/share/vm/classfile/classLoaderDependencies.cpp | 131 + src/share/vm/classfile/classLoaderDependencies.hpp | 39 + src/share/vm/classfile/javaClasses.cpp | 63 +- src/share/vm/classfile/javaClasses.hpp | 28 +- src/share/vm/classfile/stackMapTable.hpp | 3 + src/share/vm/classfile/systemDictionary.cpp | 5 +- src/share/vm/classfile/systemDictionary.hpp | 3 +- src/share/vm/classfile/verificationType.cpp | 7 +- src/share/vm/classfile/verifier.cpp | 31 +- src/share/vm/classfile/vmSymbols.hpp | 20 +- src/share/vm/code/codeBlob.cpp | 3 + src/share/vm/code/compiledIC.cpp | 2 +- src/share/vm/code/compiledIC.hpp | 3 + src/share/vm/code/dependencies.cpp | 28 +- src/share/vm/code/icBuffer.cpp | 3 + src/share/vm/code/nmethod.cpp | 22 + src/share/vm/code/relocInfo.cpp | 4 + src/share/vm/code/relocInfo.hpp | 3 + src/share/vm/code/vmreg.hpp | 9 + src/share/vm/compiler/compileBroker.cpp | 6 +- src/share/vm/compiler/disassembler.cpp | 3 + src/share/vm/compiler/disassembler.hpp | 3 + src/share/vm/compiler/methodLiveness.cpp | 12 +- src/share/vm/compiler/oopMap.cpp | 7 + src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp | 2 +- src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp | 18 +- src/share/vm/gc_implementation/g1/concurrentMark.cpp | 2 +- src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp | 2 +- src/share/vm/gc_implementation/g1/g1MarkSweep.cpp | 11 + src/share/vm/gc_implementation/parNew/parNewGeneration.cpp | 15 +- src/share/vm/gc_implementation/parallelScavenge/parMarkBitMap.cpp | 2 +- src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp | 12 + src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp | 20 +- src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp | 7 +- src/share/vm/gc_implementation/parallelScavenge/psPermGen.cpp | 2 +- src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp | 27 + src/share/vm/interpreter/abstractInterpreter.hpp | 8 + src/share/vm/interpreter/bytecode.hpp | 3 + src/share/vm/interpreter/bytecodeInterpreter.cpp | 31 +- src/share/vm/interpreter/bytecodeInterpreter.hpp | 28 +- src/share/vm/interpreter/bytecodeInterpreter.inline.hpp | 3 + src/share/vm/interpreter/bytecodeStream.hpp | 3 + src/share/vm/interpreter/bytecodes.cpp | 3 + src/share/vm/interpreter/bytecodes.hpp | 4 + src/share/vm/interpreter/cppInterpreter.hpp | 3 + src/share/vm/interpreter/cppInterpreterGenerator.hpp | 3 + src/share/vm/interpreter/interpreter.hpp | 3 + src/share/vm/interpreter/interpreterGenerator.hpp | 3 + src/share/vm/interpreter/interpreterRuntime.cpp | 7 +- src/share/vm/interpreter/interpreterRuntime.hpp | 5 +- src/share/vm/interpreter/templateInterpreter.hpp | 3 + src/share/vm/interpreter/templateInterpreterGenerator.hpp | 3 + src/share/vm/interpreter/templateTable.cpp | 5 + src/share/vm/interpreter/templateTable.hpp | 6 + src/share/vm/memory/allocation.hpp | 37 +- src/share/vm/memory/allocation.inline.hpp | 8 +- src/share/vm/memory/collectorPolicy.cpp | 20 +- src/share/vm/memory/defNewGeneration.cpp | 13 +- src/share/vm/memory/generation.cpp | 12 + src/share/vm/memory/tenuredGeneration.cpp | 12 + src/share/vm/oops/constantPoolOop.hpp | 3 + src/share/vm/oops/instanceKlass.cpp | 15 + src/share/vm/oops/instanceKlass.hpp | 5 + src/share/vm/oops/klass.cpp | 15 +- src/share/vm/oops/klass.hpp | 6 +- src/share/vm/oops/methodOop.cpp | 16 + src/share/vm/oops/methodOop.hpp | 6 + src/share/vm/oops/objArrayKlass.inline.hpp | 4 +- src/share/vm/oops/oop.inline.hpp | 3 + src/share/vm/oops/typeArrayOop.hpp | 3 + src/share/vm/opto/block.cpp | 506 +- src/share/vm/opto/block.hpp | 345 +- src/share/vm/opto/buildOopMap.cpp | 83 +- src/share/vm/opto/bytecodeInfo.cpp | 44 +- src/share/vm/opto/c2_globals.hpp | 16 +- src/share/vm/opto/c2compiler.cpp | 12 +- src/share/vm/opto/callGenerator.cpp | 62 +- src/share/vm/opto/callGenerator.hpp | 1 + src/share/vm/opto/callnode.cpp | 81 +- src/share/vm/opto/callnode.hpp | 68 +- src/share/vm/opto/cfgnode.cpp | 4 +- src/share/vm/opto/chaitin.cpp | 632 +- src/share/vm/opto/chaitin.hpp | 174 +- src/share/vm/opto/coalesce.cpp | 435 +- src/share/vm/opto/coalesce.hpp | 14 +- src/share/vm/opto/compile.cpp | 200 +- src/share/vm/opto/compile.hpp | 39 +- src/share/vm/opto/doCall.cpp | 14 +- src/share/vm/opto/domgraph.cpp | 73 +- src/share/vm/opto/escape.cpp | 80 +- src/share/vm/opto/gcm.cpp | 440 +- src/share/vm/opto/generateOptoStub.cpp | 49 + src/share/vm/opto/graphKit.cpp | 35 +- src/share/vm/opto/idealGraphPrinter.cpp | 32 +- src/share/vm/opto/ifg.cpp | 256 +- src/share/vm/opto/ifnode.cpp | 2 +- src/share/vm/opto/lcm.cpp | 310 +- src/share/vm/opto/library_call.cpp | 4 +- src/share/vm/opto/live.cpp | 115 +- src/share/vm/opto/live.hpp | 4 +- src/share/vm/opto/locknode.hpp | 3 + src/share/vm/opto/loopPredicate.cpp | 4 +- src/share/vm/opto/macro.cpp | 95 +- src/share/vm/opto/macro.hpp | 3 +- src/share/vm/opto/matcher.cpp | 27 +- src/share/vm/opto/matcher.hpp | 26 +- src/share/vm/opto/memnode.cpp | 646 +- src/share/vm/opto/memnode.hpp | 6 +- src/share/vm/opto/multnode.cpp | 32 +- src/share/vm/opto/multnode.hpp | 2 + src/share/vm/opto/node.cpp | 35 +- src/share/vm/opto/node.hpp | 2 +- src/share/vm/opto/output.cpp | 361 +- src/share/vm/opto/output.hpp | 6 +- src/share/vm/opto/parse.hpp | 8 +- src/share/vm/opto/parse1.cpp | 6 +- src/share/vm/opto/parse2.cpp | 12 +- src/share/vm/opto/parse3.cpp | 28 +- src/share/vm/opto/parseHelper.cpp | 5 + src/share/vm/opto/phase.cpp | 2 + src/share/vm/opto/phase.hpp | 1 + src/share/vm/opto/phaseX.cpp | 18 +- src/share/vm/opto/phasetype.hpp | 8 +- src/share/vm/opto/postaloc.cpp | 194 +- src/share/vm/opto/reg_split.cpp | 239 +- src/share/vm/opto/regalloc.hpp | 11 +- src/share/vm/opto/regmask.cpp | 3 + src/share/vm/opto/regmask.hpp | 3 + src/share/vm/opto/runtime.cpp | 3 + src/share/vm/opto/stringopts.cpp | 8 +- src/share/vm/opto/type.cpp | 64 +- src/share/vm/opto/type.hpp | 32 +- src/share/vm/prims/jni.cpp | 82 +- src/share/vm/prims/jniCheck.cpp | 45 +- src/share/vm/prims/jni_md.h | 3 + src/share/vm/prims/jvm.cpp | 49 +- src/share/vm/prims/jvmtiClassFileReconstituter.cpp | 3 + src/share/vm/prims/jvmtiEnv.cpp | 3 + src/share/vm/prims/jvmtiExport.cpp | 41 + src/share/vm/prims/jvmtiExport.hpp | 7 + src/share/vm/prims/jvmtiTagMap.cpp | 8 +- src/share/vm/prims/methodHandles.hpp | 3 + src/share/vm/prims/unsafe.cpp | 63 + src/share/vm/prims/whitebox.cpp | 2 +- src/share/vm/runtime/advancedThresholdPolicy.cpp | 2 +- src/share/vm/runtime/arguments.cpp | 81 +- src/share/vm/runtime/atomic.cpp | 3 + src/share/vm/runtime/deoptimization.cpp | 6 + src/share/vm/runtime/dtraceJSDT.hpp | 3 + src/share/vm/runtime/frame.cpp | 3 + src/share/vm/runtime/frame.hpp | 6 + src/share/vm/runtime/frame.inline.hpp | 6 + src/share/vm/runtime/globals.hpp | 36 +- src/share/vm/runtime/icache.hpp | 3 + src/share/vm/runtime/interfaceSupport.hpp | 18 +- src/share/vm/runtime/java.cpp | 3 + src/share/vm/runtime/javaCalls.hpp | 3 + src/share/vm/runtime/javaFrameAnchor.hpp | 6 + src/share/vm/runtime/objectMonitor.cpp | 39 +- src/share/vm/runtime/os.cpp | 39 +- src/share/vm/runtime/os.hpp | 9 +- src/share/vm/runtime/registerMap.hpp | 6 + src/share/vm/runtime/relocator.hpp | 3 + src/share/vm/runtime/safepoint.cpp | 4 + src/share/vm/runtime/sharedRuntime.cpp | 26 + src/share/vm/runtime/stackValueCollection.cpp | 3 + src/share/vm/runtime/statSampler.cpp | 3 + src/share/vm/runtime/stubCodeGenerator.cpp | 3 + src/share/vm/runtime/stubRoutines.cpp | 5 + src/share/vm/runtime/stubRoutines.hpp | 6 + src/share/vm/runtime/thread.hpp | 5 +- src/share/vm/runtime/threadLocalStorage.hpp | 3 + src/share/vm/runtime/vframe.cpp | 3 +- src/share/vm/runtime/vframeArray.cpp | 2 +- src/share/vm/runtime/vmStructs.cpp | 21 +- src/share/vm/runtime/vm_version.cpp | 4 + src/share/vm/shark/sharkCompiler.cpp | 6 +- src/share/vm/shark/shark_globals.hpp | 10 + src/share/vm/trace/trace.dtd | 3 - src/share/vm/utilities/bitMap.hpp | 2 +- src/share/vm/utilities/bitMap.inline.hpp | 20 +- src/share/vm/utilities/copy.cpp | 171 +- src/share/vm/utilities/copy.hpp | 15 +- src/share/vm/utilities/debug.cpp | 12 +- src/share/vm/utilities/elfFile.cpp | 5 + src/share/vm/utilities/globalDefinitions.hpp | 8 + src/share/vm/utilities/globalDefinitions_gcc.hpp | 8 - src/share/vm/utilities/globalDefinitions_sparcWorks.hpp | 9 - src/share/vm/utilities/globalDefinitions_xlc.hpp | 8 - src/share/vm/utilities/macros.hpp | 22 +- src/share/vm/utilities/ostream.cpp | 2 +- src/share/vm/utilities/taskqueue.hpp | 3 + src/share/vm/utilities/vmError.cpp | 23 +- src/share/vm/utilities/vmError.hpp | 8 + test/compiler/6934604/TestByteBoxing.java | 777 + test/compiler/6934604/TestDoubleBoxing.java | 777 + test/compiler/6934604/TestFloatBoxing.java | 777 + test/compiler/6934604/TestIntBoxing.java | 777 + test/compiler/6934604/TestLongBoxing.java | 777 + test/compiler/6934604/TestShortBoxing.java | 777 + test/compiler/codegen/8144028/BitTests.java | 164 + test/compiler/codegen/IntRotateWithImmediate.java | 24 +- test/compiler/floatingpoint/TestFloatJNIArgs.java | 86 + test/compiler/floatingpoint/TestFloatJNIArgs.sh | 104 + test/compiler/floatingpoint/libTestFloatJNIArgs.c | 68 + test/compiler/loopopts/ConstFPVectorization.java | 63 + test/compiler/stringopts/TestStringObjectInitialization.java | 78 + test/compiler/unsafe/JdkInternalMiscUnsafeUnalignedAccess.java | 315 + test/runtime/7020373/GenOOMCrashClass.java | 157 + test/runtime/7020373/Test7020373.sh | 4 + test/runtime/7020373/testcase.jar | Bin test/runtime/InitialThreadOverflow/DoOverflow.java | 41 + test/runtime/InitialThreadOverflow/invoke.cxx | 70 + test/runtime/InitialThreadOverflow/testme.sh | 73 + test/runtime/RedefineFinalizer/RedefineFinalizer.java | 64 + test/runtime/RedefineTests/RedefineRunningMethodsWithResolutionErrors.java | 143 + test/runtime/StackGap/T.java | 33 + test/runtime/StackGap/exestack-gap.c | 82 + test/runtime/StackGap/testme.sh | 48 + test/runtime/os/AvailableProcessors.java | 102 + test/runtime/stackMapCheck/BadMap.jasm | 152 + test/runtime/stackMapCheck/BadMapDstore.jasm | 79 + test/runtime/stackMapCheck/BadMapIstore.jasm | 79 + test/runtime/stackMapCheck/StackMapCheck.java | 63 + test/serviceability/jvmti/TestRedefineWithUnresolvedClass.java | 82 + test/serviceability/jvmti/UnresolvedClassAgent.java | 69 + test/serviceability/jvmti/UnresolvedClassAgent.mf | 3 + test/test_env.sh | 5 + test/testlibrary/RedefineClassHelper.java | 79 + test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java | 81 +- test/testlibrary/com/oracle/java/testlibrary/Utils.java | 263 + test/testlibrary_tests/RedefineClassTest.java | 54 + tools/mkbc.c | 607 + 457 files changed, 93700 insertions(+), 3316 deletions(-) diffs (truncated from 109805 to 500 lines): diff -r 7d1eb0dcab5a -r b4d5ee13399f .hgtags --- a/.hgtags Tue Apr 17 22:51:28 2018 +0100 +++ b/.hgtags Wed Jul 18 23:47:37 2018 +0100 @@ -50,6 +50,7 @@ faf94d94786b621f8e13cbcc941ca69c6d967c3f jdk7-b73 f4b900403d6e4b0af51447bd13bbe23fe3a1dac7 jdk7-b74 d8dd291a362acb656026a9c0a9da48501505a1e7 jdk7-b75 +b4ab978ce52c41bb7e8ee86285e6c9f28122bbe1 icedtea7-1.12 9174bb32e934965288121f75394874eeb1fcb649 jdk7-b76 455105fc81d941482f8f8056afaa7aa0949c9300 jdk7-b77 e703499b4b51e3af756ae77c3d5e8b3058a14e4e jdk7-b78 @@ -87,6 +88,7 @@ 07226e9eab8f74b37346b32715f829a2ef2c3188 hs18-b01 e7e7e36ccdb5d56edd47e5744351202d38f3b7ad jdk7-b87 4b60f23c42231f7ecd62ad1fcb6a9ca26fa57d1b jdk7-b88 +a393ff93e7e54dd94cc4211892605a32f9c77dad icedtea7-1.13 15836273ac2494f36ef62088bc1cb6f3f011f565 jdk7-b89 4b60f23c42231f7ecd62ad1fcb6a9ca26fa57d1b hs18-b02 605c9707a766ff518cd841fc04f9bb4b36a3a30b jdk7-b90 @@ -160,6 +162,7 @@ b898f0fc3cedc972d884d31a751afd75969531cf hs21-b05 bd586e392d93b7ed7a1636dcc8da2b6a4203a102 jdk7-b136 bd586e392d93b7ed7a1636dcc8da2b6a4203a102 hs21-b06 +591c7dc0b2ee879f87a7b5519a5388e0d81520be icedtea-1.14 2dbcb4a4d8dace5fe78ceb563b134f1fb296cd8f jdk7-b137 2dbcb4a4d8dace5fe78ceb563b134f1fb296cd8f hs21-b07 0930dc920c185afbf40fed9a655290b8e5b16783 jdk7-b138 @@ -182,6 +185,7 @@ 38fa55e5e79232d48f1bb8cf27d88bc094c9375a hs21-b16 81d815b05abb564aa1f4100ae13491c949b9a07e jdk7-b147 81d815b05abb564aa1f4100ae13491c949b9a07e hs21-b17 +7693eb0fce1f6b484cce96c233ea20bdad8a09e0 icedtea-2.0-branchpoint 9b0ca45cd756d538c4c30afab280a91868eee1a5 jdk7u2-b01 0cc8a70952c368e06de2adab1f2649a408f5e577 jdk8-b01 31e253c1da429124bb87570ab095d9bc89850d0a jdk8-b02 @@ -210,6 +214,7 @@ 3ba0bb2e7c8ddac172f5b995aae57329cdd2dafa hs22-b10 f17fe2f4b6aacc19cbb8ee39476f2f13a1c4d3cd jdk7u2-b13 0744602f85c6fe62255326df595785eb2b32166d jdk7u2-b21 +f8f4d3f9b16567b91bcef4caaa8417c8de8015f0 icedtea-2.1-branchpoint a40d238623e5b1ab1224ea6b36dc5b23d0a53880 jdk7u3-b02 6986bfb4c82e00b938c140f2202133350e6e73f8 jdk7u3-b03 8e6375b46717d74d4885f839b4e72d03f357a45f jdk7u3-b04 @@ -264,6 +269,7 @@ f92a171cf0071ca6c3fa8231d7d570377f8b2f4d hs23-b16 f92a171cf0071ca6c3fa8231d7d570377f8b2f4d hs23-b16 931e5f39e365a0d550d79148ff87a7f9e864d2e1 hs23-b16 +a2c5354863dcb3d147b7b6f55ef514b1bfecf920 icedtea-2.2-branchpoint efb5f2662c96c472caa3327090268c75a86dd9c0 jdk7u4-b13 82e719a2e6416838b4421637646cbfd7104c7716 jdk7u4-b14 e5f7f95411fb9e837800b4152741c962118e5d7a jdk7u5-b01 @@ -302,6 +308,9 @@ e974e15945658e574e6c344c4a7ba225f5708c10 hs23.2-b03 f08a3a0e60c32cb0e8350e72fdc54849759096a4 jdk7u6-b12 7a8d3cd6562170f4c262e962270f679ac503f456 hs23.2-b04 +d72dd66fdc3d52aee909f8dd8f25f62f13569ffa ppc-aix-port-b01 +1efaab66c81d0a5701cc819e67376f1b27bfea47 ppc-aix-port-b02 +b69b779a26dfc5e2333504d0c82fc998ff915499 ppc-aix-port-b03 28746e6d615f27816f483485a53b790c7a463f0c jdk7u6-b13 202880d633e646d4936798d0fba6efc0cab04dc8 hs23.2-b05 6b0f178141388f5721aa5365cb542715acbf0cc7 jdk7u6-b14 @@ -311,6 +320,7 @@ cefe884c708aa6dfd63aff45f6c698a6bc346791 jdk7u6-b16 270a40a57b3d05ca64070208dcbb895b5b509d8e hs23.2-b08 7a37cec9d0d44ae6ea3d26a95407e42d99af6843 jdk7u6-b17 +354cfde7db2f1fd46312d883a63c8a76d5381bab icedtea-2.3-branchpoint df0df4ae5af2f40b7f630c53a86e8c3d68ef5b66 jdk7u6-b18 1257f4373a06f788bd656ae1c7a953a026a285b9 jdk7u6-b19 a0c2fa4baeb6aad6f33dc87b676b21345794d61e hs23.2-b09 @@ -440,6 +450,7 @@ 4f7ad6299356bfd2cfb448ea4c11e8ce0fbf69f4 jdk7u12-b07 3bb803664f3d9c831d094cbe22b4ee5757e780c8 jdk7u12-b08 92e382c3cccc0afbc7f72fccea4f996e05b66b3e jdk7u12-b09 +6e4feb17117d21e0e4360f2d0fbc68397ed3ba80 icedtea-2.4-branchpoint 7554f9b2bcc72204ac10ba8b08b8e648459504df hs24-b29 181528fd1e74863a902f171a2ad46270a2fb15e0 jdk7u14-b10 4008cf63c30133f2fac148a39903552fe7a33cea hs24-b30 @@ -496,6 +507,7 @@ 273e8afccd6ef9e10e9fe121f7b323755191f3cc jdk7u25-b32 e3d2c238e29c421c3b5c001e400acbfb30790cfc jdk7u14-b14 860ae068f4dff62a77c8315f0335b7e935087e86 hs24-b34 +ca298f18e21dc66c6b5235600f8b50bcc9bbaa38 ppc-aix-port-b04 12619005c5e29be6e65f0dc9891ca19d9ffb1aaa jdk7u14-b15 be21f8a4d42c03cafde4f616fd80ece791ba2f21 hs24-b35 10e0043bda0878dbc85f3f280157eab592b47c91 jdk7u14-b16 @@ -590,6 +602,9 @@ 12374864c655a2cefb0d65caaacf215d5365ec5f jdk7u45-b18 3677c8cc3c89c0fa608f485b84396e4cf755634b jdk7u45-b30 520b7b3d9153c1407791325946b07c5c222cf0d6 jdk7u45-b31 +ae4adc1492d1c90a70bd2d139a939fc0c8329be9 jdk7u60-b00 +af1fc2868a2b919727bfbb0858449bd991bbee4a jdk7u40-b60 +cc83359f5e5eb46dd9176b0a272390b1a0a51fdc hs24.60-b01 c373a733d5d5147f99eaa2b91d6b937c28214fc9 jdk7u45-b33 0bcb43482f2ac5615437541ffb8dc0f79ece3148 jdk7u45-b34 12ea8d416f105f5971c808c89dddc1006bfc4c53 jdk7u45-b35 @@ -646,6 +661,8 @@ 0025a2a965c8f21376278245c2493d8861386fba jdk7u60-b02 fa59add77d1a8f601a695f137248462fdc68cc2f hs24.60-b05 a59134ccb1b704b2cd05e157970d425af43e5437 hs24.60-b06 +bc178be7e9d6fcc97e09c909ffe79d96e2305218 icedtea-2.5pre01 +f30e87f16d90f1e659b935515a3fc083ab8a0156 icedtea-2.5pre02 2c971ed884cec0a9293ccff3def696da81823225 jdk7u60-b03 1afbeb8cb558429156d432f35e7582716053a9cb hs24.60-b07 05fe7a87d14908eb3f21a0d29fc72cee2f996b7f jdk7u60-b04 @@ -810,13 +827,36 @@ ff18bcebe2943527cdbc094375c38c27ec7f2442 hs24.80-b03 1b9722b5134a8e565d8b8fe851849e034beff057 hs24.80-b04 04d6919c44db8c9d811ef0ac4775a579f854cdfc hs24.80-b05 +882a93010fb90f928331bf31a226992755d6cfb2 icedtea-2.6pre01 ee18e60e7e8da9f1912895af353564de0330a2b1 hs24.80-b06 +138ef7288fd40de0012a3a24839fa7cb3569ab43 icedtea-2.6pre02 +4ab69c6e4c85edf628c01c685bc12c591b9807d9 icedtea-2.6pre03 +b226be2040f971855626f5b88cb41a7d5299fea0 jdk7u60-b14 +2fd819c8b5066a480f9524d901dbd34f2cf563ad icedtea-2.6pre04 +fae3b09fe959294f7a091a6ecaae91daf1cb4f5c icedtea-2.6pre05 05fe7a87d14908eb3f21a0d29fc72cee2f996b7f jdk7u80-b00 e2533d62ca887078e4b952a75a75680cfb7894b9 jdk7u80-b01 +8ffb87775f56ed5c602f320d2513351298ee4778 icedtea-2.6pre07 +b517477362d1b0d4f9b567c82db85136fd14bc6e icedtea-2.6pre06 +6d5ec408f4cac2c2004bf6120403df1b18051a21 icedtea-2.6pre08 bad107a5d096b070355c5a2d80aa50bc5576144b jdk7u80-b02 +4722cfd15c8386321c8e857951b3cb55461e858b icedtea-2.6pre09 +c8417820ac943736822e7b84518b5aca80f39593 icedtea-2.6pre10 +e13857ecc7870c28dbebca79ff36612693dac157 icedtea-2.6pre11 9d2b485d2a58ea57ab2b3c06b2128f456ab39a38 jdk7u80-b03 +0c2099cd04cd24778c5baccc7c8a72c311ef6f84 icedtea-2.6pre12 +c6fa18ed8a01a15e1210bf44dc7075463e0a514b icedtea-2.6pre13 +1d3d9e81c8e16bfe948da9bc0756e922a3802ca4 icedtea-2.6pre14 +5ad4c09169742e076305193c1e0b8256635cf33e icedtea-2.6pre15 +7891f0e7ae10d8f636fdbf29bcfe06f43d057e5f icedtea-2.6pre16 +4d25046abb67ae570ae1dbb5e3e48e7a63d93b88 icedtea-2.6pre17 a89267b51c40cba0b26fe84831478389723c8321 jdk7u80-b04 00402b4ff7a90a6deba09816192e335cadfdb4f0 jdk7u80-b05 +1792bfb4a54d87ff87438413a34004a6b6004987 icedtea-2.6pre18 +8f3c9cf0636f4d40e9c3647e03c7d0ca6d1019ee icedtea-2.6pre19 +904317834a259bdddd4568b74874c2472f119a3c icedtea-2.6pre20 +1939c010fd371d22de5c1baf2583a96e8f38da44 icedtea-2.6pre21 +cb42e88f9787c8aa28662f31484d605e550c6d53 icedtea-2.6pre22 87d4354a3ce8aafccf1f1cd9cb9d88a58731dde8 jdk7u80-b06 d496bd71dc129828c2b5962e2072cdb591454e4a jdk7u80-b07 5ce33a4444cf74e04c22fb11b1e1b76b68a6477a jdk7u80-b08 @@ -829,26 +869,63 @@ 27e0103f3b11f06bc3277914564ed9a1976fb3d5 jdk7u80-b30 426e09df7eda980317d1308af15c29ef691cd471 jdk7u80-b15 198c700d102cc2051b304fc382ac58c5d76e8d26 jdk7u80-b32 -ea2051eb6ee8be8e292711caaae05a7014466ddc jdk7u85-b00 -1c6c2bdf4321c0ece7723663341f7f1a35cac843 jdk7u85-b01 +1afefe2d5f90112e87034a4eac57fdad53fe5b9f icedtea-2.6pre23 +94f15794d5e7847a60540eacbe3e276dbe127a1a icedtea-2.6pre24 +94f15794d5e7847a60540eacbe3e276dbe127a1a icedtea-2.6.0 +501fc984fa3b3d51e1a7f1220f2de635a2b370b9 jdk7u85-b00 +3f1b4a1fe4a274cd1f89d9ec83d8018f7f4b7d01 jdk7u85-b01 +94f15794d5e7847a60540eacbe3e276dbe127a1a icedtea-2.6-branchpoint +b19bc5aeaa099ac73ee8341e337a007180409593 icedtea-2.6.1 e45a07be1cac074dfbde6757f64b91f0608f30fb jdk7u85-b02 +25077ae8f6d2c512e74bfb3e5c1ed511b7c650de icedtea-2.6.2pre01 +1500c88d1b61914b3fbe7dfd8c521038bd95bde3 icedtea-2.6.2pre02 cce12560430861a962349343b61d3a9eb12c6571 jdk7u91-b00 5eaaa63440c4416cd9c03d586f72b3be8c7c73f8 jdk7u91-b01 +f40363c111917466319901436650f22f8403b749 icedtea-2.6.2 2f2d431ace967c9a71194e1bb46f38b35ea43512 jdk7u91-b02 +c3cde6774003850aa6c44315c9c3e4dfdac69798 icedtea-2.6.3 b3c5ff648bcad305163b323ad15dde1b6234d501 jdk7u95-b00 +19d919ae5506a750e3a0bcc6bd176c66b7e1e65d icedtea-2.6.4 631da593499ee184ea8efb2bc5491e0d99ac636d jdk7u99-b00 +04d7046d2d41ae18c762fbdad7e114fdd55e2282 icedtea-2.6.5 +825fa447453ad85b3a6f11f87c5147b8b78fb3ab icedtea-2.6.6pre01 6e42747134be8a4a366d337da1fc84a847ad8381 jdk7u101-b00 +3022a3d80efd705e861b90cece4f6fdc73f6de97 icedtea-2.6.6 +b4a17ff67e26e5e64680ab68c398dbecc46ee7c4 icedtea-2.6.7pre01 14d0f4da4a74897fc3274f8f549f41544bb4625a jdk7u111-b00 9efa3fae3c278a7f48badec775d7f9b2d5320b6d jdk7u111-b01 +75297b84957ed87867b0863be1a895a0de76d994 icedtea-2.6.7 +6b87ff3af68f636e473e2254c8e9a8c36ca514a6 icedtea-2.6.8pre01 17b40d99ea3665de2bfffe163b68f2dfcf675cba jdk7u121-b00 +223f6c442d4987da3508893fb35e4419b33dc7f7 icedtea-2.6.8 +1d30f5a7723eeeb8092eed80d305fe6cdf530b1f icedtea-2.6.9pre01 95e4ea3d479ebdab9d78725776b6b11d4add6b0e jdk7u131-b00 +9fc0d63c2a741ad9567580ead69b9cbf220f968f icedtea-2.6.9 +ada095ab78a923f10b40935d6e3fa1a42dc2358a icedtea-2.6.10pre01 be8da42894af5f7d11b4bad83e166186f01ce1b4 jdk7u141-b00 22c5a6ca09e35b63baf51bad4cb3d8f0cf326705 jdk7u141-b01 56ad25be7d88c2c2da562fe1e8879c8723d01da1 jdk7u141-b02 +8edec8d2933aa575e7da2656b0fc4d8b904b1997 icedtea-2.6.10 +a8044a7634d086a85ac71b8674b432424606a85c icedtea-2.6.11pre01 75662a7ec1719b3133636d09bd078968579a55ab jdk7u151-b00 d0c7cea0660f7a8188a7b8c1f6d1a6c8d6388fb0 jdk7u151-b01 +809ae803d8ea9fd1af5cda606931959086dde30c icedtea-2.6.11 +9777e52ab513f7912e90433ccb6d7d6ecb7e0244 icedtea-2.6.12pre01 fc789043683d3cf424f97176bd77cf7abe5bd01a jdk7u161-b00 2965926dc5176c075e7a68c5d82bfd0ffa91cd5e jdk7u161-b01 +7fe1098f101e3bb5a2e5ed47ab0a596f4b74847a icedtea-2.6.12 66e04addced6cc25701d2f6c6477051279006a14 jdk7u171-b00 d07df83bf5755c518bb0acc65cd6a33da38014b5 jdk7u171-b01 ce3abb5889fb01808cab7489e83c1dc448743b70 jdk7u171-b02 +f96baf6b460751580465a599ed2fba0c912e4bad icedtea-2.6.13 +79d8447a461c7319969585c363649901b4c2773a icedtea-2.6.14pre01 +205c34770f355f726055a716ecc8991dd3bbd8fd jdk7u181-b00 +6865c5a6ec36e80772ec47e14f7926b92053b551 jdk7u181-b01 +56142fb6814b3fbe81d580622583829976c6d08e icedtea-2.6.14 +592120da2a2b32c188d93212dd1929064e0723f0 icedtea-2.6.15pre01 +0000000000000000000000000000000000000000 jdk7u181-b00 +82e6757505da54dc58be6653c8b3464b58f6cb62 jdk7u181-b00 +0000000000000000000000000000000000000000 jdk7u181-b01 +e5e4dd834ac3a3299c9715f98919a3ab43b5381e jdk7u181-b01 +327ea6f9647c0ef2e872a2adbf9b9fa180dd9070 jdk7u191-b00 +b95ee63b279a56f99fbcd5983ce337018aa87861 jdk7u191-b01 diff -r 7d1eb0dcab5a -r b4d5ee13399f .jcheck/conf --- a/.jcheck/conf Tue Apr 17 22:51:28 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -project=jdk7 -bugids=dup diff -r 7d1eb0dcab5a -r b4d5ee13399f agent/src/os/linux/Makefile --- a/agent/src/os/linux/Makefile Tue Apr 17 22:51:28 2018 +0100 +++ b/agent/src/os/linux/Makefile Wed Jul 18 23:47:37 2018 +0100 @@ -23,7 +23,12 @@ # ARCH := $(shell if ([ `uname -m` = "ia64" ]) ; then echo ia64 ; elif ([ `uname -m` = "x86_64" ]) ; then echo amd64; elif ([ `uname -m` = "sparc64" ]) ; then echo sparc; else echo i386 ; fi ) -GCC = gcc + +ifndef BUILD_GCC +BUILD_GCC = gcc +endif + +GCC = $(BUILD_GCC) JAVAH = ${JAVA_HOME}/bin/javah @@ -40,7 +45,7 @@ LIBS = -lthread_db -CFLAGS = -c -fPIC -g -D_GNU_SOURCE -D$(ARCH) $(INCLUDES) -D_FILE_OFFSET_BITS=64 +CFLAGS = -c -fPIC -g -D_GNU_SOURCE -D_$(ARCH)_ $(if $(filter $(ARCH),alpha),,-D$(ARCH)) $(INCLUDES) -D_FILE_OFFSET_BITS=64 LIBSA = $(ARCH)/libsaproc.so @@ -73,7 +78,7 @@ $(GCC) -shared $(LFLAGS_LIBSA) -o $(LIBSA) $(OBJS) $(LIBS) test.o: test.c - $(GCC) -c -o test.o -g -D_GNU_SOURCE -D$(ARCH) $(INCLUDES) test.c + $(GCC) -c -o test.o -g -D_GNU_SOURCE -D_$(ARCH)_ $(if $(filter $(ARCH),alpha),,-D$(ARCH)) $(INCLUDES) test.c test: test.o $(GCC) -o test test.o -L$(ARCH) -lsaproc $(LIBS) diff -r 7d1eb0dcab5a -r b4d5ee13399f agent/src/os/linux/elfmacros.h --- a/agent/src/os/linux/elfmacros.h Tue Apr 17 22:51:28 2018 +0100 +++ b/agent/src/os/linux/elfmacros.h Wed Jul 18 23:47:37 2018 +0100 @@ -33,6 +33,7 @@ #define ELF_NHDR Elf64_Nhdr #define ELF_DYN Elf64_Dyn #define ELF_ADDR Elf64_Addr +#define ELF_AUXV Elf64_auxv_t #define ELF_ST_TYPE ELF64_ST_TYPE @@ -45,6 +46,7 @@ #define ELF_NHDR Elf32_Nhdr #define ELF_DYN Elf32_Dyn #define ELF_ADDR Elf32_Addr +#define ELF_AUXV Elf32_auxv_t #define ELF_ST_TYPE ELF32_ST_TYPE diff -r 7d1eb0dcab5a -r b4d5ee13399f agent/src/os/linux/libproc.h --- a/agent/src/os/linux/libproc.h Tue Apr 17 22:51:28 2018 +0100 +++ b/agent/src/os/linux/libproc.h Wed Jul 18 23:47:37 2018 +0100 @@ -34,7 +34,7 @@ #include "libproc_md.h" #endif -#include +#include /************************************************************************************ diff -r 7d1eb0dcab5a -r b4d5ee13399f agent/src/os/linux/ps_core.c --- a/agent/src/os/linux/ps_core.c Tue Apr 17 22:51:28 2018 +0100 +++ b/agent/src/os/linux/ps_core.c Wed Jul 18 23:47:37 2018 +0100 @@ -629,6 +629,18 @@ if (notep->n_type == NT_PRSTATUS) { if (core_handle_prstatus(ph, descdata, notep->n_descsz) != true) return false; + } else if (notep->n_type == NT_AUXV) { + // Get first segment from entry point + ELF_AUXV *auxv = (ELF_AUXV *)descdata; + while (auxv->a_type != AT_NULL) { + if (auxv->a_type == AT_ENTRY) { + // Set entry point address to address of dynamic section. + // We will adjust it in read_exec_segments(). + ph->core->dynamic_addr = auxv->a_un.a_val; + break; + } + auxv++; + } } p = descdata + ROUNDUP(notep->n_descsz, 4); } @@ -811,7 +823,13 @@ // from PT_DYNAMIC we want to read address of first link_map addr case PT_DYNAMIC: { - ph->core->dynamic_addr = exec_php->p_vaddr; + if (exec_ehdr->e_type == ET_EXEC) { + ph->core->dynamic_addr = exec_php->p_vaddr; + } else { // ET_DYN + // dynamic_addr has entry point of executable. + // Thus we should substract it. + ph->core->dynamic_addr += exec_php->p_vaddr - exec_ehdr->e_entry; + } print_debug("address of _DYNAMIC is 0x%lx\n", ph->core->dynamic_addr); break; } @@ -1007,8 +1025,9 @@ goto err; } - if (read_elf_header(ph->core->exec_fd, &exec_ehdr) != true || exec_ehdr.e_type != ET_EXEC) { - print_debug("executable file is not a valid ELF ET_EXEC file\n"); + if (read_elf_header(ph->core->exec_fd, &exec_ehdr) != true || + ((exec_ehdr.e_type != ET_EXEC) && (exec_ehdr.e_type != ET_DYN))) { + print_debug("executable file is not a valid ELF file\n"); goto err; } diff -r 7d1eb0dcab5a -r b4d5ee13399f agent/src/os/linux/ps_proc.c --- a/agent/src/os/linux/ps_proc.c Tue Apr 17 22:51:28 2018 +0100 +++ b/agent/src/os/linux/ps_proc.c Wed Jul 18 23:47:37 2018 +0100 @@ -263,7 +263,7 @@ static bool read_lib_info(struct ps_prochandle* ph) { char fname[32]; - char buf[256]; + char buf[PATH_MAX]; FILE *fp = NULL; sprintf(fname, "/proc/%d/maps", ph->pid); @@ -273,10 +273,52 @@ return false; } - while(fgets_no_cr(buf, 256, fp)){ - char * word[6]; - int nwords = split_n_str(buf, 6, word, ' ', '\0'); - if (nwords > 5 && find_lib(ph, word[5]) == false) { + while(fgets_no_cr(buf, PATH_MAX, fp)){ + char * word[7]; + int nwords = split_n_str(buf, 7, word, ' ', '\0'); + + if (nwords < 6) { + // not a shared library entry. ignore. + continue; + } + + if (word[5][0] == '[') { + // not a shared library entry. ignore. + if (strncmp(word[5],"[stack",6) == 0) { + continue; + } + if (strncmp(word[5],"[heap]",6) == 0) { + continue; + } + + // SA don't handle VDSO + if (strncmp(word[5],"[vdso]",6) == 0) { + continue; + } + if (strncmp(word[5],"[vsyscall]",6) == 0) { + continue; + } + } + + if (nwords > 6) { + // prelink altered mapfile when the program is running. + // Entries like one below have to be skipped + // /lib64/libc-2.15.so (deleted) + // SO name in entries like one below have to be stripped. + // /lib64/libpthread-2.15.so.#prelink#.EECVts + char *s = strstr(word[5],".#prelink#"); + if (s == NULL) { + // No prelink keyword. skip deleted library + print_debug("skip shared object %s deleted by prelink\n", word[5]); + continue; + } + + // Fall through + print_debug("rectifing shared object name %s changed by prelink\n", word[5]); + *s = 0; + } + + if (find_lib(ph, word[5]) == false) { intptr_t base; lib_info* lib; #ifdef _LP64 diff -r 7d1eb0dcab5a -r b4d5ee13399f agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java --- a/agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java Tue Apr 17 22:51:28 2018 +0100 +++ b/agent/src/share/classes/sun/jvm/hotspot/opto/PhaseCFG.java Wed Jul 18 23:47:37 2018 +0100 @@ -44,7 +44,7 @@ Type type = db.lookupType("PhaseCFG"); numBlocksField = new CIntField(type.getCIntegerField("_num_blocks"), 0); blocksField = type.getAddressField("_blocks"); - bbsField = type.getAddressField("_bbs"); + bbsField = type.getAddressField("_node_to_block_mapping"); brootField = type.getAddressField("_broot"); } diff -r 7d1eb0dcab5a -r b4d5ee13399f make/bsd/Makefile --- a/make/bsd/Makefile Tue Apr 17 22:51:28 2018 +0100 +++ b/make/bsd/Makefile Wed Jul 18 23:47:37 2018 +0100 @@ -282,7 +282,23 @@ $(BUILDTREE) VARIANT=shark VARIANTARCH=$(VARIANTARCH) platform_zero: $(GAMMADIR)/make/$(OSNAME)/platform_zero.in - $(SED) 's/@ZERO_ARCHDEF@/$(ZERO_ARCHDEF)/g;s/@ZERO_LIBARCH@/$(ZERO_LIBARCH)/g;' < $< > $@ +ifeq ($(ZERO_ARCHDEF),PPC) + ifndef LP64 + $(SED) 's/@ZERO_ARCHDEF@/-DPPC -DPPC32/g;s/@ZERO_LIBARCH@/$(ZERO_LIBARCH)/g;' < $< > $@ + else + $(SED) 's/@ZERO_ARCHDEF@/-DPPC -DPPC64/g;s/@ZERO_LIBARCH@/$(ZERO_LIBARCH)/g;' < $< > $@ + endif +else + ifeq ($(ZERO_ARCHDEF),PPC64) + $(SED) 's/@ZERO_ARCHDEF@/-DPPC -DPPC64/g;s/@ZERO_LIBARCH@/$(ZERO_LIBARCH)/g;' < $< > $@ + else + ifeq ($(ZERO_ARCHDEF),PPC32) + $(SED) 's/@ZERO_ARCHDEF@/-DPPC -DPPC32/g;s/@ZERO_LIBARCH@/$(ZERO_LIBARCH)/g;' < $< > $@ + else + $(SED) 's/@ZERO_ARCHDEF@/-D$(ZERO_ARCHDEF)/g;s/@ZERO_LIBARCH@/$(ZERO_LIBARCH)/g;' < $< > $@ + endif + endif +endif # Define INSTALL=y at command line to automatically copy JVM into JAVA_HOME diff -r 7d1eb0dcab5a -r b4d5ee13399f make/bsd/makefiles/gcc.make --- a/make/bsd/makefiles/gcc.make Tue Apr 17 22:51:28 2018 +0100 +++ b/make/bsd/makefiles/gcc.make Wed Jul 18 23:47:37 2018 +0100 @@ -137,6 +137,20 @@ # Ineffecient 16-byte stack re-alignment on Darwin/IA32 ARCHFLAG/i486 += -mstackrealign endif +# gcc bug http://gcc.gnu.org/PR63341 in ppc code generation requires -fno-tree-vectorize for now +ARCHFLAG/ppc += -fno-tree-vectorize +ARCHFLAG/ppc64 += -fno-tree-vectorize +ifeq ($(TYPE),ZERO) + ifeq ($(ZERO_ARCHDEF),PPC) + ARCHFLAG/zero += -fno-tree-vectorize + endif + ifeq ($(ZERO_ARCHDEF),PPC32) + ARCHFLAG/zero += -fno-tree-vectorize + endif + ifeq ($(ZERO_ARCHDEF),PPC64) + ARCHFLAG/zero += -fno-tree-vectorize + endif +endif CFLAGS += $(ARCHFLAG) AOUT_FLAGS += $(ARCHFLAG) diff -r 7d1eb0dcab5a -r b4d5ee13399f make/bsd/makefiles/vm.make --- a/make/bsd/makefiles/vm.make Tue Apr 17 22:51:28 2018 +0100 +++ b/make/bsd/makefiles/vm.make Wed Jul 18 23:47:37 2018 +0100 @@ -187,7 +187,7 @@ Src_Dirs/SHARK := $(CORE_PATHS) $(SHARK_PATHS) Src_Dirs := $(Src_Dirs/$(TYPE)) -COMPILER2_SPECIFIC_FILES := opto libadt bcEscapeAnalyzer.cpp chaitin\* c2_\* runtime_\* +COMPILER2_SPECIFIC_FILES := opto libadt bcEscapeAnalyzer.cpp c2_\* runtime_\* COMPILER1_SPECIFIC_FILES := c1_\* SHARK_SPECIFIC_FILES := shark ZERO_SPECIFIC_FILES := zero diff -r 7d1eb0dcab5a -r b4d5ee13399f make/bsd/platform_zero.in --- a/make/bsd/platform_zero.in Tue Apr 17 22:51:28 2018 +0100 +++ b/make/bsd/platform_zero.in Wed Jul 18 23:47:37 2018 +0100 @@ -14,4 +14,4 @@ gnu_dis_arch = zero -sysdefs = -D_ALLBSD_SOURCE -D_GNU_SOURCE -DCC_INTERP -DZERO -D at ZERO_ARCHDEF@ -DZERO_LIBARCH=\"@ZERO_LIBARCH@\" +sysdefs = -D_ALLBSD_SOURCE -D_GNU_SOURCE -DCC_INTERP -DZERO @ZERO_ARCHDEF@ -DZERO_LIBARCH=\"@ZERO_LIBARCH@\" diff -r 7d1eb0dcab5a -r b4d5ee13399f make/defs.make --- a/make/defs.make Tue Apr 17 22:51:28 2018 +0100 +++ b/make/defs.make Wed Jul 18 23:47:37 2018 +0100 @@ -270,7 +270,7 @@ # Use uname output for SRCARCH, but deal with platform differences. If ARCH # is not explicitly listed below, it is treated as x86. - SRCARCH = $(ARCH/$(filter sparc sparc64 ia64 amd64 x86_64 arm ppc ppc64 zero,$(ARCH))) + SRCARCH = $(ARCH/$(filter sparc sparc64 ia64 amd64 x86_64 arm ppc ppc64 zero aarch64,$(ARCH))) ARCH/ = x86 ARCH/sparc = sparc ARCH/sparc64= sparc @@ -281,6 +281,7 @@ ARCH/ppc = ppc ARCH/arm = arm ARCH/zero = zero + ARCH/aarch64 = aarch64 From bugzilla-daemon at icedtea.classpath.org Mon Jul 23 13:23:13 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:23:13 +0000 Subject: [Bug 3608] [IcedTea7] CVE-2018-3639 hw: cpu: speculative store bypass mitigation In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3608 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=efa98ed4bd43 author: andrew date: Tue Jul 03 04:06:06 2018 +0100 PR3608: CVE-2018-3639 hw: cpu: speculative store bypass mitigation -- 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 Jul 23 13:23:22 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:23:22 +0000 Subject: [Bug 3604] [IcedTea7] Frequent JVM Crash SIGSEGV same stacktrace location during tomcat start with hibernate init on 7u181-2.6.14-0ubuntu0.1 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3604 --- Comment #5 from hg commits --- details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=e012acbfcd40 author: andrew date: Wed Jul 11 23:46:17 2018 +0100 PR3604: Frequent JVM Crash SIGSEGV same stacktrace location during tomcat start with hibernate init on 7u181-2.6.14-0ubuntu0.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 Mon Jul 23 13:23:39 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:23:39 +0000 Subject: [Bug 3615] [IcedTea7] Fix whitespace in hotspot/src/cpu/aarch64 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3615 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=7b5dbfab9d89 author: andrew date: Wed Jul 18 23:40:56 2018 +0100 PR3615: Fix whitespace in hotspot/src/cpu/aarch64 -- 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 Jul 23 13:23:47 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:23:47 +0000 Subject: [Bug 3614] [IcedTea7] Backport "8207345: AArch64: Trampoline generation code reads from uninitialized memory" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3614 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=b4d5ee13399f author: aph date: Wed Jul 18 23:47:37 2018 +0100 8207345, PR3614: Trampoline generation code reads from uninitialized memory Reviewed-by: shade -- 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 Mon Jul 23 13:24:12 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:24:12 +0000 Subject: /hg/release/icedtea7-forest-2.6/jdk: 71 new changesets Message-ID: changeset 6287b910a0d8 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=6287b910a0d8 author: prr date: Wed May 23 17:47:20 2018 +0100 8183032: Upgrade to LittleCMS 2.9 Reviewed-by: serb, psadhukhan, mschoene, rhalade changeset 37c8e5a1ad38 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=37c8e5a1ad38 author: coffeys date: Wed Apr 04 19:43:07 2018 +0100 8189969: Manifest better manifest entries Reviewed-by: weijun, igerasim changeset 90bf1436e9d0 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=90bf1436e9d0 author: igerasim date: Wed Apr 04 19:48:07 2018 +0100 8189977: Improve permission portability Reviewed-by: rriggs changeset 5fa5a01e5f45 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=5fa5a01e5f45 author: igerasim date: Wed Apr 04 19:56:55 2018 +0100 8189981: Improve queuing portability Reviewed-by: skoivu, rhalade, chegar, igerasim changeset c84bb2bf9d0b in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=c84bb2bf9d0b author: mchinnathamb date: Wed Apr 04 20:03:57 2018 +0100 8189985: Improve tabular data portability Reviewed-by: dfuchs, robm changeset 1ffdd93836cb in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=1ffdd93836cb author: serb date: Wed Nov 15 07:07:16 2017 -0800 8189989: Improve container portability Reviewed-by: prr, azvegint, rhalade, skoivu changeset 4bfbe9f2fa2d in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=4bfbe9f2fa2d author: andrew date: Wed Apr 04 21:05:40 2018 +0100 8200760: java.security-linux was missed in backport of JDK-8160104 Reviewed-by: aph changeset 03c34693f3ce in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=03c34693f3ce author: ohrstrom date: Wed Apr 04 21:13:40 2018 +0100 8001419: Build the JCE portion of JDK-8000970 Summary: Original code done by Fredrik Ohrstrom, separated/pushed by wetmore. 7171982 changes added for backport. Reviewed-by: wetmore changeset 545b232a7a1d in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=545b232a7a1d author: igerasim date: Wed May 23 17:49:08 2018 +0100 8189997: Enhance keystore mechanisms 8194259: keytool error: java.io.IOException: Invalid secret key format Reviewed-by: mullan, valeriep, rriggs, ahgross changeset 65b53f54f536 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=65b53f54f536 author: serb date: Wed Apr 04 23:17:45 2018 +0100 8191696: Better mouse positioning Reviewed-by: skoivu, rhalade, prr, aghaisas changeset e85c0876c905 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=e85c0876c905 author: serb date: Wed Apr 04 23:21:40 2018 +0100 8192030: Better MTSchema support Reviewed-by: skoivu, rhalade, prr, aghaisas changeset 901f3fcdd73c in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=901f3fcdd73c author: rpatil date: Wed Feb 07 00:09:23 2018 -0800 8192757: Improve stub classes implementation Reviewed-by: rriggs, dfuchs, erikj changeset 2e01df28116b in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=2e01df28116b author: igerasim date: Wed Apr 04 23:34:31 2018 +0100 8193409: Improve AES supporting classes Reviewed-by: valeriep changeset 4c7e50519694 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=4c7e50519694 author: igerasim date: Thu Apr 05 00:37:47 2018 +0100 8193414: Improvements in MethodType lookups Reviewed-by: ahgross, jrose changeset a6bffd59d44c in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=a6bffd59d44c author: robm date: Thu Feb 15 19:03:51 2018 +0000 8193833: Better RMI connection support Reviewed-by: smarks changeset 0badf8d0f23a in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=0badf8d0f23a author: snikandrova date: Mon Jul 18 14:39:21 2016 +0300 8054213: Class name repeated in output of Type.toString() Reviewed-by: darcy changeset 09f984c2ea3a in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=09f984c2ea3a author: igerasim date: Thu Apr 05 20:49:21 2018 +0100 8150530: Improve javax.crypto.BadPaddingException messages Reviewed-by: xuelei changeset 27b0acdf5a66 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=27b0acdf5a66 author: rpatil date: Thu Apr 05 22:59:52 2018 +0100 8153955: increase java.util.logging.FileHandler MAX_LOCKS limit Summary: This patch adds a new JDK implementation specific system property "jdk.internal.FileHandlerLogging.maxLocks" to control java.util.logging.FileHandler's MAX_LOCKS limit. Reviewed-by: coffeys, dfuchs changeset 38f474a6e6dd in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=38f474a6e6dd author: igerasim date: Fri Apr 06 16:11:15 2018 +0100 8175075: Add 3DES to the default disabled algorithm security property Reviewed-by: xuelei, mullan, rhalade changeset 2aa9b3af819f in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=2aa9b3af819f author: aivanov date: Fri Apr 06 16:26:41 2018 +0100 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location Reviewed-by: prr, serb, ssadetsky changeset 4d7dc0471094 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=4d7dc0471094 author: robm date: Fri Jan 12 22:16:44 2018 +0000 8186032: Disable XML Signatures signed with EC keys less than 224 bits Reviewed-by: mullan changeset 8a874dabadc3 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=8a874dabadc3 author: vinnie date: Fri Nov 14 14:12:58 2014 +0000 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m Reviewed-by: alanb, weijun changeset fa09fd223c12 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=fa09fd223c12 author: igerasim date: Wed Dec 13 11:59:07 2017 -0800 8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain Reviewed-by: weijun, mullan, ahgross changeset d7501c7b8acc in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=d7501c7b8acc author: rpatil date: Tue Feb 27 19:59:31 2018 -0800 8198494: 8u171 and 8u172 - Build failure on non-SE Linux Platforms Reviewed-by: dfuchs, rriggs, coffeys, aefimov changeset 770235fcc00c in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=770235fcc00c author: coffeys date: Fri Apr 06 17:24:41 2018 +0100 8029020: Check src/share/native/java/util/zip code for JNI pending exceptions Reviewed-by: alanb, chegar changeset bfd1a3bfd023 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=bfd1a3bfd023 author: coffeys date: Mon Nov 27 16:53:29 2017 +0000 8189789: tomcat gzip-compressed response bodies appear to be broken in update 151 Reviewed-by: sherman, phh changeset 68fdf51e222f in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=68fdf51e222f author: mullan date: Fri Dec 08 09:37:28 2017 -0500 8191358: Restore TSA certificate expiration check Reviewed-by: coffeys, rhalade changeset ec7b5c20c073 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=ec7b5c20c073 author: robm date: Tue Feb 20 14:00:02 2018 +0000 8191909: Nightly failures in nashorn suite Reviewed-by: chegar changeset 2988ac0854ab in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=2988ac0854ab author: igerasim date: Fri Apr 06 18:37:12 2018 +0100 8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile Reviewed-by: mullan, ahgross changeset a6227be4f236 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=a6227be4f236 author: robm date: Sun Mar 04 16:33:27 2018 +0000 8198963: Fix new rmi property name Reviewed-by: smarks changeset 8461944f5e30 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=8461944f5e30 author: xuelei date: Thu Apr 12 04:24:20 2018 +0100 8020842: IDN do not throw IAE when hostname ends with a trailing dot 8024068: sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java fails Reviewed-by: weijun, michaelm changeset deaf411f47b1 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=deaf411f47b1 author: andrew date: Thu Apr 19 04:51:01 2018 +0100 Added tag jdk7u181-b00 for changeset 9483a1259c9e changeset 27b23be3fb92 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=27b23be3fb92 author: mbalao date: Wed May 02 06:31:31 2018 +0100 8189123: More consistent classloading Reviewed-by: adinn, andrew changeset e71fb79197a2 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=e71fb79197a2 author: ljiang date: Tue Mar 27 18:03:51 2018 -0700 8200314: JDK 8u171 l10n resource file update - msg drop 40 Reviewed-by: coffeys changeset 30f74ee72531 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=30f74ee72531 author: andrew date: Wed May 09 17:41:51 2018 +0100 Added tag jdk7u181-b01 for changeset 18bac81b4778 changeset b80a5d5a3ee1 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=b80a5d5a3ee1 author: andrew date: Tue May 29 08:12:08 2018 +0100 Added tag jdk7u181-b00 for changeset 8461944f5e30 changeset 6662c548c00c in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=6662c548c00c author: andrew date: Tue May 29 08:12:30 2018 +0100 Added tag jdk7u181-b01 for changeset e71fb79197a2 changeset e146e0fb6dee in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=e146e0fb6dee author: mbalao date: Wed Jun 06 17:07:16 2018 +0100 8203182: Release session if initialization of SunPKCS11 Signature fails Summary: Ensure session is properly released in P11Signature class Reviewed-by: valeriep, andrew changeset bfb247488c81 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=bfb247488c81 author: serb date: Fri Jun 22 23:31:21 2018 +0100 8191239: Improve desktop file usage Reviewed-by: duke changeset fa3757953967 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=fa3757953967 author: andrew date: Mon Jun 25 02:52:57 2018 +0100 8205587: Implicit function declaration in jni_util.c Reviewed-by: duke changeset 71a0056c1362 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=71a0056c1362 author: alanb date: Tue Jun 26 04:59:35 2018 +0100 8034856: gcc warnings compiling src/solaris/native/sun/security/pkcs11 8034857: gcc warnings compiling src/solaris/native/sun/management Reviewed-by: sla, mullan changeset 8613e236aef2 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=8613e236aef2 author: mikael date: Mon Feb 24 11:24:43 2014 -0800 8035054: JarFacade.c should not include ctype.h Reviewed-by: alanb changeset 17c67bc36e67 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=17c67bc36e67 author: pchelko date: Tue Jun 26 05:29:58 2018 +0100 8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c 8005695: [parfait] Format string argument mismatch in jdk/src/solaris/native/sun/xawt/XToolkit.c 8005752: [parfait] False positive function call mismatch at jdk/src/solaris/native/sun/xawt/XWindow.c Reviewed-by: art, serb changeset b7bcbd8bd234 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=b7bcbd8bd234 author: mikael date: Tue Jun 26 06:27:23 2018 +0100 8035287: gcc warnings compiling various libraries files Reviewed-by: prr changeset fde0a554135a in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=fde0a554135a author: igerasim date: Wed Jun 27 02:21:09 2018 +0100 8193419: Better Internet address support Reviewed-by: duke changeset f6a4597a378a in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=f6a4597a378a author: asemenyuk date: Wed Jun 27 02:48:57 2018 +0100 8197871: Support Derby connections Reviewed-by: duke changeset 7a50de316fec in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=7a50de316fec author: igerasim date: Wed Jun 27 18:07:09 2018 +0100 8197925: Better stack walking Reviewed-by: duke changeset 81acbbcf9caf in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=81acbbcf9caf author: igerasim date: Sat Jun 23 02:13:44 2018 +0100 8199547: Exception to Pattern Syntax Reviewed-by: duke changeset d0cdea623a11 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=d0cdea623a11 author: rpatil date: Thu Jun 28 02:54:57 2018 +0100 8200666: Improve LDAP support Reviewed-by: duke changeset a79a4ba61527 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=a79a4ba61527 author: igerasim date: Tue Jun 26 23:58:35 2018 +0100 8205491: adjust reflective access checks Reviewed-by: duke changeset b2ab4a83ede0 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=b2ab4a83ede0 author: andrew date: Fri Jun 29 03:15:41 2018 +0100 Added tag jdk7u191-b00 for changeset a79a4ba61527 changeset be706607bb97 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=be706607bb97 author: andrew date: Mon Jul 02 15:58:27 2018 +0100 Merge jdk7u191-b00 changeset fa93c35045f4 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=fa93c35045f4 author: andrew date: Mon Jul 02 16:04:40 2018 +0100 Bump to icedtea-2.6.15 changeset feae126dd9fd in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=feae126dd9fd author: igerasim date: Wed Jul 18 03:16:17 2018 +0100 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently Reviewed-by: mullan changeset 86c11017bc5c in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=86c11017bc5c author: igerasim date: Fri Feb 16 09:43:14 2018 -0800 8076117: EndEntityChecker should not process custom extensions after PKIX validation Reviewed-by: xuelei, mullan changeset c2063e75149a in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=c2063e75149a author: igerasim date: Thu Feb 08 15:59:10 2018 -0800 8157898: SupportedDSAParamGen.java failed with timeout Reviewed-by: xuelei changeset b15e9dfb01fb in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=b15e9dfb01fb author: jnimeh date: Tue Nov 22 20:54:32 2016 -0800 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites. Summary: Provide extra debugging output for JSSE that displays disabled cipher suites Reviewed-by: vinnie, wetmore changeset f6d1518860ad in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=f6d1518860ad author: igerasim date: Wed Feb 14 10:04:46 2018 -0800 8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows Reviewed-by: weijun changeset 113a3deba750 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=113a3deba750 author: dmarkov date: Thu Mar 01 15:57:35 2018 +0000 8187635: On Windows Swing changes keyboard layout on a window activation Reviewed-by: serb, ssadetsky changeset c802f9e517a9 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=c802f9e517a9 author: igerasim date: Mon Feb 05 15:20:13 2018 -0800 8196224: Even better Internet address support Reviewed-by: chegar, rriggs, rhalade, vtewari changeset 70d7fb5d887f in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=70d7fb5d887f author: coffeys date: Thu Feb 08 15:49:35 2018 +0000 8196854: TestFlushableGZIPOutputStream failing with IndexOutOfBoundsException Reviewed-by: sherman, rriggs changeset a0f53c230f47 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=a0f53c230f47 author: clanger date: Wed Jul 18 07:55:45 2018 +0100 8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM Reviewed-by: simonis, cjplummer changeset 9c9ccc335ec3 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=9c9ccc335ec3 author: rpatil date: Thu Apr 19 08:00:49 2018 -0700 8200359: (tz) Upgrade time-zone data to tzdata2018d Reviewed-by: naoto changeset 300736f6839f in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=300736f6839f author: aivanov date: Tue Apr 24 11:23:34 2018 +0100 8201433: Fix potential crash in BufImg_SetupICM Reviewed-by: prr, serb changeset 731678709ecd in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=731678709ecd author: ljiang date: Wed Jul 18 08:06:36 2018 +0100 8202585: JDK 8u181 l10n resource file update Reviewed-by: coffeys changeset 3e4fee8c9a42 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=3e4fee8c9a42 author: robm date: Tue May 15 01:02:58 2018 +0100 8202996: Remove debug print statements from RMI fix Reviewed-by: coffeys changeset 98b5499e6596 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=98b5499e6596 author: rpatil date: Tue Jun 05 02:17:36 2018 -0700 8203233: (tz) Upgrade time-zone data to tzdata2018e Reviewed-by: martin, naoto changeset 4a000ad25b08 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=4a000ad25b08 author: igerasim date: Thu May 31 09:55:04 2018 -0700 8203368: ObjectInputStream filterCheck method throws NullPointerException Reviewed-by: bpb, smarks changeset d8489edc4d85 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=d8489edc4d85 author: andrew date: Wed Jul 18 16:35:50 2018 +0100 Added tag jdk7u191-b01 for changeset 4a000ad25b08 changeset 549b806abb68 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=549b806abb68 author: andrew date: Wed Jul 18 23:32:56 2018 +0100 Merge jdk7u191-b01 changeset 4b546b4829f5 in /hg/release/icedtea7-forest-2.6/jdk details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=4b546b4829f5 author: andrew date: Sun Jul 22 16:16:51 2018 +0100 PR3616: Don't include timestamps in generated documentation diffstat: .hgtags | 78 +- .jcheck/conf | 2 - make/com/sun/java/pack/Makefile | 7 +- make/com/sun/nio/Makefile | 3 +- make/com/sun/nio/sctp/Makefile | 17 +- make/com/sun/security/auth/module/Makefile | 4 - make/common/Defs-embedded.gmk | 4 +- make/common/Defs-linux.gmk | 67 +- make/common/Defs-macosx.gmk | 5 + make/common/Defs.gmk | 28 +- make/common/Demo.gmk | 2 +- make/common/Library.gmk | 42 +- make/common/Program.gmk | 91 +- make/common/Release.gmk | 82 +- make/common/shared/Compiler-gcc.gmk | 76 +- make/common/shared/Defs-java.gmk | 21 +- make/common/shared/Defs-versions.gmk | 2 +- make/common/shared/Defs.gmk | 2 +- make/common/shared/Platform.gmk | 14 +- make/common/shared/Sanity.gmk | 8 + make/docs/Makefile | 7 +- make/java/instrument/Makefile | 6 +- make/java/java/FILES_c.gmk | 1 - make/java/java/mapfile-vers | 6 - make/java/main/java/mapfile-aarch64 | 39 + make/java/net/FILES_c.gmk | 8 +- make/java/net/Makefile | 30 +- make/java/net/mapfile-vers | 5 +- make/java/nio/Makefile | 270 +- make/java/security/Makefile | 12 +- make/java/sun_nio/Makefile | 2 +- make/java/version/Makefile | 5 + make/javax/crypto/Makefile | 74 +- make/javax/sound/SoundDefs.gmk | 72 +- make/jdk_generic_profile.sh | 318 +- make/mkdemo/jvmti/waiters/Makefile | 4 + make/sun/Makefile | 2 +- make/sun/awt/FILES_c_unix.gmk | 10 + make/sun/awt/Makefile | 9 +- make/sun/awt/mawt.gmk | 40 +- make/sun/cmm/lcms/FILES_c_unix.gmk | 7 +- make/sun/cmm/lcms/Makefile | 7 +- make/sun/font/Makefile | 25 +- make/sun/gtk/FILES_c_unix.gmk | 41 + make/sun/gtk/FILES_export_unix.gmk | 31 + make/sun/gtk/Makefile | 84 + make/sun/gtk/mapfile-vers | 72 + make/sun/javazic/tzdata/VERSION | 2 +- make/sun/javazic/tzdata/africa | 96 +- make/sun/javazic/tzdata/antarctica | 3 +- make/sun/javazic/tzdata/asia | 193 +- make/sun/javazic/tzdata/australasia | 123 +- make/sun/javazic/tzdata/europe | 124 +- make/sun/javazic/tzdata/northamerica | 27 +- make/sun/javazic/tzdata/southamerica | 430 +- make/sun/javazic/tzdata/zone.tab | 2 +- make/sun/jawt/Makefile | 7 + make/sun/jpeg/FILES_c.gmk | 6 +- make/sun/jpeg/Makefile | 11 +- make/sun/lwawt/FILES_c_macosx.gmk | 6 + make/sun/lwawt/Makefile | 7 +- make/sun/native2ascii/Makefile | 2 +- make/sun/net/FILES_java.gmk | 229 +- make/sun/nio/cs/Makefile | 4 +- make/sun/security/Makefile | 18 +- make/sun/security/ec/Makefile | 30 +- make/sun/security/ec/mapfile-vers | 1 + make/sun/security/jgss/wrapper/Makefile | 2 +- make/sun/security/krb5/Makefile | 8 +- make/sun/security/krb5/internal/ccache/Makefile | 49 + make/sun/security/mscapi/Makefile | 2 +- make/sun/security/pkcs11/Makefile | 6 +- make/sun/security/smartcardio/Makefile | 17 +- make/sun/splashscreen/FILES_c.gmk | 76 +- make/sun/splashscreen/Makefile | 35 +- make/sun/xawt/FILES_c_unix.gmk | 25 +- make/sun/xawt/FILES_export_unix.gmk | 3 +- make/sun/xawt/Makefile | 64 +- make/sun/xawt/mapfile-vers | 37 - make/tools/Makefile | 9 + make/tools/freetypecheck/Makefile | 4 +- make/tools/generate_nimbus/Makefile | 1 + make/tools/src/build/tools/buildmetaindex/BuildMetaIndex.java | 22 +- make/tools/src/build/tools/compileproperties/CompileProperties.java | 9 +- make/tools/src/build/tools/dirdiff/DirDiff.java | 4 +- make/tools/src/build/tools/dtdbuilder/DTDBuilder.java | 34 +- make/tools/src/build/tools/dtdbuilder/DTDInputStream.java | 6 +- make/tools/src/build/tools/dtdbuilder/DTDParser.java | 44 +- make/tools/src/build/tools/dtdbuilder/PublicMapping.java | 6 +- make/tools/src/build/tools/generatebreakiteratordata/CharSet.java | 16 +- make/tools/src/build/tools/generatebreakiteratordata/DictionaryBasedBreakIteratorBuilder.java | 8 +- make/tools/src/build/tools/generatebreakiteratordata/GenerateBreakIteratorData.java | 6 +- make/tools/src/build/tools/generatebreakiteratordata/RuleBasedBreakIteratorBuilder.java | 201 +- make/tools/src/build/tools/generatebreakiteratordata/SupplementaryCharacterData.java | 6 +- make/tools/src/build/tools/generatecharacter/GenerateCharacter.java | 4 +- make/tools/src/build/tools/generatecharacter/SpecialCaseMap.java | 145 +- make/tools/src/build/tools/generatecharacter/UnicodeSpec.java | 22 +- make/tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java | 64 +- make/tools/src/build/tools/hasher/Hasher.java | 38 +- make/tools/src/build/tools/jarsplit/JarSplit.java | 5 +- make/tools/src/build/tools/javazic/Gen.java | 14 +- make/tools/src/build/tools/javazic/GenDoc.java | 16 +- make/tools/src/build/tools/javazic/Main.java | 3 +- make/tools/src/build/tools/javazic/Simple.java | 23 +- make/tools/src/build/tools/javazic/Time.java | 10 +- make/tools/src/build/tools/javazic/Zoneinfo.java | 18 +- make/tools/src/build/tools/jdwpgen/AbstractCommandNode.java | 7 +- make/tools/src/build/tools/jdwpgen/AbstractGroupNode.java | 7 +- make/tools/src/build/tools/jdwpgen/AbstractNamedNode.java | 14 +- make/tools/src/build/tools/jdwpgen/AbstractTypeListNode.java | 26 +- make/tools/src/build/tools/jdwpgen/AltNode.java | 4 +- make/tools/src/build/tools/jdwpgen/CommandSetNode.java | 11 +- make/tools/src/build/tools/jdwpgen/ConstantSetNode.java | 9 +- make/tools/src/build/tools/jdwpgen/ErrorSetNode.java | 9 +- make/tools/src/build/tools/jdwpgen/Node.java | 25 +- make/tools/src/build/tools/jdwpgen/OutNode.java | 14 +- make/tools/src/build/tools/jdwpgen/RootNode.java | 10 +- make/tools/src/build/tools/jdwpgen/SelectNode.java | 10 +- make/tools/src/build/tools/makeclasslist/MakeClasslist.java | 15 +- make/tools/src/build/tools/stripproperties/StripProperties.java | 4 +- src/bsd/doc/man/jhat.1 | 4 +- src/linux/doc/man/jhat.1 | 4 +- src/macosx/classes/com/apple/laf/resources/aqua_de.properties | 4 +- src/macosx/native/apple/security/KeystoreImpl.m | 68 +- src/share/back/ThreadGroupReferenceImpl.c | 2 +- src/share/back/invoker.c | 89 +- src/share/back/outStream.c | 4 +- src/share/bin/java.c | 8 +- src/share/bin/wildcard.c | 5 + src/share/classes/com/sun/crypto/provider/CipherCore.java | 5 +- src/share/classes/com/sun/crypto/provider/DESedeWrapCipher.java | 18 +- src/share/classes/com/sun/crypto/provider/FeedbackCipher.java | 6 +- src/share/classes/com/sun/crypto/provider/JceKeyStore.java | 8 +- src/share/classes/com/sun/crypto/provider/KeyProtector.java | 37 +- src/share/classes/com/sun/crypto/provider/SealedObjectForKeyProtector.java | 163 + src/share/classes/com/sun/crypto/provider/ai.java | 64 - src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReader.java | 2 +- src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriter.java | 2 +- src/share/classes/com/sun/java/swing/plaf/gtk/GTKEngine.java | 7 +- src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java | 24 +- src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyle.java | 5 +- src/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessController.java | 2 + src/share/classes/com/sun/jndi/dns/DnsContextFactory.java | 2 +- src/share/classes/com/sun/jndi/ldap/Connection.java | 75 +- src/share/classes/com/sun/jndi/ldap/LdapClient.java | 135 +- src/share/classes/com/sun/jndi/ldap/LdapURL.java | 68 +- src/share/classes/com/sun/media/sound/SoftSynthesizer.java | 34 + src/share/classes/com/sun/naming/internal/ResourceManager.java | 42 +- src/share/classes/com/sun/rowset/RowSetResourceBundle_de.properties | 4 +- src/share/classes/com/sun/rowset/RowSetResourceBundle_sv.properties | 4 +- src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java | 2 +- src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java | 8 +- src/share/classes/com/sun/script/javascript/RhinoTopLevel.java | 2 +- src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties | 2 +- src/share/classes/com/sun/tools/jdi/VirtualMachineImpl.java | 28 +- src/share/classes/java/awt/Container.java | 10 +- src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java | 5 +- src/share/classes/java/awt/Desktop.java | 11 +- src/share/classes/java/awt/ScrollPane.java | 3 +- src/share/classes/java/awt/color/ICC_Profile.java | 4 +- src/share/classes/java/io/FilePermission.java | 4 +- src/share/classes/java/io/InputStream.java | 2 +- src/share/classes/java/io/ObjectInputStream.java | 16 +- src/share/classes/java/io/ObjectStreamClass.java | 58 +- src/share/classes/java/lang/ClassLoader.java | 5 + src/share/classes/java/lang/invoke/MethodType.java | 30 +- src/share/classes/java/net/AbstractPlainDatagramSocketImpl.java | 6 +- src/share/classes/java/net/Inet4Address.java | 2 + src/share/classes/java/net/InetAddress.java | 2 +- src/share/classes/java/net/SocksSocketImpl.java | 4 +- src/share/classes/java/nio/Bits.java | 176 +- src/share/classes/java/nio/file/FileTreeWalker.java | 481 +- src/share/classes/java/nio/file/Files.java | 55 +- src/share/classes/java/security/Policy.java | 1 - src/share/classes/java/text/SimpleDateFormat.java | 2 +- src/share/classes/java/util/Currency.java | 44 +- src/share/classes/java/util/CurrencyData.properties | 20 +- src/share/classes/java/util/Hashtable.java | 4 + src/share/classes/java/util/Vector.java | 29 +- src/share/classes/java/util/concurrent/PriorityBlockingQueue.java | 6 +- src/share/classes/java/util/logging/FileHandler.java | 28 +- src/share/classes/java/util/regex/PatternSyntaxException.java | 4 +- src/share/classes/java/util/zip/Deflater.java | 4 +- src/share/classes/java/util/zip/ZStreamRef.java | 2 +- src/share/classes/java/util/zip/ZipFile.java | 39 +- src/share/classes/javax/crypto/Cipher.java | 172 +- src/share/classes/javax/crypto/SealedObject.java | 48 +- src/share/classes/javax/management/openmbean/TabularDataSupport.java | 7 +- src/share/classes/javax/sql/rowset/BaseRowSet.java | 2 +- src/share/classes/javax/sql/rowset/RowSetMetaDataImpl.java | 18 +- src/share/classes/javax/sql/rowset/RowSetWarning.java | 23 +- src/share/classes/javax/swing/JComponent.java | 13 +- src/share/classes/javax/swing/JDialog.java | 3 +- src/share/classes/javax/swing/JEditorPane.java | 9 +- src/share/classes/javax/swing/JFrame.java | 10 +- src/share/classes/javax/swing/JInternalFrame.java | 6 +- src/share/classes/javax/swing/JMenu.java | 3 +- src/share/classes/javax/swing/JPopupMenu.java | 8 +- src/share/classes/javax/swing/MenuSelectionManager.java | 3 +- src/share/classes/javax/swing/PopupFactory.java | 14 +- src/share/classes/javax/swing/SortingFocusTraversalPolicy.java | 5 +- src/share/classes/javax/swing/SwingUtilities.java | 3 +- src/share/classes/javax/swing/SwingWorker.java | 2 +- src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java | 50 +- src/share/classes/javax/swing/plaf/basic/BasicComboPopup.java | 29 +- src/share/classes/javax/swing/plaf/basic/BasicListUI.java | 5 +- src/share/classes/javax/swing/plaf/basic/BasicPopupMenuUI.java | 20 +- src/share/classes/javax/swing/plaf/basic/BasicRadioButtonUI.java | 2 +- src/share/classes/javax/swing/plaf/basic/BasicTableUI.java | 8 +- src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java | 3 +- src/share/classes/javax/swing/plaf/synth/ImagePainter.java | 5 +- src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java | 3 +- src/share/classes/javax/swing/text/JTextComponent.java | 6 +- src/share/classes/sun/applet/AppletPanel.java | 10 +- src/share/classes/sun/applet/AppletViewerPanel.java | 18 +- src/share/classes/sun/awt/AWTAccessor.java | 4 +- src/share/classes/sun/awt/image/JPEGImageDecoder.java | 2 +- src/share/classes/sun/java2d/cmm/lcms/LCMS.java | 2 +- src/share/classes/sun/java2d/cmm/lcms/LCMSImageLayout.java | 2 +- src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java | 2 +- src/share/classes/sun/java2d/pisces/Dasher.java | 2 +- src/share/classes/sun/misc/JavaxCryptoSealedObjectAccess.java | 38 + src/share/classes/sun/misc/Launcher.java | 16 +- src/share/classes/sun/misc/SharedSecrets.java | 22 +- src/share/classes/sun/misc/Unsafe.java | 415 +- src/share/classes/sun/misc/Version.java.template | 58 +- src/share/classes/sun/nio/ch/FileChannelImpl.java | 5 +- src/share/classes/sun/reflect/generics/reflectiveObjects/ParameterizedTypeImpl.java | 4 +- src/share/classes/sun/rmi/registry/RegistryImpl.java | 14 + src/share/classes/sun/rmi/server/resources/rmid_de.properties | 4 +- src/share/classes/sun/rmi/transport/tcp/TCPTransport.java | 8 + src/share/classes/sun/security/ec/SunEC.java | 6 + src/share/classes/sun/security/krb5/Config.java | 51 +- src/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java | 90 +- src/share/classes/sun/security/pkcs11/Config.java | 3 + src/share/classes/sun/security/pkcs11/P11Cipher.java | 388 +- src/share/classes/sun/security/pkcs11/P11RSACipher.java | 4 +- src/share/classes/sun/security/pkcs11/P11Signature.java | 151 +- src/share/classes/sun/security/pkcs11/P11Util.java | 2 +- src/share/classes/sun/security/pkcs11/Secmod.java | 41 +- src/share/classes/sun/security/pkcs11/SessionManager.java | 85 +- src/share/classes/sun/security/pkcs11/SunPKCS11.java | 23 +- src/share/classes/sun/security/pkcs11/Token.java | 7 +- src/share/classes/sun/security/provider/ByteArrayAccess.java | 9 +- src/share/classes/sun/security/provider/DSAParameterGenerator.java | 1 + src/share/classes/sun/security/provider/PolicyFile.java | 14 +- src/share/classes/sun/security/provider/certpath/OCSP.java | 20 +- src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java | 22 +- src/share/classes/sun/security/rsa/RSAPadding.java | 7 +- src/share/classes/sun/security/ssl/CipherBox.java | 17 +- src/share/classes/sun/security/ssl/ClientHandshaker.java | 107 +- src/share/classes/sun/security/ssl/SSLContextImpl.java | 7 + src/share/classes/sun/security/ssl/SSLEngineImpl.java | 11 + src/share/classes/sun/security/ssl/TrustManagerFactoryImpl.java | 15 +- src/share/classes/sun/security/tools/keytool/Resources_de.java | 18 +- src/share/classes/sun/security/tools/policytool/Resources_de.java | 4 +- src/share/classes/sun/security/tools/policytool/Resources_sv.java | 4 +- src/share/classes/sun/security/util/AuthResources_sv.java | 4 +- src/share/classes/sun/security/util/HostnameChecker.java | 288 +- src/share/classes/sun/security/util/ManifestDigester.java | 86 +- src/share/classes/sun/security/util/Resources_sv.java | 4 +- src/share/classes/sun/security/validator/EndEntityChecker.java | 57 +- src/share/classes/sun/security/validator/Validator.java | 15 +- src/share/classes/sun/swing/DefaultLookup.java | 3 +- src/share/classes/sun/swing/SwingUtilities2.java | 17 +- src/share/classes/sun/tools/jar/resources/jar_de.properties | 4 +- src/share/classes/sun/util/calendar/ZoneInfoFile.java | 41 +- src/share/classes/sun/util/resources/TimeZoneNames.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_de.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_es.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_fr.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_it.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_ja.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_ko.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_pt_BR.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_sv.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_zh_CN.java | 2 +- src/share/classes/sun/util/resources/TimeZoneNames_zh_TW.java | 2 +- src/share/demo/jvmti/gctest/sample.makefile.txt | 6 +- src/share/demo/jvmti/heapTracker/sample.makefile.txt | 19 +- src/share/demo/jvmti/heapViewer/sample.makefile.txt | 5 +- src/share/demo/jvmti/hprof/hprof_init.c | 2 +- src/share/demo/jvmti/hprof/sample.makefile.txt | 6 +- src/share/demo/jvmti/minst/sample.makefile.txt | 19 +- src/share/demo/jvmti/mtrace/sample.makefile.txt | 20 +- src/share/demo/jvmti/versionCheck/sample.makefile.txt | 6 +- src/share/demo/jvmti/waiters/sample.makefile.txt | 8 +- src/share/instrument/JarFacade.c | 12 +- src/share/lib/security/java.security-linux | 48 +- src/share/lib/security/java.security-macosx | 27 +- src/share/lib/security/java.security-solaris | 27 +- src/share/lib/security/java.security-windows | 27 +- src/share/lib/security/nss.cfg.in | 5 + src/share/native/com/sun/java/util/jar/pack/bands.cpp | 6 +- src/share/native/com/sun/java/util/jar/pack/jni.cpp | 6 +- src/share/native/com/sun/java/util/jar/pack/unpack.cpp | 1 - src/share/native/com/sun/media/sound/SoundDefs.h | 10 + src/share/native/common/jni_util.c | 3 +- src/share/native/common/jni_util.h | 18 +- src/share/native/java/net/InetAddress.c | 3 + src/share/native/java/net/net_util.c | 17 +- src/share/native/java/net/net_util.h | 1 + src/share/native/java/nio/Bits.c | 278 - src/share/native/java/util/zip/Deflater.c | 31 +- src/share/native/java/util/zip/Inflater.c | 15 +- src/share/native/java/util/zip/ZipFile.c | 14 +- src/share/native/java/util/zip/zip_util.c | 18 +- src/share/native/java/util/zip/zlib/deflate.c | 6 +- src/share/native/java/util/zip/zlib/patches/ChangeLog_java | 2 + src/share/native/sun/awt/image/BufImgSurfaceData.c | 4 + src/share/native/sun/awt/image/awt_ImageRep.c | 2 +- src/share/native/sun/awt/image/jpeg/README | 385 - src/share/native/sun/awt/image/jpeg/imageioJPEG.c | 12 +- src/share/native/sun/awt/image/jpeg/jcapimin.c | 284 - src/share/native/sun/awt/image/jpeg/jcapistd.c | 165 - src/share/native/sun/awt/image/jpeg/jccoefct.c | 453 - src/share/native/sun/awt/image/jpeg/jccolor.c | 462 - src/share/native/sun/awt/image/jpeg/jcdctmgr.c | 391 - src/share/native/sun/awt/image/jpeg/jchuff.c | 913 -- src/share/native/sun/awt/image/jpeg/jchuff.h | 51 - src/share/native/sun/awt/image/jpeg/jcinit.c | 76 - src/share/native/sun/awt/image/jpeg/jcmainct.c | 297 - src/share/native/sun/awt/image/jpeg/jcmarker.c | 682 - src/share/native/sun/awt/image/jpeg/jcmaster.c | 594 - src/share/native/sun/awt/image/jpeg/jcomapi.c | 110 - src/share/native/sun/awt/image/jpeg/jconfig.h | 43 - src/share/native/sun/awt/image/jpeg/jcparam.c | 614 - src/share/native/sun/awt/image/jpeg/jcphuff.c | 837 -- src/share/native/sun/awt/image/jpeg/jcprepct.c | 358 - src/share/native/sun/awt/image/jpeg/jcsample.c | 523 - src/share/native/sun/awt/image/jpeg/jctrans.c | 392 - src/share/native/sun/awt/image/jpeg/jdapimin.c | 399 - src/share/native/sun/awt/image/jpeg/jdapistd.c | 279 - src/share/native/sun/awt/image/jpeg/jdcoefct.c | 740 - src/share/native/sun/awt/image/jpeg/jdcolor.c | 398 - src/share/native/sun/awt/image/jpeg/jdct.h | 180 - src/share/native/sun/awt/image/jpeg/jddctmgr.c | 273 - src/share/native/sun/awt/image/jpeg/jdhuff.c | 655 - src/share/native/sun/awt/image/jpeg/jdhuff.h | 205 - src/share/native/sun/awt/image/jpeg/jdinput.c | 385 - src/share/native/sun/awt/image/jpeg/jdmainct.c | 516 - src/share/native/sun/awt/image/jpeg/jdmarker.c | 1390 --- src/share/native/sun/awt/image/jpeg/jdmaster.c | 561 - src/share/native/sun/awt/image/jpeg/jdmerge.c | 404 - src/share/native/sun/awt/image/jpeg/jdphuff.c | 672 - src/share/native/sun/awt/image/jpeg/jdpostct.c | 294 - src/share/native/sun/awt/image/jpeg/jdsample.c | 482 - src/share/native/sun/awt/image/jpeg/jdtrans.c | 147 - src/share/native/sun/awt/image/jpeg/jerror.c | 272 - src/share/native/sun/awt/image/jpeg/jerror.h | 295 - src/share/native/sun/awt/image/jpeg/jfdctflt.c | 172 - src/share/native/sun/awt/image/jpeg/jfdctfst.c | 228 - src/share/native/sun/awt/image/jpeg/jfdctint.c | 287 - src/share/native/sun/awt/image/jpeg/jidctflt.c | 246 - src/share/native/sun/awt/image/jpeg/jidctfst.c | 372 - src/share/native/sun/awt/image/jpeg/jidctint.c | 393 - src/share/native/sun/awt/image/jpeg/jidctred.c | 402 - src/share/native/sun/awt/image/jpeg/jinclude.h | 95 - src/share/native/sun/awt/image/jpeg/jmemmgr.c | 1124 -- src/share/native/sun/awt/image/jpeg/jmemnobs.c | 113 - src/share/native/sun/awt/image/jpeg/jmemsys.h | 202 - src/share/native/sun/awt/image/jpeg/jmorecfg.h | 378 - src/share/native/sun/awt/image/jpeg/jpeg-6b/README | 385 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcapimin.c | 284 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcapistd.c | 165 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jccoefct.c | 453 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jccolor.c | 462 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcdctmgr.c | 391 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jchuff.c | 913 ++ src/share/native/sun/awt/image/jpeg/jpeg-6b/jchuff.h | 51 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcinit.c | 76 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcmainct.c | 297 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcmarker.c | 682 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcmaster.c | 594 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcomapi.c | 110 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jconfig.h | 43 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcparam.c | 614 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcphuff.c | 837 ++ src/share/native/sun/awt/image/jpeg/jpeg-6b/jcprepct.c | 358 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jcsample.c | 523 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jctrans.c | 392 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdapimin.c | 399 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdapistd.c | 279 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdcoefct.c | 740 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdcolor.c | 398 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdct.h | 180 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jddctmgr.c | 273 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdhuff.c | 655 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdhuff.h | 205 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdinput.c | 385 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdmainct.c | 516 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdmarker.c | 1390 +++ src/share/native/sun/awt/image/jpeg/jpeg-6b/jdmaster.c | 561 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdmerge.c | 404 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdphuff.c | 672 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdpostct.c | 294 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdsample.c | 482 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jdtrans.c | 147 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jerror.c | 272 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jerror.h | 295 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jfdctflt.c | 172 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jfdctfst.c | 228 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jfdctint.c | 287 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jidctflt.c | 246 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jidctfst.c | 372 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jidctint.c | 393 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jidctred.c | 402 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jinclude.h | 95 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jmemmgr.c | 1124 ++ src/share/native/sun/awt/image/jpeg/jpeg-6b/jmemnobs.c | 113 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jmemsys.h | 202 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jmorecfg.h | 378 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jpegint.h | 396 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jpeglib.h | 1100 ++ src/share/native/sun/awt/image/jpeg/jpeg-6b/jquant1.c | 860 ++ src/share/native/sun/awt/image/jpeg/jpeg-6b/jquant2.c | 1314 +++ src/share/native/sun/awt/image/jpeg/jpeg-6b/jutils.c | 183 + src/share/native/sun/awt/image/jpeg/jpeg-6b/jversion.h | 18 + src/share/native/sun/awt/image/jpeg/jpegdecoder.c | 2 +- src/share/native/sun/awt/image/jpeg/jpegint.h | 396 - src/share/native/sun/awt/image/jpeg/jpeglib.h | 1100 -- src/share/native/sun/awt/image/jpeg/jquant1.c | 860 -- src/share/native/sun/awt/image/jpeg/jquant2.c | 1314 --- src/share/native/sun/awt/image/jpeg/jutils.c | 183 - src/share/native/sun/awt/image/jpeg/jversion.h | 18 - src/share/native/sun/awt/splashscreen/splashscreen_gif.c | 24 +- src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c | 7 +- src/share/native/sun/awt/splashscreen/splashscreen_png.c | 2 +- src/share/native/sun/font/freetypeScaler.c | 255 +- src/share/native/sun/font/layout/CanonShaping.cpp | 10 + src/share/native/sun/font/layout/IndicLayoutEngine.cpp | 2 +- src/share/native/sun/font/layout/IndicReordering.cpp | 6 +- src/share/native/sun/font/layout/IndicReordering.h | 2 +- src/share/native/sun/font/layout/LayoutEngine.cpp | 8 + src/share/native/sun/font/layout/SunLayoutEngine.cpp | 4 + src/share/native/sun/java2d/cmm/lcms/LCMS.c | 6 +- src/share/native/sun/java2d/cmm/lcms/cmsalpha.c | 107 +- src/share/native/sun/java2d/cmm/lcms/cmscam02.c | 2 +- src/share/native/sun/java2d/cmm/lcms/cmscgats.c | 343 +- src/share/native/sun/java2d/cmm/lcms/cmscnvrt.c | 15 +- src/share/native/sun/java2d/cmm/lcms/cmserr.c | 10 +- src/share/native/sun/java2d/cmm/lcms/cmsgamma.c | 466 +- src/share/native/sun/java2d/cmm/lcms/cmsgmt.c | 4 +- src/share/native/sun/java2d/cmm/lcms/cmshalf.c | 6 +- src/share/native/sun/java2d/cmm/lcms/cmsintrp.c | 62 +- src/share/native/sun/java2d/cmm/lcms/cmsio0.c | 71 +- src/share/native/sun/java2d/cmm/lcms/cmsio1.c | 38 +- src/share/native/sun/java2d/cmm/lcms/cmslut.c | 129 +- src/share/native/sun/java2d/cmm/lcms/cmsmd5.c | 2 +- src/share/native/sun/java2d/cmm/lcms/cmsmtrx.c | 2 +- src/share/native/sun/java2d/cmm/lcms/cmsnamed.c | 49 +- src/share/native/sun/java2d/cmm/lcms/cmsopt.c | 176 +- src/share/native/sun/java2d/cmm/lcms/cmspack.c | 553 +- src/share/native/sun/java2d/cmm/lcms/cmspcs.c | 10 +- src/share/native/sun/java2d/cmm/lcms/cmsplugin.c | 72 +- src/share/native/sun/java2d/cmm/lcms/cmsps2.c | 63 +- src/share/native/sun/java2d/cmm/lcms/cmssamp.c | 2 +- src/share/native/sun/java2d/cmm/lcms/cmssm.c | 2 +- src/share/native/sun/java2d/cmm/lcms/cmstypes.c | 235 +- src/share/native/sun/java2d/cmm/lcms/cmsvirt.c | 56 +- src/share/native/sun/java2d/cmm/lcms/cmswtpnt.c | 7 +- src/share/native/sun/java2d/cmm/lcms/cmsxform.c | 33 +- src/share/native/sun/java2d/cmm/lcms/lcms2.h | 68 +- src/share/native/sun/java2d/cmm/lcms/lcms2_internal.h | 128 +- src/share/native/sun/java2d/cmm/lcms/lcms2_plugin.h | 6 +- src/share/native/sun/java2d/loops/GraphicsPrimitiveMgr.h | 6 +- src/share/native/sun/java2d/loops/TransformHelper.c | 11 +- src/share/native/sun/java2d/opengl/OGLContext.c | 2 + src/share/native/sun/security/ec/ECC_JNI.cpp | 123 +- src/share/native/sun/security/ec/ecc_impl.h | 298 + src/share/native/sun/security/ec/impl/ecc_impl.h | 271 - src/share/native/sun/security/pkcs11/wrapper/p11_convert.c | 48 +- src/share/native/sun/security/pkcs11/wrapper/p11_digest.c | 4 +- src/share/native/sun/security/pkcs11/wrapper/p11_dual.c | 8 +- src/share/native/sun/security/pkcs11/wrapper/p11_general.c | 7 +- src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c | 4 +- src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c | 58 +- src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c | 4 +- src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c | 12 +- src/share/native/sun/security/pkcs11/wrapper/p11_sign.c | 20 +- src/share/native/sun/security/pkcs11/wrapper/p11_util.c | 86 +- src/share/native/sun/security/pkcs11/wrapper/pkcs11wrapper.h | 8 +- src/share/npt/npt.h | 8 +- src/solaris/bin/aarch64/jvm.cfg | 36 + src/solaris/bin/java_md_solinux.c | 4 +- src/solaris/bin/ppc64le/jvm.cfg | 33 + src/solaris/classes/java/net/PlainDatagramSocketImpl.java | 4 +- src/solaris/classes/sun/awt/UNIXToolkit.java | 6 + src/solaris/classes/sun/awt/X11/XFramePeer.java | 5 + src/solaris/classes/sun/awt/X11/XMouseInfoPeer.java | 22 +- src/solaris/classes/sun/awt/X11/XNETProtocol.java | 29 +- src/solaris/classes/sun/awt/X11/XToolkit.java | 30 +- src/solaris/classes/sun/awt/X11/XWM.java | 26 +- src/solaris/classes/sun/awt/X11/XWindowPeer.java | 2 + src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties | 377 + src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties | 420 + src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties | 420 + src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties | 377 + src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties | 73 +- src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Gentoo.properties | 385 + src/solaris/classes/sun/awt/motif/MFontConfiguration.java | 3 + src/solaris/classes/sun/java2d/xr/XRRenderer.java | 75 +- src/solaris/classes/sun/java2d/xr/XRUtils.java | 4 +- src/solaris/classes/sun/net/dns/ResolverConfigurationImpl.java | 9 + src/solaris/classes/sun/nio/ch/SctpChannelImpl.java | 2 +- src/solaris/classes/sun/nio/ch/SctpMultiChannelImpl.java | 2 +- src/solaris/classes/sun/nio/ch/SctpServerChannelImpl.java | 2 +- src/solaris/classes/sun/nio/fs/GnomeFileTypeDetector.java | 2 +- src/solaris/classes/sun/nio/fs/UnixFileStore.java | 5 +- src/solaris/classes/sun/print/UnixPrintServiceLookup.java | 2 +- src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java | 89 +- src/solaris/demo/jvmti/hprof/hprof_md.c | 12 +- src/solaris/doc/sun/man/man1/jhat.1 | 4 +- src/solaris/javavm/export/jni_md.h | 18 +- src/solaris/native/com/sun/management/LinuxOperatingSystem.c | 30 +- src/solaris/native/com/sun/security/auth/module/Unix.c | 86 +- src/solaris/native/common/deps/cups_fp.c | 104 + src/solaris/native/common/deps/cups_fp.h | 61 + src/solaris/native/common/deps/fontconfig2/fontconfig/fontconfig.h | 302 + src/solaris/native/common/deps/fontconfig2/fontconfig_fp.c | 208 + src/solaris/native/common/deps/fontconfig2/fontconfig_fp.h | 161 + src/solaris/native/common/deps/gconf2/gconf/gconf-client.h | 41 + src/solaris/native/common/deps/gconf2/gconf_fp.c | 76 + src/solaris/native/common/deps/gconf2/gconf_fp.h | 48 + src/solaris/native/common/deps/glib2/gio/gio_typedefs.h | 61 + src/solaris/native/common/deps/glib2/gio_fp.c | 183 + src/solaris/native/common/deps/glib2/gio_fp.h | 69 + src/solaris/native/common/deps/glib2/glib_fp.h | 70 + src/solaris/native/common/deps/gtk2/gtk/gtk.h | 567 + src/solaris/native/common/deps/gtk2/gtk_fp.c | 367 + src/solaris/native/common/deps/gtk2/gtk_fp.h | 460 + src/solaris/native/common/deps/gtk2/gtk_fp_check.c | 56 + src/solaris/native/common/deps/gtk2/gtk_fp_check.h | 47 + src/solaris/native/common/deps/syscalls_fp.c | 122 + src/solaris/native/common/deps/syscalls_fp.h | 79 + src/solaris/native/java/lang/java_props_md.c | 7 +- src/solaris/native/java/net/AbstractPlainDatagramSocketImpl.c | 89 - src/solaris/native/java/net/Inet4AddressImpl.c | 10 +- src/solaris/native/java/net/Inet6AddressImpl.c | 10 +- src/solaris/native/java/net/NetworkInterface.c | 12 +- src/solaris/native/java/net/PlainDatagramSocketImpl.c | 62 +- src/solaris/native/java/net/net_util_md.c | 5 +- src/solaris/native/java/util/TimeZone_md.c | 58 + src/solaris/native/sun/awt/CUPSfuncs.c | 137 +- src/solaris/native/sun/awt/awt_Font.c | 5 +- src/solaris/native/sun/awt/awt_GTKToolkit.c | 229 + src/solaris/native/sun/awt/awt_GraphicsEnv.c | 20 +- src/solaris/native/sun/awt/awt_InputMethod.c | 6 +- src/solaris/native/sun/awt/awt_LoadLibrary.c | 8 +- src/solaris/native/sun/awt/awt_Robot.c | 33 + src/solaris/native/sun/awt/awt_UNIXToolkit.c | 200 +- src/solaris/native/sun/awt/fontconfig.h | 941 -- src/solaris/native/sun/awt/fontpath.c | 429 +- src/solaris/native/sun/awt/gtk2_interface.c | 996 +- src/solaris/native/sun/awt/gtk2_interface.h | 592 +- src/solaris/native/sun/awt/gtk2_interface_check.c | 34 + src/solaris/native/sun/awt/gtk2_interface_check.h | 42 + src/solaris/native/sun/awt/sun_awt_X11_GtkFileDialogPeer.c | 68 +- src/solaris/native/sun/awt/swing_GTKEngine.c | 76 +- src/solaris/native/sun/awt/swing_GTKStyle.c | 20 +- src/solaris/native/sun/java2d/x11/X11SurfaceData.c | 2 +- src/solaris/native/sun/net/spi/DefaultProxySelector.c | 501 +- src/solaris/native/sun/nio/ch/EPollArrayWrapper.c | 1 - src/solaris/native/sun/nio/ch/Net.c | 8 +- src/solaris/native/sun/nio/ch/Sctp.h | 25 +- src/solaris/native/sun/nio/ch/SctpNet.c | 6 +- src/solaris/native/sun/nio/fs/GnomeFileTypeDetector.c | 134 +- src/solaris/native/sun/nio/fs/LinuxNativeDispatcher.c | 50 +- src/solaris/native/sun/nio/fs/UnixNativeDispatcher.c | 149 +- src/solaris/native/sun/security/krb5/internal/ccache/krb5ccache.c | 113 + src/solaris/native/sun/security/pkcs11/j2secmod_md.c | 6 +- src/solaris/native/sun/security/pkcs11/wrapper/p11_md.h | 5 + src/solaris/native/sun/security/smartcardio/pcsc_md.c | 6 + src/solaris/native/sun/security/smartcardio/pcsc_md.h | 40 + src/solaris/native/sun/xawt/XToolkit.c | 9 +- src/solaris/native/sun/xawt/awt_Desktop.c | 110 +- src/windows/classes/java/net/DefaultDatagramSocketImplFactory.java | 31 +- src/windows/classes/java/net/DualStackPlainDatagramSocketImpl.java | 8 +- src/windows/classes/java/net/TwoStacksPlainDatagramSocketImpl.java | 4 +- src/windows/classes/sun/awt/windows/ThemeReader.java | 18 +- src/windows/classes/sun/awt/windows/WInputMethod.java | 5 +- src/windows/classes/sun/nio/fs/WindowsConstants.java | 1 + src/windows/classes/sun/nio/fs/WindowsFileStore.java | 18 +- src/windows/classes/sun/nio/fs/WindowsLinkSupport.java | 2 +- src/windows/native/java/net/AbstractPlainDatagramSocketImpl.c | 111 - src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c | 50 +- src/windows/native/java/net/Inet4AddressImpl.c | 8 +- src/windows/native/java/net/Inet6AddressImpl.c | 8 +- src/windows/native/java/net/NetworkInterface.c | 7 +- src/windows/native/java/net/NetworkInterface_winXP.c | 4 +- src/windows/native/java/net/TwoStacksPlainDatagramSocketImpl.c | 60 +- src/windows/native/java/net/TwoStacksPlainSocketImpl.c | 6 +- src/windows/native/java/net/net_util_md.c | 5 +- src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.cpp | 8 +- src/windows/native/sun/java2d/windows/GDIWindowSurfaceData.h | 3 +- src/windows/native/sun/security/krb5/NativeCreds.c | 5 +- src/windows/native/sun/security/pkcs11/j2secmod_md.c | 4 +- src/windows/native/sun/security/pkcs11/wrapper/p11_md.h | 4 + src/windows/native/sun/windows/MouseInfo.cpp | 3 +- src/windows/native/sun/windows/ThemeReader.cpp | 4 +- src/windows/native/sun/windows/awt_Component.cpp | 21 +- src/windows/native/sun/windows/awt_Component.h | 6 +- test/ProblemList.txt | 3 + test/TEST.ROOT | 11 +- test/com/oracle/security/ucrypto/TestAES.java | 118 +- test/com/oracle/security/ucrypto/TestDigest.java | 24 +- test/com/oracle/security/ucrypto/TestRSA.java | 304 +- test/com/oracle/security/ucrypto/UcryptoTest.java | 28 +- test/com/sun/crypto/provider/Cipher/AES/Test4513830.java | 1 + test/com/sun/crypto/provider/Cipher/AES/Test4517355.java | 1 + test/com/sun/crypto/provider/Cipher/AES/TestISO10126Padding.java | 1 + test/com/sun/crypto/provider/Cipher/DES/FlushBug.java | 1 + test/com/sun/crypto/provider/Cipher/PBE/PBESealedObject.java | 1 + test/com/sun/crypto/provider/Cipher/PBE/PBKDF2Translate.java | 1 + test/com/sun/crypto/provider/Cipher/PBE/PKCS12Cipher.java | 1 + test/com/sun/crypto/provider/Cipher/PBE/TestCipherKeyWrapperPBEKey.java | 1 + test/com/sun/crypto/provider/Cipher/RSA/TestOAEP.java | 1 + test/com/sun/crypto/provider/Cipher/RSA/TestRSA.java | 1 + test/com/sun/crypto/provider/Cipher/UTIL/TestUtil.java | 13 +- test/com/sun/crypto/provider/KeyAgreement/TestExponentSize.java | 16 +- test/com/sun/crypto/provider/KeyFactory/TestProviderLeak.java | 111 +- test/com/sun/crypto/provider/Mac/EmptyByteBufferTest.java | 65 + test/com/sun/crypto/provider/Mac/HmacSaltLengths.java | 1 + test/com/sun/crypto/provider/Mac/LargeByteBufferTest.java | 89 + test/com/sun/crypto/provider/Mac/MacSameTest.java | 101 + test/com/sun/crypto/provider/Mac/NullByteBufferTest.java | 69 + test/com/sun/crypto/provider/Mac/Utils.java | 79 + test/com/sun/jdi/AllLineLocations.java | 1 - test/com/sun/jdi/ClassesByName.java | 1 - test/com/sun/jdi/ExceptionEvents.java | 1 - test/com/sun/jdi/FilterMatch.java | 1 - test/com/sun/jdi/FilterNoMatch.java | 1 - test/com/sun/jdi/GetUninitializedStringValue.java | 91 + test/com/sun/jdi/LaunchCommandLine.java | 1 - test/com/sun/jdi/ModificationWatchpoints.java | 1 - test/com/sun/jdi/NativeInstanceFilter.java | 1 - test/com/sun/jdi/NullThreadGroupNameTest.java | 112 + test/com/sun/jdi/UnpreparedByName.java | 1 - test/com/sun/jdi/UnpreparedClasses.java | 1 - test/com/sun/jdi/Vars.java | 1 - test/com/sun/jdi/oom/@debuggeeVMOptions | 1 + test/com/sun/jdi/oom/OomDebugTest.java | 417 + test/com/sun/jdi/oom/OomDebugTestSetup.sh | 46 + test/com/sun/jndi/dns/IPv6NameserverPlatformParsingTest.java | 104 + test/com/sun/jndi/ldap/LdapTimeoutTest.java | 1 + test/com/sun/jndi/ldap/LdapURLOptionalFields.java | 62 + test/com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java | 1 + test/java/awt/BasicStroke/DashStrokeTest.java | 69 + test/java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java | 9 + test/java/awt/Focus/8073453/AWTFocusTransitionTest.java | 115 + test/java/awt/Focus/8073453/SwingFocusTransitionTest.java | 131 + test/java/awt/Multiscreen/MultiScreenInsetsTest/MultiScreenInsetsTest.java | 89 + test/java/awt/ScrollPane/bug8077409Test.java | 115 + test/java/awt/image/BufferedImage/ICMColorDataTest/ICMColorDataTest.java | 85 + test/java/io/DataInputStream/ReadUTF.java | 1 + test/java/io/File/GetXSpace.java | 1 + test/java/io/PrintStream/OversynchronizedTest.java | 1 + test/java/io/Serializable/corruptedUTFConsumption/CorruptedUTFConsumption.java | 1 + test/java/io/Serializable/longString/LongString.java | 1 + test/java/io/Serializable/proxy/Basic.java | 1 + test/java/io/Serializable/sanityCheck/SanityCheck.java | 1 + test/java/io/Serializable/serialFilter/CheckArrayTest.java | 123 + test/java/lang/Boolean/MakeBooleanComparable.java | 1 + test/java/lang/ClassLoader/Assert.java | 1 + test/java/lang/Compare.java | 1 + test/java/lang/Double/ParseHexFloatingPoint.java | 1 + test/java/lang/Enum/ValueOf.java | 1 + test/java/lang/HashCode.java | 1 + test/java/lang/Integer/BitTwiddle.java | 1 + test/java/lang/Long/BitTwiddle.java | 1 + test/java/lang/Math/CubeRootTests.java | 1 + test/java/lang/Math/HypotTests.java | 1 + test/java/lang/Math/IeeeRecommendedTests.java | 1 + test/java/lang/Math/Log1pTests.java | 1 + test/java/lang/Math/Tests.java | 36 +- test/java/lang/Math/WorstCaseTests.java | 435 + test/java/lang/Runtime/exec/WinCommand.java | 1 + test/java/lang/String/ContentEquals.java | 1 + test/java/lang/String/ICCBasher.java | 1 + test/java/lang/String/SBConstructor.java | 2 +- test/java/lang/String/Split.java | 1 + test/java/lang/StringBuffer/AppendCharSequence.java | 1 + test/java/lang/StringBuffer/AppendSB.java | 1 + test/java/lang/StringBuffer/Capacity.java | 1 + test/java/lang/StringBuffer/IndexOf.java | 1 + test/java/lang/StringBuffer/SBBasher.java | 2 +- test/java/lang/StringBuffer/Trim.java | 1 + test/java/lang/ToString.java | 1 + test/java/lang/instrument/SingleTransformerTest.java | 1 + test/java/lang/instrument/TransformMethodTest.java | 1 + test/java/lang/management/BufferPoolMXBean/Basic.java | 1 + test/java/lang/reflect/Generics/TestGenericReturnTypeToString.java | 135 + test/java/math/BigDecimal/StringConstructor.java | 1 + test/java/math/BigInteger/BigIntegerTest.java | 1 + test/java/math/BigInteger/ModPow65537.java | 1 + test/java/net/InetAddress/HashSpread.java | 1 + test/java/net/InetAddress/getOriginalHostName.java | 71 + test/java/net/MulticastSocket/MultiDead.java | 134 + test/java/net/URL/TestHttps.java | 34 + test/java/nio/MappedByteBuffer/Basic.java | 93 +- test/java/nio/MappedByteBuffer/Force.java | 1 + test/java/nio/MappedByteBuffer/ZeroMap.java | 1 + test/java/nio/channels/AsynchronousChannelGroup/AsExecutor.java | 6 + test/java/nio/channels/AsynchronousChannelGroup/Basic.java | 204 +- test/java/nio/channels/AsynchronousChannelGroup/GroupOfOne.java | 2 +- test/java/nio/channels/AsynchronousChannelGroup/Identity.java | 1 + test/java/nio/channels/AsynchronousChannelGroup/Restart.java | 15 +- test/java/nio/channels/AsynchronousFileChannel/Basic.java | 1 + test/java/nio/channels/AsynchronousFileChannel/Lock.java | 1 + test/java/nio/channels/AsynchronousFileChannel/LotsOfWrites.java | 1 + test/java/nio/channels/AsynchronousSocketChannel/Basic.java | 1 + test/java/nio/channels/AsynchronousSocketChannel/StressLoopback.java | 1 + test/java/nio/channels/Channels/Basic2.java | 1 + test/java/nio/channels/Channels/ShortWrite.java | 1 + test/java/nio/channels/DatagramChannel/AdaptDatagramSocket.java | 1 + test/java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java | 1 + test/java/nio/channels/FileChannel/AtomicAppend.java | 1 + test/java/nio/channels/FileChannel/ClosedByInterrupt.java | 1 + test/java/nio/channels/FileChannel/LoopingTruncate.java | 84 + test/java/nio/channels/FileChannel/MapTest.java | 1 + test/java/nio/channels/FileChannel/Position.java | 1 + test/java/nio/channels/FileChannel/Pread.java | 1 + test/java/nio/channels/FileChannel/Pwrite.java | 1 + test/java/nio/channels/FileChannel/Size.java | 1 + test/java/nio/channels/FileChannel/Transfer.java | 1 + test/java/nio/channels/FileChannel/Truncate.java | 1 + test/java/nio/channels/Pipe/PipeChannel.java | 3 +- test/java/nio/channels/Pipe/ScatteringRead.java | 3 +- test/java/nio/channels/Pipe/SelectPipe.java | 1 + test/java/nio/channels/Selector/SelectorTest.java | 1 + test/java/nio/channels/ServerSocketChannel/AdaptServerSocket.java | 1 + test/java/nio/channels/ServerSocketChannel/NonBlockingAccept.java | 1 + test/java/nio/channels/SocketChannel/CloseDuringWrite.java | 1 + test/java/nio/channels/SocketChannel/OutOfBand.java | 1 + test/java/nio/channels/SocketChannel/ShortWrite.java | 1 + test/java/nio/channels/SocketChannel/VectorIO.java | 1 + test/java/nio/channels/spi/SelectorProvider/inheritedChannel/lib/linux-i586/libLauncher.so | Bin test/java/nio/channels/spi/SelectorProvider/inheritedChannel/lib/solaris-i586/libLauncher.so | Bin test/java/nio/channels/spi/SelectorProvider/inheritedChannel/lib/solaris-sparc/libLauncher.so | Bin test/java/nio/channels/spi/SelectorProvider/inheritedChannel/lib/solaris-sparcv9/libLauncher.so | Bin test/java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh | 4 +- test/java/nio/charset/coders/BashCache.java | 1 + test/java/nio/charset/coders/BashStreams.java | 1 + test/java/nio/file/FileStore/Basic.java | 1 + test/java/nio/file/Files/BytesAndLines.java | 1 + test/java/nio/file/Files/CopyAndMove.java | 1 + test/java/nio/file/Files/probeContentType/ParallelProbes.java | 96 + test/java/nio/file/Files/walkFileTree/CreateFileTree.java | 49 +- test/java/nio/file/Files/walkFileTree/MaxDepth.java | 25 +- test/java/nio/file/Files/walkFileTree/SkipSiblings.java | 30 +- test/java/nio/file/Files/walkFileTree/SkipSubtree.java | 94 + test/java/nio/file/Files/walkFileTree/TerminateWalk.java | 24 +- test/java/nio/file/Files/walkFileTree/find.sh | 86 + test/java/nio/file/Files/walkFileTree/walk_file_tree.sh | 98 - test/java/nio/file/WatchService/LotsOfEvents.java | 1 + test/java/nio/file/WatchService/SensitivityModifier.java | 1 + test/java/nio/file/attribute/AclFileAttributeView/Basic.java | 1 + test/java/nio/file/attribute/FileTime/Basic.java | 1 + test/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java | 1 + test/java/rmi/activation/Activatable/checkActivateRef/CheckActivateRef.java | 1 + test/java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java | 9 +- test/java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java | 9 +- test/java/rmi/registry/interfaceHash/InterfaceHash.java | 1 + test/java/rmi/server/UnicastRemoteObject/exportObject/GcDuringExport.java | 1 + test/java/security/MessageDigest/ByteBuffers.java | 1 + test/java/security/Signature/ByteBuffers.java | 1 + test/java/security/Signature/NONEwithRSA.java | 1 + test/java/security/SignedObject/Chain.java | 23 +- test/java/security/spec/EllipticCurveMatch.java | 1 + test/java/text/Format/DateFormat/Bug8081794.java | 51 + test/java/text/Format/MessageFormat/Bug7003643.java | 1 + test/java/util/Arrays/ArrayObjectMethods.java | 1 + test/java/util/Arrays/CopyMethods.java | 1 + test/java/util/Arrays/Correct.java | 1 + test/java/util/BitSet/BSMethods.java | 1 + test/java/util/BitSet/ImportExport.java | 1 + test/java/util/BitSet/PreviousBits.java | 1 + test/java/util/Collection/MOAT.java | 1 + test/java/util/Collections/AddAll.java | 1 + test/java/util/Collections/CheckedListBash.java | 1 + test/java/util/Collections/CheckedMapBash.java | 1 + test/java/util/Collections/CheckedSetBash.java | 1 + test/java/util/Collections/Disjoint.java | 1 + test/java/util/Collections/Rotate.java | 1 + test/java/util/Currency/CurrencyTest.java | 40 +- test/java/util/Currency/PropertiesTest.java | 12 +- test/java/util/Currency/PropertiesTest.sh | 24 +- test/java/util/Currency/ValidateISO4217.java | 3 +- test/java/util/Currency/currency.properties | 17 +- test/java/util/Currency/tablea1.txt | 5 +- test/java/util/EnumSet/EnumSetBash.java | 1 + test/java/util/HashSet/Serialization.java | 1 + test/java/util/IdentityHashMap/Capacity.java | 1 + test/java/util/List/LockStep.java | 1 + test/java/util/Locale/data/deflocale.rhel5 | 3924 ---------- test/java/util/Locale/data/deflocale.rhel5.fmtasdefault | 3924 ---------- test/java/util/Locale/data/deflocale.sol10 | 1725 ---- test/java/util/Locale/data/deflocale.sol10.fmtasdefault | 1725 ---- test/java/util/Locale/data/deflocale.win7 | 1494 --- test/java/util/Locale/data/deflocale.win7.fmtasdefault | 1494 --- test/java/util/Map/LockStep.java | 1 + test/java/util/NavigableMap/LockStep.java | 1 + test/java/util/Random/DistinctSeeds.java | 1 + test/java/util/ResourceBundle/Control/StressTest.java | 1 + test/java/util/Timer/DelayOverflow.java | 1 + test/java/util/Timer/Purge.java | 1 + test/java/util/UUID/Serial.java | 1 + test/java/util/UUID/UUIDTest.java | 1 + test/java/util/WeakHashMap/GCDuringIteration.java | 1 + test/java/util/logging/DrainFindDeadlockTest.java | 1 + test/java/util/logging/FileHandlerMaxLocksTest.java | 113 + test/java/util/logging/LoggingDeadlock.java | 4 + test/java/util/logging/LoggingDeadlock2.java | 4 + test/java/util/logging/TestLogConfigurationDeadLockWithConf.java | 1 + test/java/util/regex/RegExTest.java | 1 + test/java/util/zip/3GBZipFiles.sh | 1 + test/java/util/zip/DeflateIn_InflateOut.java | 1 + test/java/util/zip/FlaterTest.java | 1 + test/java/util/zip/GZIP/Accordion.java | 1 + test/java/util/zip/GZIP/GZIPInputStreamRead.java | 1 + test/java/util/zip/InflateIn_DeflateOut.java | 121 +- test/java/util/zip/InflaterBufferSize.java | 1 + test/java/util/zip/TotalInOut.java | 1 + test/java/util/zip/ZipFile/Assortment.java | 1 + test/java/util/zip/ZipFile/ClearStaleZipFileInputStreams.java | 1 + test/java/util/zip/ZipFile/FinalizeZipFile.java | 1 + test/java/util/zip/ZipFile/MultiThreadedReadTest.java | 93 + test/java/util/zip/ZipFile/ReadZip.java | 1 + test/java/util/zip/ZipFile/ZipEntryFreeTest.java | 130 + test/javax/crypto/Cipher/ByteBuffers.java | 1 + test/javax/crypto/CipherSpi/DirectBBRemaining.java | 1 + test/javax/crypto/CryptoPermission/AllPermCheck.java | 1 + test/javax/crypto/CryptoPermission/RC2PermCheck.java | 1 + test/javax/crypto/JceSecurity/SunJCE_BC_LoadOrdering.java | 1 + test/javax/crypto/Mac/ByteBuffers.java | 1 + test/javax/crypto/NullCipher/TestNPE.java | 1 + test/javax/management/monitor/MultiMonitorTest.java | 1 + test/javax/management/mxbean/ThreadMXBeanTest.java | 1 + test/javax/management/remote/mandatory/loading/MissingClassTest.java | 1 + test/javax/smartcardio/TestCommandAPDU.java | 1 + test/javax/swing/JComboBox/8033069/bug8033069NoScrollBar.java | 182 + test/javax/swing/JComboBox/8033069/bug8033069ScrollBar.java | 52 + test/javax/swing/JFrame/AlwaysOnTop/AlwaysOnTopImeTest.java | 73 + test/javax/swing/JMenu/8071705/bug8071705.java | 207 + test/javax/swing/JRadioButton/8075609/bug8075609.java | 115 + test/javax/xml/jaxp/testng/parse/jdk7156085/UTF8ReaderBug.java | 64 + test/jdk/internal/misc/Unsafe/CopySwap.java | 723 + test/lib/testlibrary/jdk/testlibrary/Utils.java | 27 + test/sun/management/jmxremote/bootstrap/linux-i586/launcher | Bin test/sun/management/jmxremote/bootstrap/solaris-i586/launcher | Bin test/sun/management/jmxremote/bootstrap/solaris-sparc/launcher | Bin test/sun/management/jmxremote/startstop/JMXStartStopTest.sh | 1 + test/sun/management/windows/revokeall.exe | Bin test/sun/misc/CopyMemory.java | 1 + test/sun/net/InetAddress/nameservice/dns/cname.sh | 2 +- test/sun/net/idn/nfscis.spp | Bin test/sun/net/idn/nfscsi.spp | Bin test/sun/net/idn/nfscss.spp | Bin test/sun/net/idn/nfsmxp.spp | Bin test/sun/net/idn/nfsmxs.spp | Bin test/sun/net/www/ParseUtil_4922813.java | 1 + test/sun/net/www/protocol/file/DirPermissionDenied.sh | 1 + test/sun/nio/cs/FindDecoderBugs.java | 1 + test/sun/nio/cs/FindEncoderBugs.java | 1 + test/sun/nio/cs/TestStringCoding.java | 1 + test/sun/nio/cs/TestStringCodingUTF8.java | 1 + test/sun/rmi/transport/proxy/EagerHttpFallback.java | 2 +- test/sun/rmi/transport/tcp/blockAccept/BlockAcceptTest.java | 2 +- test/sun/security/krb5/ConfPlusProp.java | 33 +- test/sun/security/krb5/DnsFallback.java | 48 +- test/sun/security/krb5/config/DNS.java | 12 +- test/sun/security/krb5/confplusprop.conf | 2 +- test/sun/security/krb5/confplusprop2.conf | 2 +- test/sun/security/krb5/runNameEquals.sh | 20 +- test/sun/security/mscapi/PrngSlow.java | 1 + test/sun/security/mscapi/SignUsingSHA2withRSA.sh | 1 + test/sun/security/pkcs11/Cipher/ReinitCipher.java | 18 +- test/sun/security/pkcs11/Cipher/TestPKCS5PaddingError.java | 26 +- test/sun/security/pkcs11/Cipher/TestRSACipher.java | 25 +- test/sun/security/pkcs11/Cipher/TestRSACipherWrap.java | 22 +- test/sun/security/pkcs11/Cipher/TestRawRSACipher.java | 20 +- test/sun/security/pkcs11/Cipher/TestSymmCiphers.java | 27 +- test/sun/security/pkcs11/Cipher/TestSymmCiphersNoPad.java | 29 +- test/sun/security/pkcs11/KeyAgreement/TestDH.java | 7 +- test/sun/security/pkcs11/KeyAgreement/TestInterop.java | 21 +- test/sun/security/pkcs11/KeyAgreement/TestShort.java | 21 +- test/sun/security/pkcs11/KeyGenerator/DESParity.java | 23 +- test/sun/security/pkcs11/KeyGenerator/TestKeyGenerator.java | 18 +- test/sun/security/pkcs11/KeyPairGenerator/TestDH2048.java | 15 +- test/sun/security/pkcs11/KeyStore/SecretKeysBasic.java | 30 +- test/sun/security/pkcs11/Mac/MacKAT.java | 266 + test/sun/security/pkcs11/Mac/MacSameTest.java | 127 + test/sun/security/pkcs11/Mac/ReinitMac.java | 18 +- test/sun/security/pkcs11/MessageDigest/ByteBuffers.java | 17 +- test/sun/security/pkcs11/MessageDigest/DigestKAT.java | 21 +- test/sun/security/pkcs11/MessageDigest/ReinitDigest.java | 15 +- test/sun/security/pkcs11/MessageDigest/TestCloning.java | 15 +- test/sun/security/pkcs11/PKCS11Test.java | 465 +- test/sun/security/pkcs11/README | 22 + test/sun/security/pkcs11/Secmod/AddPrivateKey.java | 132 +- test/sun/security/pkcs11/Secmod/AddTrustedCert.java | 70 +- test/sun/security/pkcs11/Secmod/Crypto.java | 22 +- test/sun/security/pkcs11/Secmod/GetPrivateKey.java | 38 +- test/sun/security/pkcs11/Secmod/JksSetPrivateKey.java | 39 +- test/sun/security/pkcs11/Secmod/LoadKeystore.java | 102 + test/sun/security/pkcs11/Secmod/README-SQLITE | 8 + test/sun/security/pkcs11/Secmod/TestNssDbSqlite.java | 134 + test/sun/security/pkcs11/Secmod/TrustAnchors.java | 25 +- test/sun/security/pkcs11/Secmod/cert9.db | Bin test/sun/security/pkcs11/Secmod/key4.db | Bin test/sun/security/pkcs11/Secmod/nss-sqlite.cfg | 13 + test/sun/security/pkcs11/Secmod/policy | 6 + test/sun/security/pkcs11/SecmodTest.java | 24 +- test/sun/security/pkcs11/SecureRandom/Basic.java | 17 +- test/sun/security/pkcs11/Signature/ByteBuffers.java | 34 +- test/sun/security/pkcs11/Signature/ReinitSignature.java | 319 +- test/sun/security/pkcs11/Signature/TestDSA.java | 41 +- test/sun/security/pkcs11/Signature/TestDSAKeyLength.java | 94 + test/sun/security/pkcs11/Signature/TestRSAKeyLength.java | 40 +- test/sun/security/pkcs11/ec/ReadCertificates.java | 106 +- test/sun/security/pkcs11/ec/ReadPKCS12.java | 84 +- test/sun/security/pkcs11/ec/TestCurves.java | 77 +- test/sun/security/pkcs11/ec/TestECDH.java | 36 +- test/sun/security/pkcs11/ec/TestECDH2.java | 47 +- test/sun/security/pkcs11/ec/TestECDSA.java | 49 +- test/sun/security/pkcs11/ec/TestECDSA2.java | 45 +- test/sun/security/pkcs11/ec/TestECGenSpec.java | 32 +- test/sun/security/pkcs11/ec/TestKeyFactory.java | 38 +- test/sun/security/pkcs11/ec/policy | 7 + test/sun/security/pkcs11/fips/TrustManagerTest.java | 37 +- test/sun/security/pkcs11/fips/TrustManagerTest.policy | 3 + test/sun/security/pkcs11/nss/lib/linux-amd64/libfreebl3.chk | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libfreebl3.so | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libnspr4.so | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libnss3.so | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libnssckbi.so | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libplc4.so | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libplds4.so | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libsoftokn3.chk | Bin test/sun/security/pkcs11/nss/lib/linux-amd64/libsoftokn3.so | Bin test/sun/security/pkcs11/nss/lib/linux-i586/libnspr4.so | Bin test/sun/security/pkcs11/nss/lib/linux-i586/libnss3.so | Bin test/sun/security/pkcs11/nss/lib/linux-i586/libnssckbi.so | Bin test/sun/security/pkcs11/nss/lib/linux-i586/libplc4.so | Bin test/sun/security/pkcs11/nss/lib/linux-i586/libplds4.so | Bin test/sun/security/pkcs11/nss/lib/linux-i586/libsoftokn3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-amd64/libnspr4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-amd64/libnss3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-amd64/libnssckbi.so | Bin test/sun/security/pkcs11/nss/lib/solaris-amd64/libplc4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-amd64/libplds4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-amd64/libsoftokn3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-i586/libfreebl3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-i586/libnspr4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-i586/libnss3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-i586/libnssckbi.so | Bin test/sun/security/pkcs11/nss/lib/solaris-i586/libplc4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-i586/libplds4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-i586/libsoftokn3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libfreebl_hybrid_3.chk | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libfreebl_hybrid_3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libnspr4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libnss3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libnssckbi.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libplc4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libplds4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libsoftokn3.chk | Bin test/sun/security/pkcs11/nss/lib/solaris-sparc/libsoftokn3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparcv9/libnspr4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparcv9/libnss3.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparcv9/libnssckbi.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparcv9/libplc4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparcv9/libplds4.so | Bin test/sun/security/pkcs11/nss/lib/solaris-sparcv9/libsoftokn3.so | Bin test/sun/security/pkcs11/nss/lib/windows-i586/libnspr4.dll | Bin test/sun/security/pkcs11/nss/lib/windows-i586/libplc4.dll | Bin test/sun/security/pkcs11/nss/lib/windows-i586/libplds4.dll | Bin test/sun/security/pkcs11/nss/lib/windows-i586/nss3.dll | Bin test/sun/security/pkcs11/nss/lib/windows-i586/nssckbi.dll | Bin test/sun/security/pkcs11/nss/lib/windows-i586/softokn3.dll | Bin test/sun/security/pkcs11/policy | 3 + test/sun/security/pkcs11/rsa/KeyWrap.java | 31 +- test/sun/security/pkcs11/rsa/TestCACerts.java | 49 +- test/sun/security/pkcs11/rsa/TestCACerts.policy | 7 + test/sun/security/pkcs11/rsa/TestKeyFactory.java | 19 +- test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java | 27 +- test/sun/security/pkcs11/rsa/TestKeyPairGenerator.policy | 4 + test/sun/security/pkcs11/rsa/TestSignatures.java | 58 +- test/sun/security/pkcs11/rsa/rsakeys.ks.policy | 4 + test/sun/security/pkcs11/sslecc/CipherTest.java | 32 +- test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java | 12 +- test/sun/security/pkcs11/sslecc/JSSEServer.java | 27 +- test/sun/security/pkcs11/sslecc/policy | 9 + test/sun/security/pkcs11/tls/TestKeyMaterial.java | 217 +- test/sun/security/pkcs11/tls/TestLeadingZeroesP11.java | 23 +- test/sun/security/pkcs11/tls/TestMasterSecret.java | 166 +- test/sun/security/pkcs11/tls/TestMasterSecret.policy | 8 + test/sun/security/pkcs11/tls/TestPRF.java | 165 +- test/sun/security/pkcs11/tls/TestPremaster.java | 11 +- test/sun/security/pkcs11/tls/policy | 5 + test/sun/security/provider/DSA/SupportedDSAParamGen.java | 2 +- test/sun/security/provider/DSA/TestDSA.java | 1 + test/sun/security/provider/DSA/TestDSA2.java | 1 + test/sun/security/provider/SeedGenerator/Priority_Inversion.java | 1 + test/sun/security/rsa/TestKeyPairGenerator.java | 1 + test/sun/security/rsa/TestSignatures.java | 1 + test/sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java | 85 + test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/ComHostnameVerifier.java | 9 +- test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/JavaxHostnameVerifier.java | 9 +- test/sun/security/validator/EndEntityExtensionCheck.java | 221 + test/tools/launcher/RunpathTest.java | 84 + test/tools/pack200/MemoryAllocatorTest.java | 369 + 1012 files changed, 50260 insertions(+), 48630 deletions(-) diffs (truncated from 122554 to 500 lines): diff -r 835c0031ac39 -r 4b546b4829f5 .hgtags --- a/.hgtags Wed Apr 04 16:19:12 2018 +0100 +++ b/.hgtags Sun Jul 22 16:16:51 2018 +0100 @@ -50,6 +50,7 @@ f708138c9aca4b389872838fe6773872fce3609e jdk7-b73 eacb36e30327e7ae33baa068e82ddccbd91eaae2 jdk7-b74 8885b22565077236a927e824ef450742e434a230 jdk7-b75 +fb2ee5e96b171ae9db67274d87ffaba941e8bfa6 icedtea7-1.12 8fb602395be0f7d5af4e7e93b7df2d960faf9d17 jdk7-b76 e6a5d095c356a547cf5b3c8885885aca5e91e09b jdk7-b77 1143e498f813b8223b5e3a696d79da7ff7c25354 jdk7-b78 @@ -63,6 +64,7 @@ eae6e9ab26064d9ba0e7665dd646a1fd2506fcc1 jdk7-b86 2cafbbe9825e911a6ca6c17d9a18eb1f0bf0873c jdk7-b87 b3c69282f6d3c90ec21056cd1ab70dc0c895b069 jdk7-b88 +2017795af50aebc00f500e58f708980b49bc7cd1 icedtea7-1.13 4a6abb7e224cc8d9a583c23c5782e4668739a119 jdk7-b89 7f90d0b9dbb7ab4c60d0b0233e4e77fb4fac597c jdk7-b90 08a31cab971fcad4695e913d0f3be7bde3a90747 jdk7-b91 @@ -111,6 +113,7 @@ 554adcfb615e63e62af530b1c10fcf7813a75b26 jdk7-b134 d8ced728159fbb2caa8b6adb477fd8efdbbdf179 jdk7-b135 aa13e7702cd9d8aca9aa38f1227f966990866944 jdk7-b136 +1571aa7abe47a54510c62a5b59a8c343cdaf67cb icedtea-1.14 29296ea6529a418037ccce95903249665ef31c11 jdk7-b137 60d3d55dcc9c31a30ced9caa6ef5c0dcd7db031d jdk7-b138 d80954a89b49fda47c0c5cace65a17f5a758b8bd jdk7-b139 @@ -123,6 +126,7 @@ 539e576793a8e64aaf160e0d6ab0b9723cd0bef0 jdk7-b146 69e973991866c948cf1808b06884ef2d28b64fcb jdk7u1-b01 f097ca2434b1412b12ab4a5c2397ce271bf681e7 jdk7-b147 +7ec1845521edfb1843cad3868217983727ece53d icedtea-2.0-branchpoint 2baf612764d215e6f3a5b48533f74c6924ac98d7 jdk7u1-b02 a4781b6d9cfb6901452579adee17c9a17c1b584c jdk7u1-b03 b223ed9a5fdf8ce3af42adfa8815975811d70eae jdk7u1-b04 @@ -141,6 +145,7 @@ 79c8c4608f60e1f981b17ba4077dfcaa2ed67be4 jdk7u2-b12 fb2980d7c9439e3d62ab12f40506a2a2db2df0f4 jdk7u2-b13 24e42f1f9029f9f5a9b1481d523facaf09452e5b jdk7u2-b21 +a75913596199fbb8583f9d74021f54dc76f87b14 icedtea-2.1-branchpoint e3790f3ce50aa4e2a1b03089ac0bcd48f9d1d2c2 jdk7u3-b02 7e8351342f0b22b694bd3c2db979643529f32e71 jdk7u3-b03 fc6b7b6ac837c9e867b073e13fc14e643f771028 jdk7u3-b04 @@ -157,6 +162,7 @@ 6485e842d7f736b6ca3d7e4a7cdc5de6bbdd870c jdk7u4-b10 d568e85567ccfdd75f3f0c42aa0d75c440422827 jdk7u4-b11 16781e84dcdb5f82c287a3b5387dde9f8aaf74e0 jdk7u4-b12 +907555f6191a0cd84886b07c4c40bc6ce498b8b1 icedtea-2.2-branchpoint c929e96aa059c8b79ab94d5b0b1a242ca53a5b32 jdk7u4-b13 09f612bac047b132bb9bf7d4aa8afe6ea4d5b938 jdk7u4-b14 9e15d1f3fa4b35b8c950323c76b9ed094d434b97 jdk7u5-b01 @@ -186,11 +192,15 @@ a2bd61800667c38d759a0e02a756063d47dbcdc0 jdk7u6-b10 18a1b4f0681ae6e748fc60162dd76e357de3304b jdk7u6-b11 76306dce87104d9f333db3371ca97c80cac9674a jdk7u6-b12 +35172a51cc7639a44fe06ffbd5be471e48b71a88 ppc-aix-port-b01 +3097457689ba2d41b1d692191c5ba2f2b30aff9e ppc-aix-port-b02 +3097457689ba2d41b1d692191c5ba2f2b30aff9e ppc-aix-port-b03 aa49fe7490963f0c53741fbca3a175e0fec93951 jdk7u6-b13 3ce621d9b988abcccd86b52a97ea39133006c245 jdk7u6-b14 e50c9a5f001c61f49e7e71b25b97ed4095d3557b jdk7u6-b15 966e21feb7f088e318a35b069c1a61ff6363e554 jdk7u6-b16 aa0ad405f70bc7a7af95fef109f114ceecf31232 jdk7u6-b17 +8ff5fca08814f1f0eeda40aaec6f2936076b7444 icedtea-2.3-branchpoint 4a6917092af80481c1fa5b9ec8ccae75411bb72c jdk7u6-b18 a263f787ced5bc7c14078ae552c82de6bd011611 jdk7u6-b19 09145b546a2b6ae1f44d5c8a7d2a37d48e4b39e2 jdk7u6-b20 @@ -258,11 +268,13 @@ cb81ee79a72d84f99b8e7d73b5ae73124b661fe7 jdk7u12-b07 b5e180ef18a0c823675bcd32edfbf2f5122d9722 jdk7u12-b08 2e7fe0208e9c928f2f539fecb6dc8a1401ecba9e jdk7u12-b09 +b171007921c3d01066848c88cbcb6a376df3f01c icedtea-2.4-branchpoint e012aace90500a88f51ce83fcd27791f5dbf493f jdk7u14-b10 9eb82fb221f3b34a5df97e7db3c949fdb0b6fee0 jdk7u14-b11 ee3ab2ed2371dd72ad5a75ebb6b6b69071e29390 jdk7u14-b12 7c0d4bfd9d2c183ebf8566013af5111927b472f6 jdk7u14-b13 3982fc37bc256b07a710f25215e5525cfbefe2ed jdk7u14-b14 +739869c45976bb154908af5d145b7ed98c6a7d47 ppc-aix-port-b04 2eb3ac105b7fe7609a20c9986ecbccab71f1609f jdk7u14-b15 835448d525a10bb826f4f7ebe272fc410bdb0f5d jdk7u15-b01 0443fe2d8023111b52f4c8db32e038f4a5a9f373 jdk7u15-b02 @@ -365,6 +377,7 @@ c5ca4daec23b5e7f99ac8d684f5016ff8bfebbb0 jdk7u45-b18 4797f984f6c93c433aa797e9b2d8f904cf083f96 jdk7u45-b30 8c343a783777b8728cb819938f387db0acf7f3ac jdk7u45-b31 +db5a29c812ee25c34ce9cd97de6e0dae284a4e34 jdk7u60-b00 402d54c7d8ce95f3945cc3d698e528e4adec7b9b jdk7u45-b33 34e8f9f26ae612ebac36357eecbe70ea20e0233c jdk7u45-b34 3dbb06a924cdf73d39b8543824ec88ae501ba5c6 jdk7u45-b35 @@ -414,8 +427,11 @@ db5a29c812ee25c34ce9cd97de6e0dae284a4e34 jdk7u60-b00 def34c4a798678c424786a8f0d0508e90185958d jdk7u60-b01 ff67c89658525e8903fb870861ed3645befd6bc5 jdk7u60-b02 +7d5b758810c20af12c6576b7d570477712360744 icedtea-2.5pre01 +3162252ff26b4e6788b0c79405b035b535afa018 icedtea-2.5pre02 b1bcc999a8f1b4b4452b59c6636153bb0154cf5a jdk7u60-b03 efc8886310cbccb941f826acfad2ad51a2891be5 jdk7u60-b04 +9b6aff2241bf0d6fa9eab38a75a4eccdf9bb7335 icedtea-2.6pre01 4fb749a3110727d5334c69793578a3254a053bf5 jdk7u60-b05 46ca1ce7550f1463d60c3eacaf7b8cdc44b0c66e jdk7u60-b06 d5a2f60006e3c4243abeee0f623e5c3f79372fd8 jdk7u60-b07 @@ -425,7 +441,11 @@ c2bb87dae8a08eab6f4f336ce5a59865aa0214d6 jdk7u60-b11 1a90de8005e3de2475fd9355dcdb6f5e60bf89cc jdk7u60-b12 b06d4ed71ae0bc6e13f5a8437cb6388f17c66e84 jdk7u60-b13 +6f22501ca73cc21960cfe45a2684a0c902f46133 icedtea-2.6pre02 +068d2b78bd73fc2159a1c8a88dca3ca2841c4e16 icedtea-2.6pre03 b7fbd9b4febf8961091fdf451d3da477602a8f1d jdk7u60-b14 +b69f22ae0ef3ddc153d391ee30efd95e4417043c icedtea-2.6pre04 +605610f355ce3f9944fe33d9e5e66631843beb8d icedtea-2.6pre05 04882f9a073e8de153ec7ad32486569fd9a087ec jdk7u60-b15 41547583c3a035c3924ffedfa8704e58d69e5c50 jdk7u60-b16 e484202d9a4104840d758a21b2bba1250e766343 jdk7u60-b17 @@ -553,8 +573,20 @@ 09f3004e9b123b457da8f314aec027a5f4c3977f jdk7u76-b31 efc8886310cbccb941f826acfad2ad51a2891be5 jdk7u80-b00 bc7f9d966c1df3748ef9c148eab25976cd065963 jdk7u80-b01 +0cc91db3a787da44e3775bdde4c3c222d3cd529f icedtea-2.6pre07 +21eee0ed9be97d4e283cdf626971281481e711f1 icedtea-2.6pre06 +9702c7936ed8da9befdc27d30b2cbf51718d810a icedtea-2.6pre08 2590a9c18fdba19086712bb91a28352e9239a2be jdk7u80-b02 +1ceeb31e72caa1b458194f7ae776cf4ec29731e7 icedtea-2.6pre09 +33a33bbea1ae3a7feef5f3216e85c56b708444f4 icedtea-2.6pre10 +8a445d1b5af50e8628b8b1367f734d4e5741d12a icedtea-2.6pre11 3796111298d5b013e46d5ce49f17c16fc3197be8 jdk7u80-b03 +3620a98d0295f2b5ba4483483e61bfc386e734c1 icedtea-2.6pre12 +13bd267f397d41749dcd08576a80f368cf3aaad7 icedtea-2.6pre13 +ccdc37cdfaa891e3c14174378a8e7a5871e8893b icedtea-2.6pre14 +6dd583aadca80b71e8c004d9f4f3deb1d779ccfb icedtea-2.6pre15 +2e8f3cd07f149eab799f60db51ff3629f6ab0664 icedtea-2.6pre16 +3ce28e98738c7f9bb238378a991d4708598058a2 icedtea-2.6pre17 54acd5cd04856e80a3c7d5d38ef9c7a44d1e215a jdk7u80-b04 45f30f5524d4eef7aa512e35d5399cc4d84af174 jdk7u79-b00 2879572fbbb7be4d44e2bcd815711590cc6538e9 jdk7u79-b01 @@ -572,6 +604,11 @@ da34e5f77e9e922844e7eb8d1e165d25245a8b40 jdk7u79-b30 ea77b684d424c40f983d1aff2c9f4ef6a9c572b0 jdk7u79-b15 d4bd8bd71ca7233c806357bd39514dcaeebaa0ee jdk7u80-b05 +19a30444897fca52d823d63f6e2fbbfac74e8b34 icedtea-2.6pre18 +29fdd3e4a4321604f113df9573b9d4d215cf1b1d icedtea-2.6pre19 +95e2e973f2708306632792991502a86907a8e2ca icedtea-2.6pre20 +533e9029af3503d09a95b70abb4c21ca3fc9ac89 icedtea-2.6pre21 +d17bcae64927f33e6e7e0e6132c62a7bf523dbc3 icedtea-2.6pre22 f33e6ea5f4832468dd86a8d48ef50479ce91111e jdk7u80-b06 feb04280659bf05b567dc725ff53e2a2077bdbb7 jdk7u80-b07 f1334857fa99e6472870986b6071f9405c29ced4 jdk7u80-b08 @@ -584,26 +621,63 @@ 75fb0553cc146fb238df4e93dbe90791435e84f9 jdk7u80-b30 daa5092b07a75c17356bb438adba03f83f94ef17 jdk7u80-b15 a942e0b5247772ea326705c717c5cd0ad1572aaa jdk7u80-b32 -a4521bae269393be804805432429c3f996239c1a jdk7u85-b00 -47954a92adb039f893e4732017213d8488b22a58 jdk7u85-b01 +ec336c81a5455ef96a20cff4716603e7f6ca01ad icedtea-2.6pre23 +444d55ffed65907640aad374ce84e7a01ba8dbe7 icedtea-2.6pre24 +2db5e90a399beb96d82086d2d961894246d0bfe5 icedtea-2.6.0 +ec192fcd997198899cc376b0afad2c53893dedad jdk7u85-b00 +fc2855d592b09fe16d0d47a24d09466f776dcb54 jdk7u85-b01 +2db5e90a399beb96d82086d2d961894246d0bfe5 icedtea-2.6-branchpoint +61d3e001dee639fddfed46879c81bf3ac518e445 icedtea-2.6.1 66eea0d727761bfbee10784baa6941f118bc06d1 jdk7u85-b02 +23413abdf0665020964936ecbc0865d2c0546a4a icedtea-2.6.2pre01 +7eedb55d47ce97c2426794fc2170d4af3f2b90a9 icedtea-2.6.2pre02 295856e8680fa7248dac54bc15b3d6ef697b27ce jdk7u91-b00 9fc5d7338840ef6b73d28290735bab11395824b0 jdk7u91-b01 +db69ae53157a504fa15e5cab22f75203277f5c52 icedtea-2.6.2 c434c67b8189677dec0a0034a109fb261497cd92 jdk7u91-b02 +5215185a1d57f11960998cdd3935b29c2b97ee25 icedtea-2.6.3 3a74fee9ba00da3bd3a22492e1b069430a82574d jdk7u95-b00 +dc86038147b235413775e1400c32a7180e184811 icedtea-2.6.4 0b89eea70cf4952b22dfe10ea8611ddb852d73d6 jdk7u99-b00 +e727fe32654c370a9b6dd16761b90a949194fb99 icedtea-2.6.5 +a4a37396e04bdf3c402d77050204be96459b9bef icedtea-2.6.6pre01 bdcfc4d9ab9f52fbf37db876c08a1846765627c4 jdk7u101-b00 +55c38c1ace75384dcad2d3a95382e37a4bff94ef icedtea-2.6.6 +a55f33fff0541077cb8f2547899104783608a40f icedtea-2.6.7pre01 a7267e8244b9418af15b1103b4d906e8c6a61bc0 jdk7u111-b00 cc1ed9a351886645eb729144696e41d187564ec2 jdk7u111-b01 +8b6b930489cb0e1ed821f0b37a76fc01700353fd icedtea-2.6.7 +0819886b3679a520ed54cf9fb0e437d1cc4175cf icedtea-2.6.8pre01 c16fb4099a2bafe701d533d9a0fd869e7f8e5408 jdk7u121-b00 +52225839bbeac30981e09753827d2fa92202386e icedtea-2.6.8 +296a14de4d24c06fe768e7ee99eb41563ed13e62 icedtea-2.6.9pre01 86d0df91308912e45e1b00f8699e0b157a8857af jdk7u131-b00 +ce87b1399385bed9fb08935a8f8a950b5215dab5 icedtea-2.6.9 +fb3599f6b8615b848b54b51122d58c823a9a4ee9 icedtea-2.6.10pre01 e890a6aef6223d428376aac846c1d1f3e40dbda7 jdk7u141-b00 a319566e15f5611bae9cfda2696e8217020a9269 jdk7u141-b01 19a085e656145471455d7fbd648717f94281a729 jdk7u141-b02 +11e15e5078285d0454cb087bf43c8cf4d43d98ef icedtea-2.6.10 +5f11354f6257afb5ad2c2055a2effc604a0a860b icedtea-2.6.11pre01 871e3350966f67b95768a94c1854f1515cfa56ca jdk7u151-b00 da1c09ab9b742fa77c0e667c2218b8d626432656 jdk7u151-b01 +082c6e8b8812ad9c8bc175b2bcb65a3c470f36cd icedtea-2.6.11 +8563ea7f9be76f69ec9e8de1ca131d4aae114480 icedtea-2.6.12pre01 18a07ae9631c8a06df924e3ff5b025cbf2295620 jdk7u161-b00 48c4e54f7870bb2e6982ab946267f61e9d4f14d2 jdk7u161-b01 +a499de02da5a337be74fb25284811f13815e2d7e icedtea-2.6.12 f7de22e5d3b2328ce7919dc84a6e1d041ddb07c9 jdk7u171-b00 239c3c49e218806ae5eea1d7be806faacf3c9330 jdk7u171-b01 047ce250a0ab99c4650d506c0ab6fc9734968a28 jdk7u171-b02 +68b6bb380175e4469e995a6c8a49a64a4c658cdc icedtea-2.6.13 +7ae89263e2c362312ec38041f456b52a0bfddc30 icedtea-2.6.14pre01 +9483a1259c9e24e766d449f085b015ef57736dd6 jdk7u181-b00 +18bac81b47784889754737181ff206995d36e97d jdk7u181-b01 +5817732320544e829dd476ad38127e8bf02190e5 icedtea-2.6.14 +384dd407114dfafab773e480bc034cd96cf99169 icedtea-2.6.15pre01 +0000000000000000000000000000000000000000 jdk7u181-b00 +8461944f5e3006100047696a4a8ffd98c43b8ce9 jdk7u181-b00 +0000000000000000000000000000000000000000 jdk7u181-b01 +e71fb79197a2c3cb4ee3c776f006f88a6f119549 jdk7u181-b01 +a79a4ba615278d99d93dbc1e1a892978050885b4 jdk7u191-b00 +4a000ad25b081dc0aa494ee8e0299ab238607538 jdk7u191-b01 diff -r 835c0031ac39 -r 4b546b4829f5 .jcheck/conf --- a/.jcheck/conf Wed Apr 04 16:19:12 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -project=jdk7 -bugids=dup diff -r 835c0031ac39 -r 4b546b4829f5 make/com/sun/java/pack/Makefile --- a/make/com/sun/java/pack/Makefile Wed Apr 04 16:19:12 2018 +0100 +++ b/make/com/sun/java/pack/Makefile Sun Jul 22 16:16:51 2018 +0100 @@ -76,7 +76,7 @@ OTHER_CXXFLAGS += $(ZINCLUDE) LDDFLAGS += $(ZIPOBJS) else - LDDFLAGS += $(ZLIB_LIBS) + OTHER_LDLIBS += $(ZLIB_LIBS) OTHER_CXXFLAGS += $(ZLIB_CFLAGS) -DSYSTEM_ZLIB endif else @@ -100,8 +100,7 @@ RES = $(OBJDIR)/$(PGRM).res else LDOUTPUT = -o #Have a space - LDDFLAGS += -lc - OTHER_LDLIBS += $(LIBCXX) + OTHER_LDLIBS += -lc $(LIBCXX) # setup the list of libraries to link in... ifeq ($(PLATFORM), linux) ifeq ("$(CC_VER_MAJOR)", "3") @@ -158,7 +157,7 @@ $(prep-target) $(RM) $(TEMPDIR)/mapfile-vers $(CP) mapfile-vers-unpack200 $(TEMPDIR)/mapfile-vers - $(LINKER) $(LDDFLAGS) $(UNPACK_EXE_FILES_o) $(RES) $(LIBCXX) $(LDOUTPUT)$(TEMPDIR)/unpack200$(EXE_SUFFIX) + $(LINKER) $(LDDFLAGS) $(UNPACK_EXE_FILES_o) $(RES) $(OTHER_LDLIBS) $(LDOUTPUT)$(TEMPDIR)/unpack200$(EXE_SUFFIX) ifdef MT $(MT) /manifest $(OBJDIR)/unpack200$(EXE_SUFFIX).manifest /outputresource:$(TEMPDIR)/unpack200$(EXE_SUFFIX);#1 endif diff -r 835c0031ac39 -r 4b546b4829f5 make/com/sun/nio/Makefile --- a/make/com/sun/nio/Makefile Wed Apr 04 16:19:12 2018 +0100 +++ b/make/com/sun/nio/Makefile Sun Jul 22 16:16:51 2018 +0100 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -36,6 +36,7 @@ SUBDIRS = sctp endif + all build clean clobber:: $(SUBDIRS-loop) diff -r 835c0031ac39 -r 4b546b4829f5 make/com/sun/nio/sctp/Makefile --- a/make/com/sun/nio/sctp/Makefile Wed Apr 04 16:19:12 2018 +0100 +++ b/make/com/sun/nio/sctp/Makefile Sun Jul 22 16:16:51 2018 +0100 @@ -29,7 +29,7 @@ BUILDDIR = ../../../.. PACKAGE = com.sun.nio.sctp -LIBRARY = sctp +LIBRARY = javasctp PRODUCT = sun #OTHER_JAVACFLAGS += -Xmaxwarns 1000 -Xlint include $(BUILDDIR)/common/Defs.gmk @@ -67,10 +67,16 @@ -I$(PLATFORM_SRC)/native/java/net \ -I$(CLASSHDRDIR)/../../../../java/java.nio/nio/CClassHeaders +ifeq ($(SYSTEM_SCTP), true) + OTHER_INCLUDES += $(SCTP_CFLAGS) +endif + ifeq ($(PLATFORM), linux) +ifneq ($(COMPILER_WARNINGS_FATAL),false) COMPILER_WARNINGS_FATAL=true +endif #OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -ljava -lnet -lpthread -ldl -OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -lnio -lnet -lpthread -ldl +OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -lnio -lnet -lpthread endif ifeq ($(PLATFORM), solaris) #LIBSCTP = -lsctp @@ -79,6 +85,13 @@ endif # macosx endif # windows +ifeq ($(SYSTEM_SCTP), true) + OTHER_LDLIBS += $(SCTP_LIBS) + OTHER_CFLAGS += -DUSE_SYSTEM_SCTP +else + OTHER_LDLIBS += -ldl +endif + clean clobber:: $(RM) -r $(CLASSDESTDIR)/com/sun/nio/sctp $(RM) -r $(CLASSDESTDIR)/sun/nio/ch diff -r 835c0031ac39 -r 4b546b4829f5 make/com/sun/security/auth/module/Makefile --- a/make/com/sun/security/auth/module/Makefile Wed Apr 04 16:19:12 2018 +0100 +++ b/make/com/sun/security/auth/module/Makefile Sun Jul 22 16:16:51 2018 +0100 @@ -78,7 +78,3 @@ # include $(BUILDDIR)/common/Library.gmk -# -# JVMDI implementation lives in the VM. -# -OTHER_LDLIBS = $(JVMLIB) diff -r 835c0031ac39 -r 4b546b4829f5 make/common/Defs-embedded.gmk --- a/make/common/Defs-embedded.gmk Wed Apr 04 16:19:12 2018 +0100 +++ b/make/common/Defs-embedded.gmk Sun Jul 22 16:16:51 2018 +0100 @@ -64,7 +64,9 @@ ifeq ($(ZERO_BUILD), ) # NIO Platform specific source file location ifdef CROSS_COMPILE_ARCH - NIO_PLATFORM_CLASSES_ROOT_DIR = $(CLOSED_PLATFORM_SRC)/classes/ + ifndef OPENJDK + NIO_PLATFORM_CLASSES_ROOT_DIR = $(CLOSED_PLATFORM_SRC)/classes/ + endif endif # For ARM sflt we need to link to a library with improved FP accuracy diff -r 835c0031ac39 -r 4b546b4829f5 make/common/Defs-linux.gmk --- a/make/common/Defs-linux.gmk Wed Apr 04 16:19:12 2018 +0100 +++ b/make/common/Defs-linux.gmk Sun Jul 22 16:16:51 2018 +0100 @@ -188,32 +188,54 @@ # We need this frame pointer to make it easy to walk the stacks. # This should be the default on X86, but ia64 and amd64 may not have this # as the default. +CFLAGS_REQUIRED_aarch64 += -fno-omit-frame-pointer -fsigned-char -D_LITTLE_ENDIAN +CFLAGS_REQUIRED_alpha += -mieee -D_LITTLE_ENDIAN CFLAGS_REQUIRED_amd64 += -fno-omit-frame-pointer -D_LITTLE_ENDIAN +CFLAGS_REQUIRED_arm += -fsigned-char -D_LITTLE_ENDIAN +CFLAGS_REQUIRED_hppa += CFLAGS_REQUIRED_i586 += -fno-omit-frame-pointer -D_LITTLE_ENDIAN CFLAGS_REQUIRED_ia64 += -fno-omit-frame-pointer -D_LITTLE_ENDIAN +CFLAGS_REQUIRED_m68k += +CFLAGS_REQUIRED_mips += +CFLAGS_REQUIRED_mipsel += -D_LITTLE_ENDIAN +CFLAGS_REQUIRED_ppc += -m32 -fsigned-char -D_BIG_ENDIAN +CFLAGS_REQUIRED_ppc64 += -m64 -D_BIG_ENDIAN +LDFLAGS_COMMON_ppc64 += -m64 -L/lib64 -Wl,-melf64ppc +CFLAGS_REQUIRED_ppc64le += -D_LITTLE_ENDIAN -DABI_ELFv2 +CFLAGS_REQUIRED_s390 += +CFLAGS_REQUIRED_s390x += -m64 +CFLAGS_REQUIRED_sh += -mieee CFLAGS_REQUIRED_sparcv9 += -m64 -mcpu=v9 -D_BIG_ENDIAN LDFLAGS_COMMON_sparcv9 += -m64 -mcpu=v9 CFLAGS_REQUIRED_sparc += -m32 -mcpu=v9 -D_BIG_ENDIAN LDFLAGS_COMMON_sparc += -m32 -mcpu=v9 -CFLAGS_REQUIRED_arm += -fsigned-char -D_LITTLE_ENDIAN -CFLAGS_REQUIRED_ppc += -fsigned-char -D_BIG_ENDIAN -ifeq ($(ARCH),ppc64) - ifeq ($(OPENJDK_TARGET_CPU_ENDIAN),big) - CFLAGS_REQUIRED_ppc64 += -m64 -D_BIG_ENDIAN - LDFLAGS_COMMON_ppc64 += -m64 -L/lib64 -Wl,-melf64ppc - else ifeq ($(OPENJDK_TARGET_CPU_ENDIAN),little) - CFLAGS_REQUIRED_ppc64 += -D_LITTLE_ENDIAN -DABI_ELFv2 - else - $(error Expected big/little for ARCH=ppc64, got OPENJDK_TARGET_CPU_ENDIAN=$(OPENJDK_TARGET_CPU_ENDIAN)) - endif -endif ifeq ($(ZERO_BUILD), true) CFLAGS_REQUIRED = $(ZERO_ARCHFLAG) ifeq ($(ZERO_ENDIANNESS), little) CFLAGS_REQUIRED += -D_LITTLE_ENDIAN endif LDFLAGS_COMMON += $(ZERO_ARCHFLAG) + ifeq ($(ZERO_ARCHDEF),PPC) +# gcc bug http://gcc.gnu.org/PR63341 in ppc code generation requires -fno-tree-vectorize for now + ifeq ($(ARCH_DATA_MODEL), 32) + CFLAGS_REQUIRED += -DPPC -DPPC32 -fno-tree-vectorize + else + CFLAGS_REQUIRED += -DPPC -DPPC64 -fno-tree-vectorize + endif + else + ifeq ($(ZERO_ARCHDEF),PPC32) + CFLAGS_REQUIRED += -DPPC -DPPC32 -fno-tree-vectorize + else + ifeq ($(ZERO_ARCHDEF),PPC64) + CFLAGS_REQUIRED += -DPPC -DPPC64 -fno-tree-vectorize + endif + endif + endif else +# gcc bug http://gcc.gnu.org/PR63341 in ppc code generation requires -fno-tree-vectorize for now +CFLAGS_REQUIRED_ppc += -fno-tree-vectorize +CFLAGS_REQUIRED_ppc64 += -fno-tree-vectorize +# CFLAGS_REQUIRED = $(CFLAGS_REQUIRED_$(ARCH)) LDFLAGS_COMMON += $(LDFLAGS_COMMON_$(ARCH)) endif @@ -249,9 +271,7 @@ # # Misc compiler options # -ifneq ($(ARCH),ppc) - CFLAGS_COMMON = -fno-strict-aliasing -endif +CFLAGS_COMMON = -fno-strict-aliasing PIC_CODE_LARGE = -fPIC PIC_CODE_SMALL = -fpic GLOBAL_KPIC = $(PIC_CODE_LARGE) @@ -302,11 +322,15 @@ CPP_ARCH_FLAGS = -DARCH='"$(ARCH)"' -# Alpha arch does not like "alpha" defined (potential general arch cleanup issue here) -ifneq ($(ARCH),alpha) +# Alpha and sh archs do not like "alpha" or "sh" defined (potential general arch cleanup issue here) +ifeq ($(ARCH),alpha) + CPP_ARCH_FLAGS += -D_$(ARCH)_ +else +ifeq ($(ARCH),sh) + CPP_ARCH_FLAGS += -D_$(ARCH)_ +else CPP_ARCH_FLAGS += -D$(ARCH) -else - CPP_ARCH_FLAGS += -D_$(ARCH)_ +endif endif CPPFLAGS_COMMON = $(CPP_ARCH_FLAGS) -DLINUX $(VERSION_DEFINES) \ @@ -347,8 +371,13 @@ LDFLAG_Z_ORIGIN = $(Z_ORIGIN_FLAG/$(ARCH_FAMILY)) +ifneq ($(INSTALL_LOCATION),) + LDFLAGS_COMMON += $(LDFLAG_Z_ORIGIN) -Xlinker -rpath -Xlinker \$$ORIGIN:$(INSTALL_LOCATION)/jre/lib/$(LIBARCH) + LDFLAGS_COMMON += $(LD_RUNPATH_EXTRAS:%=$(LDFLAG_Z_ORIGIN) -Xlinker -rpath -Xlinker \$$ORIGIN/:$(INSTALL_LOCATION)/jre/lib/$(LIBARCH)%) +else LDFLAGS_COMMON += $(LDFLAG_Z_ORIGIN) -Xlinker -rpath -Xlinker \$$ORIGIN LDFLAGS_COMMON += $(LD_RUNPATH_EXTRAS:%=$(LDFLAG_Z_ORIGIN) -Xlinker -rpath -Xlinker \$$ORIGIN/%) +endif endif diff -r 835c0031ac39 -r 4b546b4829f5 make/common/Defs-macosx.gmk --- a/make/common/Defs-macosx.gmk Wed Apr 04 16:19:12 2018 +0100 +++ b/make/common/Defs-macosx.gmk Sun Jul 22 16:16:51 2018 +0100 @@ -407,4 +407,9 @@ OTHER_CXXFLAGS += -D_DARWIN_UNLIMITED_SELECT OTHER_CPPFLAGS += -D_DARWIN_UNLIMITED_SELECT +# Use unlimited select +OTHER_CFLAGS += -D_DARWIN_UNLIMITED_SELECT +OTHER_CXXFLAGS += -D_DARWIN_UNLIMITED_SELECT +OTHER_CPPFLAGS += -D_DARWIN_UNLIMITED_SELECT + LIB_LOCATION ?= $(LIBDIR) diff -r 835c0031ac39 -r 4b546b4829f5 make/common/Defs.gmk --- a/make/common/Defs.gmk Wed Apr 04 16:19:12 2018 +0100 +++ b/make/common/Defs.gmk Sun Jul 22 16:16:51 2018 +0100 @@ -228,14 +228,30 @@ JRE_NONEXIST_LOCALES = en en_US de_DE es_ES fr_FR it_IT ja_JP ko_KR sv_SE zh # -# All libraries except libjava and libjvm itself link against libjvm and -# libjava, the latter for its exported common utilities. libjava only links -# against libjvm. Programs' makefiles take their own responsibility for +# For now, most libraries except libjava and libjvm itself link against libjvm +# and libjava, the latter for its exported common utilities. libjava only +# links against libjvm. Programs' makefiles take their own responsibility for # adding other libs. # +# The makefiles for these packages do not link against libjvm and libjava. +# This list will eventually go away and each Programs' makefiles +# will have to explicitly declare that they want to link to libjava/libjvm +# +NO_JAVALIB_PKGS = \ + sun.security.mscapi \ + sun.security.krb5 \ + sun.security.pkcs11 \ + sun.security.jgss \ + sun.security.jgss.wrapper \ + sun.security.ec \ + sun.security.smartcardio \ + com.sun.security.auth.module + ifdef PACKAGE # put JAVALIB first, but do not lose any platform specific values.... - LDLIBS_COMMON = $(JAVALIB) + ifeq (,$(findstring $(PACKAGE),$(NO_JAVALIB_PKGS))) + LDLIBS_COMMON = $(JAVALIB) + endif endif # PACKAGE From bugzilla-daemon at icedtea.classpath.org Mon Jul 23 13:27:15 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Mon, 23 Jul 2018 13:27:15 +0000 Subject: [Bug 3616] [IcedTea7] Don't include timestamps in generated documentation In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3616 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/release/icedtea7-forest-2.6/jdk?cmd=changeset;node=4b546b4829f5 author: andrew date: Sun Jul 22 16:16:51 2018 +0100 PR3616: Don't include timestamps in generated documentation -- 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 Jul 25 13:56:46 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 25 Jul 2018 13:56:46 +0000 Subject: [Bug 3613] [IcedTea8] Backport "8207057: No debug info for assembler files" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3613 --- Comment #1 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest?cmd=changeset;node=aad676cf0720 author: andrew date: Wed Jul 25 14:53:37 2018 +0100 8207057, PR3613: No debug info for assembler files -- 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 Wed Jul 25 13:57:16 2018 From: andrew at icedtea.classpath.org (andrew at icedtea.classpath.org) Date: Wed, 25 Jul 2018 13:57:16 +0000 Subject: /hg/icedtea8-forest/hotspot: 8207057, PR3613: No debug info for ... Message-ID: changeset 66087a86ded3 in /hg/icedtea8-forest/hotspot details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=66087a86ded3 author: andrew date: Wed Jul 25 14:53:59 2018 +0100 8207057, PR3613: No debug info for assembler files diffstat: make/linux/makefiles/gcc.make | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff -r 2f2d2af6fa5c -r 66087a86ded3 make/linux/makefiles/gcc.make --- a/make/linux/makefiles/gcc.make Fri Jul 06 18:50:13 2018 +0000 +++ b/make/linux/makefiles/gcc.make Wed Jul 25 14:53:59 2018 +0100 @@ -334,6 +334,7 @@ # DEBUG_BINARIES uses full -g debug information for all configs ifeq ($(DEBUG_BINARIES), true) CFLAGS += -g + ASFLAGS += -g else # Use the stabs format for debugging information (this is the default # on gcc-2.91). It's good enough, has all the information about line From bugzilla-daemon at icedtea.classpath.org Wed Jul 25 13:57:26 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Wed, 25 Jul 2018 13:57:26 +0000 Subject: [Bug 3613] [IcedTea8] Backport "8207057: No debug info for assembler files" In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3613 --- Comment #2 from hg commits --- details: http://icedtea.classpath.org//hg/icedtea8-forest/hotspot?cmd=changeset;node=66087a86ded3 author: andrew date: Wed Jul 25 14:53:59 2018 +0100 8207057, PR3613: No debug info for assembler files -- 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 Thu Jul 26 09:42:29 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 26 Jul 2018 09:42:29 +0000 Subject: [Bug 2304] [IcedTea8] HPROF: output truncated when using doe=n option In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2304 Severin Gehwolf changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sgehwolf at redhat.com --- Comment #3 from Severin Gehwolf --- Why was this considered a bug? In my book, the original upstream bug was this: ------------------------------------ The resultant java.hprof.txt file appears to be truncated, as not all of the header text is output. ------------------------------------ And the key is "not all of the *header* text is output". This patch actually makes -Xrunhprof:doe=y and -Xrunhprof:doe=n behave the same, but I can see use-cases where I'd want doe=n. Example: On a patched system I see this ("====================>" markers added in output for clarity): $ cat ~/Documents/trash/Foo.java public class Foo{ public static void main(String[] arg){ System.out.println("Hello"); try { while(true) Thread.sleep(1000*60); }catch(InterruptedException ex){ } System.out.println("Bye"); } } $ java -Xrunhprof:doe=n Foo Hello ====================> Marker A ^\2018-07-26 11:18:45 Full thread dump OpenJDK 64-Bit Server VM (25.181-b13 mixed mode): "Service Thread" #10 daemon prio=9 os_prio=0 tid=0x00007fe184250000 nid=0x23dc runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C1 CompilerThread3" #9 daemon prio=9 os_prio=0 tid=0x00007fe18420e800 nid=0x23db waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread2" #8 daemon prio=9 os_prio=0 tid=0x00007fe18420d000 nid=0x23da waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread1" #7 daemon prio=9 os_prio=0 tid=0x00007fe184203800 nid=0x23d9 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "C2 CompilerThread0" #6 daemon prio=9 os_prio=0 tid=0x00007fe184201800 nid=0x23d8 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "HPROF gc_finish watcher" #5 daemon prio=10 os_prio=0 tid=0x00007fe1841fe800 nid=0x23d7 runnable [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Signal Dispatcher" #4 daemon prio=9 os_prio=0 tid=0x00007fe1841d7000 nid=0x23d6 waiting on condition [0x0000000000000000] java.lang.Thread.State: RUNNABLE "Finalizer" #3 daemon prio=8 os_prio=0 tid=0x00007fe1841aa800 nid=0x23d5 in Object.wait() [0x00007fe14990b000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x000000071bb88f70> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) - locked <0x000000071bb88f70> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216) "Reference Handler" #2 daemon prio=10 os_prio=0 tid=0x00007fe1841a0000 nid=0x23d4 in Object.wait() [0x00007fe149a0c000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x000000071bb86c98> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:502) at java.lang.ref.Reference.tryHandlePending(Reference.java:191) - locked <0x000000071bb86c98> (a java.lang.ref.Reference$Lock) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) "main" #1 prio=5 os_prio=0 tid=0x00007fe184090800 nid=0x23ca waiting on condition [0x00007fe18b108000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at Foo.main(Foo.java:6) "VM Thread" os_prio=0 tid=0x00007fe184178800 nid=0x23d3 runnable "GC task thread#0 (ParallelGC)" os_prio=0 tid=0x00007fe1840a3800 nid=0x23cb runnable "GC task thread#1 (ParallelGC)" os_prio=0 tid=0x00007fe1840a5800 nid=0x23cc runnable "GC task thread#2 (ParallelGC)" os_prio=0 tid=0x00007fe1840a7000 nid=0x23cd runnable "GC task thread#3 (ParallelGC)" os_prio=0 tid=0x00007fe1840a9000 nid=0x23ce runnable "GC task thread#4 (ParallelGC)" os_prio=0 tid=0x00007fe1840aa800 nid=0x23cf runnable "GC task thread#5 (ParallelGC)" os_prio=0 tid=0x00007fe1840ac800 nid=0x23d0 runnable "GC task thread#6 (ParallelGC)" os_prio=0 tid=0x00007fe1840ae000 nid=0x23d1 runnable "GC task thread#7 (ParallelGC)" os_prio=0 tid=0x00007fe1840b0000 nid=0x23d2 runnable "VM Periodic Task Thread" os_prio=0 tid=0x00007fe184224800 nid=0x23dd waiting on condition JNI global references: 1526 Heap PSYoungGen total 147456K, used 7587K [0x000000071bb80000, 0x0000000726000000, 0x00000007c0000000) eden space 126464K, 6% used [0x000000071bb80000,0x000000071c2e8fe0,0x0000000723700000) from space 20992K, 0% used [0x0000000724b80000,0x0000000724b80000,0x0000000726000000) to space 20992K, 0% used [0x0000000723700000,0x0000000723700000,0x0000000724b80000) ParOldGen total 337408K, used 0K [0x00000005d3200000, 0x00000005e7b80000, 0x000000071bb80000) object space 337408K, 0% used [0x00000005d3200000,0x00000005d3200000,0x00000005e7b80000) Metaspace used 2741K, capacity 4486K, committed 4864K, reserved 1056768K class space used 260K, capacity 386K, committed 512K, reserved 1048576K Dumping Java heap ... allocation sites ... done. ====================> Marker B ^CDumping Java heap ... allocation sites ... done. ====================> Marker C Then looking at java.hprof.txt before I've hit CTRL+\ at "Marker A" time I see the full header (but no allocation site traces yet), which is expected: $ cat java.hprof.txt JAVA PROFILE 1.0.1, created Thu Jul 26 11:25:12 2018 Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of Oracle nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Header for -agentlib:hprof (or -Xrunhprof) ASCII Output (JDK 5.0 JVMTI based) WARNING! This file format is under development, and is subject to change without notice. This file contains the following types of records: THREAD START THREAD END mark the lifetime of Java threads TRACE represents a Java stack trace. Each trace consists of a series of stack frames. Other records refer to TRACEs to identify (1) where object allocations have taken place, (2) the frames in which GC roots were found, and (3) frequently executed methods. HEAP DUMP is a complete snapshot of all live objects in the Java heap. Following distinctions are made: ROOT root set as determined by GC CLS classes OBJ instances ARR arrays SITES is a sorted list of allocation sites. This identifies the most heavily allocated object types, and the TRACE at which those allocations occurred. CPU SAMPLES is a statistical profile of program execution. The VM periodically samples all running threads, and assigns a quantum to active TRACEs in those threads. Entries in this record are TRACEs ranked by the percentage of total quanta they consumed; top-ranked TRACEs are typically hot spots in the program. CPU TIME is a profile of program execution obtained by measuring the time spent in individual methods (excluding the time spent in callees), as well as by counting the number of times each method is called. Entries in this record are TRACEs ranked by the percentage of total CPU time. The "count" field indicates the number of times each TRACE is invoked. MONITOR TIME is a profile of monitor contention obtained by measuring the time spent by a thread waiting to enter a monitor. Entries in this record are TRACEs ranked by the percentage of total monitor contention time and a brief description of the monitor. The "count" field indicates the number of times the monitor was contended at that TRACE. MONITOR DUMP is a complete snapshot of all the monitors and threads in the System. HEAP DUMP, SITES, CPU SAMPLES|TIME and MONITOR DUMP|TIME records are generated at program exit. They can also be obtained during program execution by typing Ctrl-\ (on Solaris) or by typing Ctrl-Break (on Win32). -------- Then, at Marker B time, once I've hit CTRL+\ so as to get a profile, I see one expected SITES dump in java.hprof.txt: $ total=$(grep ^SITES java.hprof.txt | wc -l); grep ^SITES java.hprof.txt | tail -n$(($total - 1)) SITES BEGIN (ordered by live bytes) Thu Jul 26 11:30:01 2018 SITES END Then, at Marker C time, once I've hit CTRL+C so as to terminate the JVM, I get another SITES dump which is unexpected! That's exactly what doe=n is supposed to prevent if you'd ask me. $ total=$(grep ^SITES java.hprof.txt | wc -l); grep ^SITES java.hprof.txt | tail -n$(($total - 1)) SITES BEGIN (ordered by live bytes) Thu Jul 26 11:30:01 2018 SITES END SITES BEGIN (ordered by live bytes) Thu Jul 26 11:35:43 2018 SITES END On an unpatched system with doe=n at Marker A time I see the entire header: $ cat java.hprof.txt JAVA PROFILE 1.0.1, created Thu Jul 26 11:38:27 2018 Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of Oracle nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Header for -agentlib:hprof (or -Xrunhprof) ASCII Output (JDK 5.0 JVMTI based) WARNING! This file format is under development, and is subject to change without notice. This file contains the following types of records: THREAD START THREAD END mark the lifetime of Java threads TRACE represents a Java stack trace. Each trace consists of a series of stack frames. Other records refer to TRACEs to identify (1) where object allocations have taken place, (2) the frames in which GC roots were found, and (3) frequently executed methods. HEAP DUMP is a complete snapshot of all live objects in the Java heap. Following distinctions are made: ROOT root set as determined by GC CLS classes OBJ instances ARR arrays SITES is a sorted list of allocation sites. This identifies the most heavily allocated object types, and the TRACE at which those allocations occurred. CPU SAMPLES is a statistical profile of program execution. The VM periodically samples all running threads, and assigns a quantum to active TRACEs in those threads. Entries in this record are TRACEs ranked by the percentage of total quanta they consumed; top-ranked TRACEs are typically hot spots in the program. CPU TIME is a profile of program execution obtained by measuring the time spent in individual methods (excluding the time spent in callees), as well as by counting the number of times each method is called. Entries in this record are TRACEs ranked by the percentage of total CPU time. The "count" field indicates the number of times each TRACE is invoked. MONITOR TIME is a profile of monitor contention obtained by measuring the time spent by a thread waiting to enter a monitor. Entries in this record are TRACEs ranked by the percentage of total monitor contention time and a brief description of the monitor. The "count" field indicates the number of times the monitor was contended at that TRACE. MONITOR DUMP is a complete snapshot of all the monitors and threads in the System. HEAP DUMP, SITES, CPU SAMPLES|TIME and MONITOR DUMP|TIME records are generated at program exit. They can also be obtained during program execution by typing Ctrl-\ (on Solaris) or by typing Ctrl-Break (on Win32). -------- Then, at Marker C time, once I've completed the steps as for unpatched, I get only *one* dump which *is* expected. [...] ParOldGen total 337408K, used 0K [0x00000005d3200000, 0x00000005e7b80000, 0x000000071bb80000) object space 337408K, 0% used [0x00000005d3200000,0x00000005d3200000,0x00000005e7b80000) Metaspace used 2465K, capacity 4486K, committed 4864K, reserved 1056768K class space used 257K, capacity 386K, committed 512K, reserved 1048576K Dumping Java heap ... allocation sites ... done. ^C $ $ total=$(grep ^SITES java.hprof.txt | wc -l); grep ^SITES java.hprof.txt | tail -n$(($total - 1)) SITES BEGIN (ordered by live bytes) Thu Jul 26 11:41:10 2018 SITES END -- 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 Thu Jul 26 16:13:54 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Thu, 26 Jul 2018 16:13:54 +0000 Subject: [Bug 3617] New: OpenJDK 8 64bit SIGSEGV [libnvidia-glsi.so.390.77+0x57b44] under openSUSE42.3 Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3617 Bug ID: 3617 Summary: OpenJDK 8 64bit SIGSEGV [libnvidia-glsi.so.390.77+0x57b44] under openSUSE42.3 Product: IcedTea Version: 3.x-hg Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: IcedTea Assignee: gnu.andrew at redhat.com Reporter: bhkliem at gmail.com CC: unassigned at icedtea.classpath.org Created attachment 1695 --> https://icedtea.classpath.org/bugzilla/attachment.cgi?id=1695&action=edit error report file I am working under openSUSE 42.3. My JRE is OpenJDK 8. I have an NVIDIA Geoforce GTX 750 Ti and 8x8GB ECC RAM. All hardware works stable for >2 years. A solar physics Java application causes SIGSEGV while being launched. The application is http://www.jhelioviewer.org and can be downloaded from http://swhv.oma.be/download . (The site is unreachable this afternoon, but I have sent a request to them to make it accessible asap.) I could post it for download if useful. The call is as follows and leads to the error: kli at plasma:~> java -jar JHelioviewer.jar kli at plasma:~> 2018-07-26 17:55:10,169 [main] INFO root - JHelioviewer started with command-line options: 2018-07-26 17:55:10,200 [main] INFO root - Running JHV/SWHV-2.14.0.8810 (amd64 Linux 4.4.138-59-default) Oracle Corporation JRE 1.8.0_171 on 14.0GB 32CPU 2018-07-26 17:55:11,210 [AWT-EventQueue-0] INFO root - Start main window # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fb31011eb44, pid=22132, tid=0x00007fb302593700 # # JRE version: OpenJDK Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11) # Java VM: OpenJDK 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops) # Derivative: IcedTea 3.8.0 # Distribution: Custom build (Thu Jun 14 10:07:21 UTC 2018) # Problematic frame: # C [libnvidia-glsi.so.390.77+0x57b44] # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/plasma/kli/hs_err_pid22132.log # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # which points at the libnvidia-glsi library, which was updated 2 days ago (Jul 24, 2018) in a standard update prompted by my openSUSE on screen. The JHelioviewer application could be launched without problem before the update (last time ~1 week ago and before that for several years, i.e., definitely after the custom build of IcedTea on Jun 14 mentioned in the error message). Any help would be appreciated. Thanks! -- 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 Jul 27 09:16:35 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Fri, 27 Jul 2018 09:16:35 +0000 Subject: [Bug 3617] OpenJDK 8 64bit SIGSEGV [libnvidia-glsi.so.390.77+0x57b44] under openSUSE42.3 In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3617 Mario Torre changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |neugens at redhat.com Resolution|--- |INVALID --- Comment #1 from Mario Torre --- I think you need to file a bug to your distribution for the nvidia driver, it seems to me this is an issue in there. Were there any other updates? In particular, the version of Jogl used? Nevertheless, this doesn't appear like an OpenJDK bug. In the meantime you should probably try with the previous version of the nvidia driver and see if things work. -- 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 Tue Jul 31 10:44:03 2018 From: bugzilla-daemon at icedtea.classpath.org (bugzilla-daemon at icedtea.classpath.org) Date: Tue, 31 Jul 2018 10:44:03 +0000 Subject: [Bug 2942] [IcedTea7] 2.6.6 fails to build on arm with duplicate case value errors In-Reply-To: References: Message-ID: https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942 --- Comment #9 from Richard L --- PING? -- You are receiving this mail because: You are on the CC list for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bundit.suewirotjanakun at cgi.com Tue Jul 31 18:35:17 2018 From: bundit.suewirotjanakun at cgi.com (Suewirotjanakun, Bundit) Date: Tue, 31 Jul 2018 18:35:17 -0000 Subject: IcedTea-Web & Java 11 Message-ID: Hello, First of all I'm sorry if I'm not using the discussion list properly. It's my first time posting message to this mailing list. I'm trying to use IcedTea-Web 1.7.1 with Java 11, but I got the following error: java.lang.ClassNotFoundException: sun/misc/JarIndex at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at net.sourceforge.jnlp.jdk89acesses.JarIndexAccess.(JarIndexAccess.java:23) at net.sourceforge.jnlp.runtime.JNLPClassLoader$2.run(JNLPClassLoader.java:1340) at net.sourceforge.jnlp.runtime.JNLPClassLoader$2.run(JNLPClassLoader.java:1232) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.JNLPClassLoader.activateJars(JNLPClassLoader.java:1362) at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:785) at net.sourceforge.jnlp.runtime.JNLPClassLoader.(JNLPClassLoader.java:285) at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:357) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:429) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:403) at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:809) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:529) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:940) Running jdk9+ ? java.lang.RuntimeException: java.lang.IllegalAccessException: class net.sourceforge.jnlp.jdk89acesses.JarIndexAccess cannot access class jdk.internal.util.jar.JarIndex (in module java.base) because module java.base does not export jdk.internal.util.jar to unnamed module @5906ebcb at net.sourceforge.jnlp.jdk89acesses.JarIndexAccess.getJarIndex(JarIndexAccess.java:47) at net.sourceforge.jnlp.runtime.JNLPClassLoader$2.run(JNLPClassLoader.java:1340) at net.sourceforge.jnlp.runtime.JNLPClassLoader$2.run(JNLPClassLoader.java:1232) at java.base/java.security.AccessController.doPrivileged(Native Method) at net.sourceforge.jnlp.runtime.JNLPClassLoader.activateJars(JNLPClassLoader.java:1362) at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:785) at net.sourceforge.jnlp.runtime.JNLPClassLoader.(JNLPClassLoader.java:285) at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:357) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:429) at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:403) at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:809) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:529) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:940) Caused by: java.lang.IllegalAccessException: class net.sourceforge.jnlp.jdk89acesses.JarIndexAccess cannot access class jdk.internal.util.jar.JarIndex (in module java.base) because module java.base does not export jdk.internal.util.jar to unnamed module @5906ebcb at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:361) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:591) at java.base/java.lang.reflect.Method.invoke(Method.java:558) at net.sourceforge.jnlp.jdk89acesses.JarIndexAccess.getJarIndexImpl(JarIndexAccess.java:53) at net.sourceforge.jnlp.jdk89acesses.JarIndexAccess.getJarIndex(JarIndexAccess.java:45) ... 12 more I kind of have good idea of what causes the error, but I just want to make sure that I explore all the options. Is there any configuration I can set to make it worked with Java 11? Do I have to wait for the a version of IcedTea-Web that supports Java 11? If it's the case, is there any timeline on the GA? Thank you. Best regards, Bundit Suewirotjanakun. -------------- next part -------------- An HTML attachment was scrubbed... URL: