From sragolu at mvista.com Wed Feb 1 12:51:08 2017 From: sragolu at mvista.com (Srinivasa Rao Ragolu) Date: Wed, 1 Feb 2017 18:21:08 +0530 Subject: Fwd: OpenJDK-8: Crypto performance is very slow on ARMv7 In-Reply-To: <0924fcbd-87bb-1d58-d24c-93d3e4f7a40c@redhat.com> References: <1485517441.2955.16.camel@gmail.com> <64da7b45-d9ac-9c4b-bc4b-9333a649df5d@redhat.com> <0924fcbd-87bb-1d58-d24c-93d3e4f7a40c@redhat.com> Message-ID: Hi meta-java maintainers, It has been observed that current highest version of yocto openjdk-8 recipes are using old tarballs, which does not have jit compiler support for armv7. Also observed openjdk-8 is building zero vm instead of jit compiler mode, to avoid build errors (*PACKAGECONFIG_append_arm = "zero"*) Due to zero vm mode, openjdk-8 performance is very slow when performing cryptographic operations. I request you to update source tarball changeset values to latest and also requesting to pull sources for aarch32-port instead of jdk8u OPENJDK_HG_URL_arm = "http://hg.openjdk.java.net/aa rch32-port/${OPENJDK_HG_U}" This is would be really great to have arm specific, jit compiler mode vm for openjdk-8 in performance-oriented environment setups. Thanks in advance, Srinivas. ---------- Forwarded message ---------- From: Alex Kashchenko Date: Tue, Jan 31, 2017 at 6:27 PM Subject: Re: OpenJDK-8: Crypto performance is very slow on ARMv7 To: Srinivasa Rao Ragolu Cc: aarch32-port-dev at openjdk.java.net Hi Srinivas, On 01/31/2017 12:42 PM, Srinivasa Rao Ragolu wrote: > Hi Andrew, > > I got below compilation errors when I comment (PACKAGECONFIG_append_arm = " > zero" ) > I am using 15 months ago source code ie: hotspot > --> d7b01fb81aa8(changeset). I hope it has jit compiler support. > No, it does not, JIT code was integrated into aarch32 about half a year ago. I can suggest using a latest revision from aarch32-port/jdk8u repositories. And I am > building from aarch32-port. > > Errors: > > [...] > > > How to resolve this issue? Please provide your inputs. > It looks like you are cross-compiling it, I can suggest doing a native build first. If native build is not possible - then to do a successful cross-build of Zero from jdk8u/jdk8u without a third-party wrappers (like yocto) first, then non-Zero cross-build of aarch32-port/jdk8u (also without a wrapper) and after success with that - to apply required changes back to wrapper project. > Thanks, > Srinivas. > > On Mon, Jan 30, 2017 at 4:34 PM, Andrew Haley wrote: > > On 30/01/17 10:48, Srinivasa Rao Ragolu wrote: >> >>> Any clue on, how to proceed further? >>> >> >> Download the latest source code. Try to build it. Tell us what the build >> errors are. >> >> Andrew. >> >> >> -- -Alex From otavio.salvador at ossystems.com.br Wed Feb 1 13:08:24 2017 From: otavio.salvador at ossystems.com.br (Otavio Salvador) Date: Wed, 1 Feb 2017 11:08:24 -0200 Subject: OpenJDK-8: Crypto performance is very slow on ARMv7 In-Reply-To: References: <1485517441.2955.16.camel@gmail.com> <64da7b45-d9ac-9c4b-bc4b-9333a649df5d@redhat.com> <0924fcbd-87bb-1d58-d24c-93d3e4f7a40c@redhat.com> Message-ID: On Wed, Feb 1, 2017 at 10:51 AM, Srinivasa Rao Ragolu wrote: ... > I request you to update source tarball changeset values to latest and also > requesting to pull sources for aarch32-port instead of jdk8u I request you to prepare a patch ;-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 From snazarkin at azul.com Thu Feb 9 16:43:42 2017 From: snazarkin at azul.com (Sergey Nazarkin) Date: Thu, 9 Feb 2017 16:43:42 +0000 Subject: [aarch32-port-dev ] [RFR] u121 Upstream Update Message-ID: <599FA4E4-5B60-4EC7-B7A6-35D506C301D2@azul.com> Hi! I?ve merged and verified with SPec2008 u121-b13 upstream update. Does anybody need webrev or just OK to push? Sergey From akashche at redhat.com Thu Feb 9 16:52:08 2017 From: akashche at redhat.com (Alex Kashchenko) Date: Thu, 09 Feb 2017 16:52:08 +0000 Subject: [aarch32-port-dev ] [RFR] u121 Upstream Update In-Reply-To: <599FA4E4-5B60-4EC7-B7A6-35D506C301D2@azul.com> References: <599FA4E4-5B60-4EC7-B7A6-35D506C301D2@azul.com> Message-ID: <589C9E38.4030502@redhat.com> Hi Sergey, On 02/09/2017 04:43 PM, Sergey Nazarkin wrote: > Hi! > > I?ve merged and verified with SPec2008 u121-b13 upstream update. Does anybody need webrev or just OK to push? +1 to this update, u121 changes are used in Fedora package for some time. Will also appreciate the corresponding tag for u121, once pushed. -- -Alex From edward.nevill at gmail.com Thu Feb 9 18:06:17 2017 From: edward.nevill at gmail.com (Edward Nevill) Date: Thu, 09 Feb 2017 18:06:17 +0000 Subject: [aarch32-port-dev ] [RFR] u121 Upstream Update In-Reply-To: <599FA4E4-5B60-4EC7-B7A6-35D506C301D2@azul.com> References: <599FA4E4-5B60-4EC7-B7A6-35D506C301D2@azul.com> Message-ID: <1486663577.2259.11.camel@gmail.com> OK to push, Thanks, Ed. On Thu, 2017-02-09 at 16:43 +0000, Sergey Nazarkin wrote: > Hi! > > I?ve merged and verified with SPec2008 u121-b13 upstream > update.??Does anybody need webrev or just OK to push? > > > Sergey > > > > From snazarkin at azul.com Fri Feb 10 16:07:43 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:07:43 +0000 Subject: hg: aarch32-port/jdk8u: 32 new changesets Message-ID: <201702101607.v1AG7hJj017526@aojmv0008.oracle.com> Changeset: b132c341cd87 Author: asaha Date: 2016-09-30 11:11 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/b132c341cd87 Added tag jdk8u112-b16 for changeset 14388b14d484 ! .hgtags Changeset: 7fec8eeca087 Author: asaha Date: 2016-07-12 14:49 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/7fec8eeca087 Added tag jdk8u121-b00 for changeset 58ac6fce1d10 ! .hgtags Changeset: 7ffad3b7cdc3 Author: asaha Date: 2016-08-08 13:36 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/7ffad3b7cdc3 Merge ! .hgtags Changeset: f5ac42c0cbf0 Author: asaha Date: 2016-08-16 13:29 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/f5ac42c0cbf0 Merge ! .hgtags Changeset: b8ca429448f7 Author: asaha Date: 2016-08-02 08:01 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/b8ca429448f7 Added tag jdk8u102-b32 for changeset fb4fc2613625 ! .hgtags Changeset: 57cbdae98283 Author: asaha Date: 2016-08-16 21:38 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/57cbdae98283 Added tag jdk8u102-b33 for changeset b8ca429448f7 ! .hgtags Changeset: 3b354cdd5bbf Author: asaha Date: 2016-08-30 10:09 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/3b354cdd5bbf Merge ! .hgtags Changeset: 0115cd3ec06a Author: asaha Date: 2016-08-30 13:44 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/0115cd3ec06a Merge ! .hgtags Changeset: 17e4e91718cf Author: asaha Date: 2016-09-08 14:34 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/17e4e91718cf Merge ! .hgtags Changeset: a2c5309f998f Author: asaha Date: 2016-09-08 14:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/a2c5309f998f Merge ! .hgtags Changeset: a2aa2e989056 Author: asaha Date: 2016-09-19 12:58 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/a2aa2e989056 Added tag jdk8u121-b01 for changeset a2c5309f998f ! .hgtags Changeset: 402b7aba7472 Author: asaha Date: 2016-09-26 14:35 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/402b7aba7472 Added tag jdk8u121-b02 for changeset a2aa2e989056 ! .hgtags Changeset: 39483f225bc2 Author: asaha Date: 2016-09-15 09:06 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/39483f225bc2 Added tag jdk8u102-b34 for changeset 57cbdae98283 ! .hgtags Changeset: 964090c16ae7 Author: asaha Date: 2016-09-19 09:42 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/964090c16ae7 Merge ! .hgtags Changeset: a2d29dcedcf2 Author: asaha Date: 2016-10-03 08:04 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/a2d29dcedcf2 Merge ! .hgtags Changeset: 05462b4b5f26 Author: asaha Date: 2016-09-27 09:23 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/05462b4b5f26 Added tag jdk8u102-b35 for changeset 39483f225bc2 ! .hgtags Changeset: 1a7a5fe22a02 Author: asaha Date: 2016-10-03 08:11 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/1a7a5fe22a02 Merge ! .hgtags Changeset: 863cc5f63162 Author: asaha Date: 2016-10-03 08:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/863cc5f63162 Merge ! .hgtags Changeset: c14b6b6d51d8 Author: asaha Date: 2016-10-03 11:09 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/c14b6b6d51d8 Added tag jdk8u121-b03 for changeset 863cc5f63162 ! .hgtags Changeset: 986503d59e09 Author: asaha Date: 2016-10-11 12:00 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/986503d59e09 Added tag jdk8u121-b04 for changeset c14b6b6d51d8 ! .hgtags Changeset: 911c50609656 Author: asaha Date: 2016-10-17 10:01 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/911c50609656 Added tag jdk8u112-b31 for changeset 1a7a5fe22a02 ! .hgtags Changeset: ee85a5feaf10 Author: asaha Date: 2016-10-17 10:28 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/ee85a5feaf10 Merge ! .hgtags Changeset: 7fdb1ca64ac7 Author: asaha Date: 2016-10-17 12:42 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/7fdb1ca64ac7 Added tag jdk8u121-b05 for changeset ee85a5feaf10 ! .hgtags Changeset: 22eb8db7bf5b Author: asaha Date: 2016-10-24 12:26 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/22eb8db7bf5b Added tag jdk8u121-b06 for changeset 7fdb1ca64ac7 ! .hgtags Changeset: b9e523138b2d Author: asaha Date: 2016-11-01 16:13 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/b9e523138b2d Added tag jdk8u121-b07 for changeset 22eb8db7bf5b ! .hgtags Changeset: 6eb8178c697e Author: asaha Date: 2016-11-08 09:47 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/6eb8178c697e Added tag jdk8u121-b08 for changeset b9e523138b2d ! .hgtags Changeset: 51c053cb4468 Author: asaha Date: 2016-11-14 12:05 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/51c053cb4468 Added tag jdk8u121-b09 for changeset 6eb8178c697e ! .hgtags Changeset: bfe05759587d Author: asaha Date: 2016-11-21 12:21 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/bfe05759587d Added tag jdk8u121-b10 for changeset 51c053cb4468 ! .hgtags Changeset: 97c858f7f7c8 Author: asaha Date: 2016-11-28 13:51 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/97c858f7f7c8 Added tag jdk8u121-b11 for changeset bfe05759587d ! .hgtags Changeset: f2b5b6ab1f55 Author: asaha Date: 2016-12-05 13:09 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/f2b5b6ab1f55 Added tag jdk8u121-b12 for changeset 97c858f7f7c8 ! .hgtags Changeset: cb8f12bf1e86 Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/cb8f12bf1e86 Merge ! .hgtags Changeset: 1d7bea5ae5d3 Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/rev/1d7bea5ae5d3 Added tag jdk8u121-b13-aarch32-170210 for changeset cb8f12bf1e86 ! .hgtags From snazarkin at azul.com Fri Feb 10 16:07:54 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:07:54 +0000 Subject: hg: aarch32-port/jdk8u/corba: 32 new changesets Message-ID: <201702101607.v1AG7sds017834@aojmv0008.oracle.com> Changeset: e57acba05035 Author: asaha Date: 2016-09-30 11:12 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/e57acba05035 Added tag jdk8u112-b16 for changeset 8ef3cc2bbc7d ! .hgtags Changeset: 71cfb3556f81 Author: asaha Date: 2016-07-12 14:50 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/71cfb3556f81 Added tag jdk8u121-b00 for changeset 3a25f8a75252 ! .hgtags Changeset: 0630303e11aa Author: asaha Date: 2016-08-08 13:36 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/0630303e11aa Merge ! .hgtags Changeset: 618d51b56e64 Author: asaha Date: 2016-08-16 13:30 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/618d51b56e64 Merge ! .hgtags Changeset: f98a2ad119c0 Author: asaha Date: 2016-08-02 08:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/f98a2ad119c0 Added tag jdk8u102-b32 for changeset 8f015ee0842d ! .hgtags Changeset: 4da84a2c86c3 Author: asaha Date: 2016-08-16 21:39 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/4da84a2c86c3 Added tag jdk8u102-b33 for changeset f98a2ad119c0 ! .hgtags Changeset: c2671249a8fd Author: asaha Date: 2016-08-30 10:10 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/c2671249a8fd Merge ! .hgtags Changeset: 90005ecc4c93 Author: asaha Date: 2016-08-30 13:44 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/90005ecc4c93 Merge ! .hgtags Changeset: 60c77b0c594b Author: asaha Date: 2016-09-08 14:34 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/60c77b0c594b Merge ! .hgtags Changeset: 1ebd97292358 Author: asaha Date: 2016-09-08 14:42 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/1ebd97292358 Merge ! .hgtags Changeset: 349d130d7a7f Author: asaha Date: 2016-09-19 12:58 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/349d130d7a7f Added tag jdk8u121-b01 for changeset 1ebd97292358 ! .hgtags Changeset: b47d9cc33fb3 Author: asaha Date: 2016-09-26 14:35 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/b47d9cc33fb3 Added tag jdk8u121-b02 for changeset 349d130d7a7f ! .hgtags Changeset: ea8f49365177 Author: asaha Date: 2016-09-15 09:06 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/ea8f49365177 Added tag jdk8u102-b34 for changeset 4da84a2c86c3 ! .hgtags Changeset: efe1e9594966 Author: asaha Date: 2016-09-19 09:43 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/efe1e9594966 Merge ! .hgtags Changeset: 3406d5f0506a Author: asaha Date: 2016-10-03 08:04 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/3406d5f0506a Merge ! .hgtags Changeset: b20751ac693d Author: asaha Date: 2016-09-27 09:23 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/b20751ac693d Added tag jdk8u102-b35 for changeset ea8f49365177 ! .hgtags Changeset: 7d4291146927 Author: asaha Date: 2016-10-03 08:12 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/7d4291146927 Merge ! .hgtags Changeset: 2090928e4b80 Author: asaha Date: 2016-10-03 08:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/2090928e4b80 Merge ! .hgtags Changeset: a80781c49407 Author: asaha Date: 2016-10-03 11:09 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/a80781c49407 Added tag jdk8u121-b03 for changeset 2090928e4b80 ! .hgtags Changeset: e30c16839f22 Author: asaha Date: 2016-10-11 12:00 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/e30c16839f22 Added tag jdk8u121-b04 for changeset a80781c49407 ! .hgtags Changeset: 46db19bfd51b Author: asaha Date: 2016-10-17 10:01 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/46db19bfd51b Added tag jdk8u112-b31 for changeset 7d4291146927 ! .hgtags Changeset: cf1b7263a217 Author: asaha Date: 2016-10-17 10:29 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/cf1b7263a217 Merge ! .hgtags Changeset: f98001da328f Author: asaha Date: 2016-10-17 12:42 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/f98001da328f Added tag jdk8u121-b05 for changeset cf1b7263a217 ! .hgtags Changeset: 367d1b35f2b2 Author: asaha Date: 2016-10-24 12:26 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/367d1b35f2b2 Added tag jdk8u121-b06 for changeset f98001da328f ! .hgtags Changeset: 43598d9344e3 Author: asaha Date: 2016-11-01 16:13 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/43598d9344e3 Added tag jdk8u121-b07 for changeset 367d1b35f2b2 ! .hgtags Changeset: c0210b207159 Author: asaha Date: 2016-11-08 09:47 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/c0210b207159 Added tag jdk8u121-b08 for changeset 43598d9344e3 ! .hgtags Changeset: e24a55876a79 Author: asaha Date: 2016-11-14 12:05 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/e24a55876a79 Added tag jdk8u121-b09 for changeset c0210b207159 ! .hgtags Changeset: acbfa2934b24 Author: asaha Date: 2016-11-21 12:21 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/acbfa2934b24 Added tag jdk8u121-b10 for changeset e24a55876a79 ! .hgtags Changeset: cc9a5d631b77 Author: asaha Date: 2016-11-28 13:51 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/cc9a5d631b77 Added tag jdk8u121-b11 for changeset acbfa2934b24 ! .hgtags Changeset: 386e9b79fcf5 Author: asaha Date: 2016-12-05 13:09 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/386e9b79fcf5 Added tag jdk8u121-b12 for changeset cc9a5d631b77 ! .hgtags Changeset: 093c20d822cc Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/093c20d822cc Merge ! .hgtags Changeset: 1cd966f00218 Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/corba/rev/1cd966f00218 Added tag jdk8u121-b13-aarch32-170210 for changeset 093c20d822cc ! .hgtags From snazarkin at azul.com Fri Feb 10 16:07:52 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:07:52 +0000 Subject: hg: aarch32-port/jdk8u/jaxws: 32 new changesets Message-ID: <201702101607.v1AG7rqk017827@aojmv0008.oracle.com> Changeset: 888a564c8341 Author: asaha Date: 2016-09-30 11:13 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/888a564c8341 Added tag jdk8u112-b16 for changeset d82dd7a24a49 ! .hgtags Changeset: 57f291048166 Author: asaha Date: 2016-07-12 14:51 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/57f291048166 Added tag jdk8u121-b00 for changeset 452662a83e5b ! .hgtags Changeset: fcd01ca07624 Author: asaha Date: 2016-08-08 15:27 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/fcd01ca07624 Merge ! .hgtags Changeset: 1b8768b77ef0 Author: asaha Date: 2016-08-16 13:35 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/1b8768b77ef0 Merge ! .hgtags Changeset: c28a73050d99 Author: asaha Date: 2016-08-02 08:03 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/c28a73050d99 Added tag jdk8u102-b32 for changeset f638db3f652d ! .hgtags Changeset: 0cf16c3a71ab Author: asaha Date: 2016-08-16 21:40 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/0cf16c3a71ab Added tag jdk8u102-b33 for changeset c28a73050d99 ! .hgtags Changeset: 8ec92d386227 Author: asaha Date: 2016-08-30 10:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/8ec92d386227 Merge ! .hgtags Changeset: 5713434fb2e9 Author: asaha Date: 2016-08-30 13:49 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/5713434fb2e9 Merge ! .hgtags Changeset: 38e5a32e1e87 Author: asaha Date: 2016-09-08 14:36 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/38e5a32e1e87 Merge ! .hgtags Changeset: 9cd16be39ca6 Author: asaha Date: 2016-09-08 14:59 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/9cd16be39ca6 Merge ! .hgtags Changeset: f092b9a890ce Author: asaha Date: 2016-09-19 13:00 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/f092b9a890ce Added tag jdk8u121-b01 for changeset 9cd16be39ca6 ! .hgtags Changeset: 7beea5924330 Author: asaha Date: 2016-09-26 14:37 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/7beea5924330 Added tag jdk8u121-b02 for changeset f092b9a890ce ! .hgtags Changeset: afa2263b5de8 Author: asaha Date: 2016-09-15 09:07 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/afa2263b5de8 Added tag jdk8u102-b34 for changeset 0cf16c3a71ab ! .hgtags Changeset: 6f1ecee5645e Author: asaha Date: 2016-09-19 09:46 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/6f1ecee5645e Merge ! .hgtags Changeset: f2ccfd596351 Author: asaha Date: 2016-10-03 08:06 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/f2ccfd596351 Merge ! .hgtags Changeset: 1d37ea9cabe6 Author: asaha Date: 2016-09-27 09:24 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/1d37ea9cabe6 Added tag jdk8u102-b35 for changeset afa2263b5de8 ! .hgtags Changeset: 021da5d50285 Author: asaha Date: 2016-10-03 08:17 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/021da5d50285 Merge ! .hgtags Changeset: c1b0f76c9fe9 Author: asaha Date: 2016-10-03 08:45 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/c1b0f76c9fe9 Merge ! .hgtags Changeset: 44674172423a Author: asaha Date: 2016-10-03 11:10 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/44674172423a Added tag jdk8u121-b03 for changeset c1b0f76c9fe9 ! .hgtags Changeset: 2359a73f36ca Author: asaha Date: 2016-10-11 12:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/2359a73f36ca Added tag jdk8u121-b04 for changeset 44674172423a ! .hgtags Changeset: 4d1398900b37 Author: asaha Date: 2016-10-17 10:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/4d1398900b37 Added tag jdk8u112-b31 for changeset 021da5d50285 ! .hgtags Changeset: 18da635b5919 Author: asaha Date: 2016-10-17 10:33 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/18da635b5919 Merge ! .hgtags Changeset: 5b76a2126855 Author: asaha Date: 2016-10-17 12:43 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/5b76a2126855 Added tag jdk8u121-b05 for changeset 18da635b5919 ! .hgtags Changeset: f10aa5b29848 Author: asaha Date: 2016-10-24 12:28 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/f10aa5b29848 Added tag jdk8u121-b06 for changeset 5b76a2126855 ! .hgtags Changeset: 105d3bbf5e3b Author: asaha Date: 2016-11-01 16:14 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/105d3bbf5e3b Added tag jdk8u121-b07 for changeset f10aa5b29848 ! .hgtags Changeset: 9f2588382771 Author: asaha Date: 2016-11-08 09:48 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/9f2588382771 Added tag jdk8u121-b08 for changeset 105d3bbf5e3b ! .hgtags Changeset: c317f0eacd60 Author: asaha Date: 2016-11-14 12:06 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/c317f0eacd60 Added tag jdk8u121-b09 for changeset 9f2588382771 ! .hgtags Changeset: 89aa912be940 Author: asaha Date: 2016-11-21 12:23 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/89aa912be940 Added tag jdk8u121-b10 for changeset c317f0eacd60 ! .hgtags Changeset: 52b3f9fb54ee Author: asaha Date: 2016-11-28 13:52 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/52b3f9fb54ee Added tag jdk8u121-b11 for changeset 89aa912be940 ! .hgtags Changeset: 5b8834cc3bb9 Author: asaha Date: 2016-12-05 13:10 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/5b8834cc3bb9 Added tag jdk8u121-b12 for changeset 52b3f9fb54ee ! .hgtags Changeset: 7ed8fcc10d0c Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/7ed8fcc10d0c Merge ! .hgtags Changeset: 376b24e7f855 Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxws/rev/376b24e7f855 Added tag jdk8u121-b13-aarch32-170210 for changeset 7ed8fcc10d0c ! .hgtags From snazarkin at azul.com Fri Feb 10 16:07:53 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:07:53 +0000 Subject: hg: aarch32-port/jdk8u/nashorn: 32 new changesets Message-ID: <201702101607.v1AG7sgi017831@aojmv0008.oracle.com> Changeset: c6306aecf03b Author: asaha Date: 2016-09-30 11:14 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/c6306aecf03b Added tag jdk8u112-b16 for changeset d1f2cab06d35 ! .hgtags Changeset: a9a890c3b576 Author: asaha Date: 2016-07-12 14:52 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/a9a890c3b576 Added tag jdk8u121-b00 for changeset 1a484cc1d2ed ! .hgtags Changeset: 6152ece76c37 Author: asaha Date: 2016-08-08 15:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/6152ece76c37 Merge ! .hgtags Changeset: 5b440435eb27 Author: asaha Date: 2016-08-16 13:37 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/5b440435eb27 Merge ! .hgtags Changeset: 36e3c21b5fca Author: asaha Date: 2016-08-02 08:04 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/36e3c21b5fca Added tag jdk8u102-b32 for changeset 4510fa72a613 ! .hgtags Changeset: de8a9d055c88 Author: asaha Date: 2016-08-16 21:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/de8a9d055c88 Added tag jdk8u102-b33 for changeset 36e3c21b5fca ! .hgtags Changeset: d8b994dd1c49 Author: asaha Date: 2016-08-30 13:25 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/d8b994dd1c49 Merge ! .hgtags Changeset: 593a3c152c2a Author: asaha Date: 2016-08-30 13:53 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/593a3c152c2a Merge ! .hgtags Changeset: dc528b0db57f Author: asaha Date: 2016-09-08 14:39 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/dc528b0db57f Merge ! .hgtags Changeset: 8f5fafa7e43b Author: asaha Date: 2016-09-19 11:23 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/8f5fafa7e43b Merge ! .hgtags Changeset: 33bf988e6f1a Author: asaha Date: 2016-09-19 13:01 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/33bf988e6f1a Added tag jdk8u121-b01 for changeset 8f5fafa7e43b ! .hgtags Changeset: 42c34892b742 Author: asaha Date: 2016-09-26 14:38 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/42c34892b742 Added tag jdk8u121-b02 for changeset 33bf988e6f1a ! .hgtags Changeset: 8ee63d04b05c Author: asaha Date: 2016-09-15 09:08 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/8ee63d04b05c Added tag jdk8u102-b34 for changeset de8a9d055c88 ! .hgtags Changeset: d8fffd090282 Author: asaha Date: 2016-09-19 09:50 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/d8fffd090282 Merge ! .hgtags Changeset: 095843a96415 Author: asaha Date: 2016-10-03 08:08 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/095843a96415 Merge ! .hgtags Changeset: e0a72d78841d Author: asaha Date: 2016-09-27 09:25 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/e0a72d78841d Added tag jdk8u102-b35 for changeset 8ee63d04b05c ! .hgtags Changeset: d4beac03b123 Author: asaha Date: 2016-10-03 08:38 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/d4beac03b123 Merge ! .hgtags Changeset: 112c17eb13c7 Author: asaha Date: 2016-10-03 08:48 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/112c17eb13c7 Merge ! .hgtags Changeset: 31dad6c4e1be Author: asaha Date: 2016-10-03 11:11 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/31dad6c4e1be Added tag jdk8u121-b03 for changeset 112c17eb13c7 ! .hgtags Changeset: 742cdd2928b6 Author: asaha Date: 2016-10-11 12:03 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/742cdd2928b6 Added tag jdk8u121-b04 for changeset 31dad6c4e1be ! .hgtags Changeset: 5cd9541c75fd Author: asaha Date: 2016-10-17 10:04 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/5cd9541c75fd Added tag jdk8u112-b31 for changeset d4beac03b123 ! .hgtags Changeset: 465b06ac7629 Author: asaha Date: 2016-10-17 10:37 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/465b06ac7629 Merge ! .hgtags Changeset: c8fe62b47c8f Author: asaha Date: 2016-10-17 12:45 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/c8fe62b47c8f Added tag jdk8u121-b05 for changeset 465b06ac7629 ! .hgtags Changeset: a32b4f984a18 Author: asaha Date: 2016-10-24 12:29 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/a32b4f984a18 Added tag jdk8u121-b06 for changeset c8fe62b47c8f ! .hgtags Changeset: 937cd79f7cfb Author: asaha Date: 2016-11-01 16:15 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/937cd79f7cfb Added tag jdk8u121-b07 for changeset a32b4f984a18 ! .hgtags Changeset: 3b222c098080 Author: asaha Date: 2016-11-08 09:49 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/3b222c098080 Added tag jdk8u121-b08 for changeset 937cd79f7cfb ! .hgtags Changeset: 23970322bf06 Author: asaha Date: 2016-11-14 12:08 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/23970322bf06 Added tag jdk8u121-b09 for changeset 3b222c098080 ! .hgtags Changeset: fe53d09bdd8f Author: asaha Date: 2016-11-21 12:24 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/fe53d09bdd8f Added tag jdk8u121-b10 for changeset 23970322bf06 ! .hgtags Changeset: 89c0a71eeb4a Author: asaha Date: 2016-11-28 13:53 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/89c0a71eeb4a Added tag jdk8u121-b11 for changeset fe53d09bdd8f ! .hgtags Changeset: fd548ea7e156 Author: asaha Date: 2016-12-05 13:11 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/fd548ea7e156 Added tag jdk8u121-b12 for changeset 89c0a71eeb4a ! .hgtags Changeset: 931298dbe3cf Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/931298dbe3cf Merge ! .hgtags Changeset: 3a5745e4aafe Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/nashorn/rev/3a5745e4aafe Added tag jdk8u121-b13-aarch32-170210 for changeset 931298dbe3cf ! .hgtags From snazarkin at azul.com Fri Feb 10 16:07:55 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:07:55 +0000 Subject: hg: aarch32-port/jdk8u/jaxp: 32 new changesets Message-ID: <201702101607.v1AG7uGW017843@aojmv0008.oracle.com> Changeset: a2fa57d53f0a Author: asaha Date: 2016-09-30 11:13 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/a2fa57d53f0a Added tag jdk8u112-b16 for changeset 66ef33852d93 ! .hgtags Changeset: 91fffc32eb69 Author: asaha Date: 2016-07-12 14:51 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/91fffc32eb69 Added tag jdk8u121-b00 for changeset 9bbba018c96a ! .hgtags Changeset: 77ea58ff5a38 Author: asaha Date: 2016-08-08 15:14 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/77ea58ff5a38 Merge ! .hgtags Changeset: 9ddbe4154ca9 Author: asaha Date: 2016-08-16 13:35 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/9ddbe4154ca9 Merge ! .hgtags Changeset: d31aad84c272 Author: asaha Date: 2016-08-02 08:03 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/d31aad84c272 Added tag jdk8u102-b32 for changeset 58dea534c1d4 ! .hgtags Changeset: 6d28aaf99e93 Author: asaha Date: 2016-08-16 21:40 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/6d28aaf99e93 Added tag jdk8u102-b33 for changeset d31aad84c272 ! .hgtags Changeset: a1b5a7910ed8 Author: asaha Date: 2016-08-30 10:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/a1b5a7910ed8 Merge ! .hgtags Changeset: 429112e447b7 Author: asaha Date: 2016-08-30 13:49 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/429112e447b7 Merge ! .hgtags Changeset: 2418aef8c7be Author: asaha Date: 2016-09-08 14:36 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/2418aef8c7be Merge ! .hgtags Changeset: 21da1526aeaf Author: asaha Date: 2016-09-08 14:50 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/21da1526aeaf Merge ! .hgtags Changeset: a0ad630d453b Author: asaha Date: 2016-09-19 12:59 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/a0ad630d453b Added tag jdk8u121-b01 for changeset 21da1526aeaf ! .hgtags Changeset: b462cc00c97d Author: asaha Date: 2016-09-26 14:37 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/b462cc00c97d Added tag jdk8u121-b02 for changeset a0ad630d453b ! .hgtags Changeset: d3c5785df6b5 Author: asaha Date: 2016-09-15 09:07 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/d3c5785df6b5 Added tag jdk8u102-b34 for changeset 6d28aaf99e93 ! .hgtags Changeset: 8db3e3ac1b00 Author: asaha Date: 2016-09-19 09:46 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/8db3e3ac1b00 Merge ! .hgtags Changeset: 35a10fba30be Author: asaha Date: 2016-10-03 08:06 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/35a10fba30be Merge ! .hgtags Changeset: 96fb5732134c Author: asaha Date: 2016-09-27 09:24 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/96fb5732134c Added tag jdk8u102-b35 for changeset d3c5785df6b5 ! .hgtags Changeset: 376ba5ed85cc Author: asaha Date: 2016-10-03 08:17 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/376ba5ed85cc Merge ! .hgtags Changeset: e76bf2e89efd Author: asaha Date: 2016-10-03 08:44 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/e76bf2e89efd Merge ! .hgtags Changeset: 05ac2cb9826a Author: asaha Date: 2016-10-03 11:10 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/05ac2cb9826a Added tag jdk8u121-b03 for changeset e76bf2e89efd ! .hgtags Changeset: 18431a71dfd7 Author: asaha Date: 2016-10-11 12:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/18431a71dfd7 Added tag jdk8u121-b04 for changeset 05ac2cb9826a ! .hgtags Changeset: a7e8e66d1e88 Author: asaha Date: 2016-10-17 10:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/a7e8e66d1e88 Added tag jdk8u112-b31 for changeset 376ba5ed85cc ! .hgtags Changeset: 49e109196083 Author: asaha Date: 2016-10-17 10:33 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/49e109196083 Merge ! .hgtags Changeset: e31f5ceba6bf Author: asaha Date: 2016-10-17 12:43 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/e31f5ceba6bf Added tag jdk8u121-b05 for changeset 49e109196083 ! .hgtags Changeset: d12a9b165b47 Author: asaha Date: 2016-10-24 12:28 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/d12a9b165b47 Added tag jdk8u121-b06 for changeset e31f5ceba6bf ! .hgtags Changeset: c7325d95eaba Author: asaha Date: 2016-11-01 16:14 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/c7325d95eaba Added tag jdk8u121-b07 for changeset d12a9b165b47 ! .hgtags Changeset: f805dcb18704 Author: asaha Date: 2016-11-08 09:48 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/f805dcb18704 Added tag jdk8u121-b08 for changeset c7325d95eaba ! .hgtags Changeset: 989c624fdc1f Author: asaha Date: 2016-11-14 12:06 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/989c624fdc1f Added tag jdk8u121-b09 for changeset f805dcb18704 ! .hgtags Changeset: 77c3d617ae4c Author: asaha Date: 2016-11-21 12:22 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/77c3d617ae4c Added tag jdk8u121-b10 for changeset 989c624fdc1f ! .hgtags Changeset: f9cb265fd35f Author: asaha Date: 2016-11-28 13:52 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/f9cb265fd35f Added tag jdk8u121-b11 for changeset 77c3d617ae4c ! .hgtags Changeset: b8d4e4724071 Author: asaha Date: 2016-12-05 13:10 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/b8d4e4724071 Added tag jdk8u121-b12 for changeset f9cb265fd35f ! .hgtags Changeset: 1bd8db5ce718 Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/1bd8db5ce718 Merge ! .hgtags Changeset: 0ef40ac9d391 Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jaxp/rev/0ef40ac9d391 Added tag jdk8u121-b13-aarch32-170210 for changeset 1bd8db5ce718 ! .hgtags From snazarkin at azul.com Fri Feb 10 16:07:57 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:07:57 +0000 Subject: hg: aarch32-port/jdk8u/langtools: 35 new changesets Message-ID: <201702101607.v1AG7vC5017849@aojmv0008.oracle.com> Changeset: 0516014fa89f Author: asaha Date: 2016-09-30 11:14 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/0516014fa89f Added tag jdk8u112-b16 for changeset ee37eafc48cb ! .hgtags Changeset: 7b6c1bfeeb03 Author: asaha Date: 2016-07-12 14:52 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/7b6c1bfeeb03 Added tag jdk8u121-b00 for changeset 5710d574a99a ! .hgtags Changeset: 6f0746b6de9f Author: aefimov Date: 2016-07-18 23:53 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/6f0746b6de9f 8138725: Add options for Javadoc generation Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java ! src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java ! src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlWriter.java ! src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java ! src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/AbstractBuilder.java ! src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties + src/share/classes/com/sun/tools/doclets/internal/toolkit/util/FatalError.java ! src/share/classes/com/sun/tools/doclint/Checker.java ! src/share/classes/com/sun/tools/doclint/HtmlTag.java ! src/share/classes/com/sun/tools/javac/parser/JavacParser.java ! src/share/classes/com/sun/tools/javadoc/DocEnv.java ! src/share/classes/com/sun/tools/javadoc/DocImpl.java + src/share/classes/com/sun/tools/javadoc/JavaScriptScanner.java ! src/share/classes/com/sun/tools/javadoc/RootDocImpl.java ! src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties ! test/tools/doclint/html/OtherTagsTest.out + test/tools/javadoc/TestScriptInComment.java Changeset: e3d17d092a61 Author: asaha Date: 2016-08-08 15:40 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/e3d17d092a61 Merge ! .hgtags Changeset: 19a21c4d3705 Author: asaha Date: 2016-08-16 13:37 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/19a21c4d3705 Merge ! .hgtags Changeset: 3d4b72198b23 Author: asaha Date: 2016-08-02 08:04 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/3d4b72198b23 Added tag jdk8u102-b32 for changeset 1b511d4e93e7 ! .hgtags Changeset: 8bde2f8474d3 Author: asaha Date: 2016-08-16 21:41 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/8bde2f8474d3 Added tag jdk8u102-b33 for changeset 3d4b72198b23 ! .hgtags Changeset: 2bcef3a28991 Author: asaha Date: 2016-08-30 13:24 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/2bcef3a28991 Merge ! .hgtags Changeset: 720d0f9b06ba Author: asaha Date: 2016-08-30 13:53 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/720d0f9b06ba Merge ! .hgtags Changeset: 3da248bb28be Author: asaha Date: 2016-09-08 14:39 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/3da248bb28be Merge ! .hgtags Changeset: ab5d32d8cf5f Author: asaha Date: 2016-09-08 15:35 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/ab5d32d8cf5f Merge ! .hgtags Changeset: e260d46661d2 Author: asaha Date: 2016-09-19 13:01 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/e260d46661d2 Added tag jdk8u121-b01 for changeset ab5d32d8cf5f ! .hgtags Changeset: ff6dc79afab7 Author: asaha Date: 2016-09-26 14:38 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/ff6dc79afab7 Added tag jdk8u121-b02 for changeset e260d46661d2 ! .hgtags Changeset: e64f16f8a585 Author: asaha Date: 2016-09-15 09:08 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/e64f16f8a585 Added tag jdk8u102-b34 for changeset 8bde2f8474d3 ! .hgtags Changeset: 2b0dc1e2d28c Author: asaha Date: 2016-09-19 09:50 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/2b0dc1e2d28c Merge ! .hgtags Changeset: 0353aa2fc746 Author: asaha Date: 2016-10-03 08:08 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/0353aa2fc746 Merge ! .hgtags Changeset: 91a7256a6ff0 Author: asaha Date: 2016-09-27 09:25 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/91a7256a6ff0 Added tag jdk8u102-b35 for changeset e64f16f8a585 ! .hgtags Changeset: de1c3df992ad Author: asaha Date: 2016-10-03 08:36 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/de1c3df992ad Merge ! .hgtags Changeset: 0acfd50d67d9 Author: asaha Date: 2016-10-03 08:48 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/0acfd50d67d9 Merge ! .hgtags Changeset: 29a08aff0608 Author: asaha Date: 2016-10-03 11:11 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/29a08aff0608 Added tag jdk8u121-b03 for changeset 0acfd50d67d9 ! .hgtags Changeset: 8b331e7199f7 Author: asaha Date: 2016-10-11 12:03 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/8b331e7199f7 Added tag jdk8u121-b04 for changeset 29a08aff0608 ! .hgtags Changeset: c94fd1b737d0 Author: asaha Date: 2016-10-17 10:04 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/c94fd1b737d0 Added tag jdk8u112-b31 for changeset de1c3df992ad ! .hgtags Changeset: a933635275c3 Author: asaha Date: 2016-10-17 10:36 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/a933635275c3 Merge ! .hgtags Changeset: dc1dd2e6cf8e Author: asaha Date: 2016-10-17 12:44 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/dc1dd2e6cf8e Added tag jdk8u121-b05 for changeset a933635275c3 ! .hgtags Changeset: 6cd0cd4078e9 Author: asaha Date: 2016-10-24 12:29 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/6cd0cd4078e9 Added tag jdk8u121-b06 for changeset dc1dd2e6cf8e ! .hgtags Changeset: b5d0109fb24a Author: asaha Date: 2016-11-01 16:15 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/b5d0109fb24a Added tag jdk8u121-b07 for changeset 6cd0cd4078e9 ! .hgtags Changeset: 8efc10efbfe1 Author: asaha Date: 2016-11-01 23:55 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/8efc10efbfe1 8168993: JDK8u121 L10n resource file update Reviewed-by: coffeys Contributed-by: li.jiang at oracle.com ! src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets_ja.properties ! src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets_zh_CN.properties ! src/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties ! src/share/classes/com/sun/tools/javadoc/resources/javadoc_zh_CN.properties Changeset: 57a26fe61f2b Author: asaha Date: 2016-11-08 09:49 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/57a26fe61f2b Added tag jdk8u121-b08 for changeset 8efc10efbfe1 ! .hgtags Changeset: 53c94a674d60 Author: asaha Date: 2016-11-14 12:07 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/53c94a674d60 Added tag jdk8u121-b09 for changeset 57a26fe61f2b ! .hgtags Changeset: 5341626bc939 Author: asaha Date: 2016-11-21 12:24 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/5341626bc939 Added tag jdk8u121-b10 for changeset 53c94a674d60 ! .hgtags Changeset: b634abfcd98f Author: asaha Date: 2016-11-23 00:35 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/b634abfcd98f 8170268: 8u121 L10n resource file update - msgdrop 20 Reviewed-by: coffeys Contributed-by: li.jiang at oracle.com ! src/share/classes/com/sun/tools/javadoc/resources/javadoc_zh_CN.properties Changeset: 7fc347da372c Author: asaha Date: 2016-11-28 13:53 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/7fc347da372c Added tag jdk8u121-b11 for changeset b634abfcd98f ! .hgtags Changeset: f634736433d9 Author: asaha Date: 2016-12-05 13:11 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/f634736433d9 Added tag jdk8u121-b12 for changeset 7fc347da372c ! .hgtags Changeset: e371a84a0763 Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/e371a84a0763 Merge ! .hgtags Changeset: e9265feb0517 Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/langtools/rev/e9265feb0517 Added tag jdk8u121-b13-aarch32-170210 for changeset e371a84a0763 ! .hgtags From snazarkin at azul.com Fri Feb 10 16:07:58 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:07:58 +0000 Subject: hg: aarch32-port/jdk8u/hotspot: 40 new changesets Message-ID: <201702101607.v1AG7wai017853@aojmv0008.oracle.com> Changeset: aca3b61c54f2 Author: asaha Date: 2016-09-30 11:12 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/aca3b61c54f2 Added tag jdk8u112-b16 for changeset e134dc1879b7 ! .hgtags Changeset: 2dcfab0c90e5 Author: asaha Date: 2016-07-12 14:50 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/2dcfab0c90e5 Added tag jdk8u121-b00 for changeset 3b0e5f01891f ! .hgtags Changeset: aa8bf5341fc0 Author: coleenp Date: 2016-06-29 11:52 -0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/aa8bf5341fc0 8159515: Improve indy validation Reviewed-by: jrose, hseigel, vlivanov, bmoloden, ctornqvi, mschoene ! src/share/vm/prims/jvm.cpp Changeset: 72a298cbc071 Author: hseigel Date: 2016-06-30 08:11 -0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/72a298cbc071 8159511: Stack map validation Reviewed-by: acorn, mschoene Contributed-by: harold.seigel at oracle.com ! src/share/vm/classfile/stackMapTableFormat.hpp ! src/share/vm/classfile/verifier.cpp Changeset: 5c22c4afdafb Author: kevinw Date: 2016-07-14 13:19 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/5c22c4afdafb Merge Changeset: b4b7e6bb414d Author: shshahma Date: 2016-07-26 08:23 -0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b4b7e6bb414d 8161218: Better bytecode loading Reviewed-by: acorn, mschoene, ctornqvi Contributed-by: harold.seigel at oracle.com ! src/share/vm/classfile/verifier.cpp Changeset: f797a341d89e Author: asaha Date: 2016-08-09 13:21 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/f797a341d89e Merge ! .hgtags Changeset: 57f957f4731d Author: asaha Date: 2016-08-09 13:24 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/57f957f4731d Merge ! .hgtags Changeset: fff265b31090 Author: vkempik Date: 2016-08-11 12:17 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/fff265b31090 8159507: RuntimeVisibleAnnotation validation Reviewed-by: rprotacio ! src/share/vm/classfile/classFileParser.cpp Changeset: 6009b66f2fa1 Author: asaha Date: 2016-08-16 13:31 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/6009b66f2fa1 Merge ! .hgtags Changeset: 9050d85e2960 Author: asaha Date: 2016-08-02 08:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/9050d85e2960 Added tag jdk8u102-b32 for changeset c8988d2e4212 ! .hgtags Changeset: b678b66d1538 Author: asaha Date: 2016-08-16 21:39 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b678b66d1538 Added tag jdk8u102-b33 for changeset 9050d85e2960 ! .hgtags Changeset: fb3af35f99d8 Author: asaha Date: 2016-08-30 10:10 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/fb3af35f99d8 Merge ! .hgtags Changeset: 3e2b407e18c3 Author: asaha Date: 2016-08-30 13:45 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/3e2b407e18c3 Merge ! .hgtags Changeset: 0dd5c1481826 Author: asaha Date: 2016-09-08 14:35 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/0dd5c1481826 Merge ! .hgtags Changeset: 251a2493b185 Author: asaha Date: 2016-09-08 14:44 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/251a2493b185 Merge ! .hgtags Changeset: 70c4a50f576a Author: asaha Date: 2016-09-19 12:58 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/70c4a50f576a Added tag jdk8u121-b01 for changeset 251a2493b185 ! .hgtags Changeset: f1732120b5be Author: asaha Date: 2016-09-26 14:36 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/f1732120b5be Added tag jdk8u121-b02 for changeset 70c4a50f576a ! .hgtags Changeset: b1692d5e33d3 Author: asaha Date: 2016-09-15 09:06 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b1692d5e33d3 Added tag jdk8u102-b34 for changeset b678b66d1538 ! .hgtags Changeset: 0a0a72ea3efd Author: asaha Date: 2016-09-19 09:44 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/0a0a72ea3efd Merge ! .hgtags Changeset: 501865c7b781 Author: asaha Date: 2016-10-03 08:05 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/501865c7b781 Merge ! .hgtags Changeset: 8a2db0a6c499 Author: shshahma Date: 2016-09-01 06:16 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/8a2db0a6c499 8152438: Threads may do significant work out of the non-shared overflow buffer Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss ! src/share/vm/gc_implementation/g1/g1ParScanThreadState.cpp ! src/share/vm/utilities/taskqueue.hpp Changeset: cdd0839491ba Author: asaha Date: 2016-09-27 09:23 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/cdd0839491ba Added tag jdk8u102-b35 for changeset 8a2db0a6c499 ! .hgtags Changeset: 87440ed4e1de Author: asaha Date: 2016-10-03 08:13 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/87440ed4e1de Merge ! .hgtags Changeset: fa3bb4153a28 Author: asaha Date: 2016-10-03 08:42 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/fa3bb4153a28 Merge ! .hgtags Changeset: 35cff8508ca1 Author: asaha Date: 2016-10-03 11:09 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/35cff8508ca1 Added tag jdk8u121-b03 for changeset fa3bb4153a28 ! .hgtags Changeset: c0a1ba0df20f Author: asaha Date: 2016-10-11 12:01 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/c0a1ba0df20f Added tag jdk8u121-b04 for changeset 35cff8508ca1 ! .hgtags Changeset: 10baa7af9e63 Author: asaha Date: 2016-10-17 10:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/10baa7af9e63 Added tag jdk8u112-b31 for changeset 87440ed4e1de ! .hgtags Changeset: f71447f104ce Author: asaha Date: 2016-10-17 10:30 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/f71447f104ce Merge ! .hgtags Changeset: 49a2fc91c46f Author: asaha Date: 2016-10-17 12:42 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/49a2fc91c46f Added tag jdk8u121-b05 for changeset f71447f104ce ! .hgtags Changeset: f31c7533cfcb Author: asaha Date: 2016-10-24 12:27 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/f31c7533cfcb Added tag jdk8u121-b06 for changeset 49a2fc91c46f ! .hgtags Changeset: c7b69bdda4d7 Author: asaha Date: 2016-11-01 16:13 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/c7b69bdda4d7 Added tag jdk8u121-b07 for changeset f31c7533cfcb ! .hgtags Changeset: 02a3d0dcbedd Author: kevinw Date: 2016-11-02 14:54 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/02a3d0dcbedd 8167104: Additional class construction refinements Reviewed-by: hseigel ! src/share/vm/classfile/stackMapFrame.cpp ! src/share/vm/classfile/stackMapFrame.hpp ! src/share/vm/classfile/stackMapTable.cpp ! src/share/vm/classfile/stackMapTable.hpp ! src/share/vm/classfile/verifier.cpp ! test/runtime/handlerInTry/LoadHandlerInTry.java Changeset: 8cae1bdbd73c Author: asaha Date: 2016-11-08 09:48 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/8cae1bdbd73c Added tag jdk8u121-b08 for changeset 02a3d0dcbedd ! .hgtags Changeset: f26f6895c9df Author: asaha Date: 2016-11-14 12:05 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/f26f6895c9df Added tag jdk8u121-b09 for changeset 8cae1bdbd73c ! .hgtags Changeset: 11f91811e4d7 Author: asaha Date: 2016-11-21 12:22 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/11f91811e4d7 Added tag jdk8u121-b10 for changeset f26f6895c9df ! .hgtags Changeset: b132b08b28bf Author: asaha Date: 2016-11-28 13:51 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b132b08b28bf Added tag jdk8u121-b11 for changeset 11f91811e4d7 ! .hgtags Changeset: 90f94521c351 Author: asaha Date: 2016-12-05 13:09 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/90f94521c351 Added tag jdk8u121-b12 for changeset b132b08b28bf ! .hgtags Changeset: 2d40c68f1daa Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/2d40c68f1daa Merge ! .hgtags ! src/share/vm/classfile/stackMapTable.hpp ! src/share/vm/classfile/verifier.cpp Changeset: 619ce4fed27a Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/619ce4fed27a Added tag jdk8u121-b13-aarch32-170210 for changeset 2d40c68f1daa ! .hgtags From snazarkin at azul.com Fri Feb 10 16:08:06 2017 From: snazarkin at azul.com (snazarkin at azul.com) Date: Fri, 10 Feb 2017 16:08:06 +0000 Subject: hg: aarch32-port/jdk8u/jdk: 106 new changesets Message-ID: <201702101608.v1AG89XC017888@aojmv0008.oracle.com> Changeset: 6c480a772201 Author: asaha Date: 2016-09-30 11:13 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/6c480a772201 Added tag jdk8u112-b16 for changeset 5dd7e4bae5c2 ! .hgtags Changeset: 91a861057a7a Author: asaha Date: 2016-07-12 14:51 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/91a861057a7a Added tag jdk8u121-b00 for changeset ab5ff8f1e52c ! .hgtags Changeset: d8ef84d3aa5c Author: coleenp Date: 2016-06-29 11:51 -0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d8ef84d3aa5c 8159515: Improve indy validation Reviewed-by: jrose, hseigel, vlivanov, bmoloden, ctornqvi, mschoene ! src/share/native/common/check_code.c Changeset: 5a5f81be7fc3 Author: prr Date: 2016-07-14 12:28 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/5a5f81be7fc3 8160098: Clean up color profiles Reviewed-by: ssadetsky, bpb, mschoene ! src/share/native/sun/java2d/cmm/lcms/cmsio0.c Changeset: 50fb073a2903 Author: hb Date: 2016-07-12 16:46 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/50fb073a2903 8157739: Classloader Consistency Checking Reviewed-by: ahgross, akulyakh, dfuchs, jwilhelm, skoivu ! src/share/classes/com/sun/jmx/remote/util/ClassLoaderWithRepository.java Changeset: 4bf1c95e9fd1 Author: chegar Date: 2016-07-18 14:38 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/4bf1c95e9fd1 8160838: Better HTTP service Reviewed-by: ahgross, alanb, michaelm ! src/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java ! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java ! src/share/lib/net.properties ! test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/OriginServer.java ! test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/ProxyAuthTest.java ! test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/ProxyTunnelServer.java ! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.sh Changeset: d000ffd0c780 Author: ssadetsky Date: 2016-07-27 10:15 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d000ffd0c780 8162411: Service Menu services 2 Reviewed-by: prr, mschoene, serb, ahgross ! src/windows/classes/sun/awt/windows/WFramePeer.java ! src/windows/classes/sun/awt/windows/WMenuBarPeer.java Changeset: 0067c7943837 Author: msheppar Date: 2016-07-28 08:02 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/0067c7943837 8157749: Improve handling of DNS error replies Reviewed-by: chegar, rriggs, coffeys ! make/mapfiles/libjava/mapfile-vers ! src/share/native/common/jni_util.c ! src/share/native/common/jni_util.h ! src/solaris/native/java/net/net_util_md.c ! src/windows/native/java/net/net_util_md.c Changeset: d3fcdde992df Author: igerasim Date: 2016-07-29 00:00 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d3fcdde992df 8155973: Tighten jar checks Reviewed-by: mullan, igerasim, ahgross ! src/share/classes/sun/security/pkcs/SignerInfo.java ! src/share/classes/sun/security/util/AbstractAlgorithmConstraints.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! src/share/classes/sun/security/util/SignatureFileVerifier.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows ! test/javax/crypto/SecretKeyFactory/FailOverTest.sh + test/javax/crypto/SecretKeyFactory/security.properties ! test/sun/security/pkcs/pkcs7/PKCS7VerifyTest.java + test/sun/security/pkcs/pkcs7/reenable.jar.alg.props ! test/sun/security/tools/jarsigner/JarSigningNonAscii.java + test/sun/security/tools/jarsigner/reenable.jar.alg.props Changeset: 82e04398532b Author: igerasim Date: 2016-07-30 04:02 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/82e04398532b 8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8 Reviewed-by: ascarpino, mullan ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: df767c6cbcc6 Author: rpatil Date: 2016-08-02 19:49 +0530 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/df767c6cbcc6 8150611: Security problem on sun.misc.resources.Messages* Reviewed-by: chegar, coffeys ! src/share/classes/sun/misc/resources/Messages.java ! src/share/classes/sun/misc/resources/Messages_de.java ! src/share/classes/sun/misc/resources/Messages_es.java ! src/share/classes/sun/misc/resources/Messages_fr.java ! src/share/classes/sun/misc/resources/Messages_it.java ! src/share/classes/sun/misc/resources/Messages_ja.java ! src/share/classes/sun/misc/resources/Messages_ko.java ! src/share/classes/sun/misc/resources/Messages_pt_BR.java ! src/share/classes/sun/misc/resources/Messages_sv.java ! src/share/classes/sun/misc/resources/Messages_zh_CN.java ! src/share/classes/sun/misc/resources/Messages_zh_TW.java Changeset: c9699355abb3 Author: aivanov Date: 2016-08-04 18:37 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/c9699355abb3 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline Reviewed-by: flar, arapte ! src/solaris/classes/sun/awt/X11GraphicsConfig.java ! src/windows/classes/sun/java2d/opengl/WGLGraphicsConfig.java Changeset: 35fc0c239eb9 Author: asaha Date: 2016-08-08 15:29 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/35fc0c239eb9 Merge ! .hgtags Changeset: 684fa25fc7eb Author: dfuchs Date: 2016-08-11 14:16 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/684fa25fc7eb 8162577: Standardize logging levels Reviewed-by: igerasim, mchung, rriggs, skoivu ! src/share/classes/java/util/logging/Level.java ! src/share/classes/java/util/logging/LogRecord.java Changeset: dfa1648415a4 Author: robm Date: 2016-08-16 16:09 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/dfa1648415a4 8151934: Resolve class resolution Reviewed-by: chegar ! src/share/classes/java/net/URLClassLoader.java ! src/share/classes/sun/misc/JarIndex.java ! src/share/classes/sun/misc/Launcher.java ! src/share/classes/sun/misc/URLClassPath.java Changeset: 540f55974b7e Author: asaha Date: 2016-08-16 13:57 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/540f55974b7e Merge ! .hgtags Changeset: f5d53de20cb3 Author: shshahma Date: 2016-08-16 17:05 +0530 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/f5d53de20cb3 8158406: Limited Parameter Processing Reviewed-by: dfuchs, skoivu ! src/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java Changeset: ec36155c8517 Author: msheppar Date: 2016-08-30 02:38 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/ec36155c8517 8161228: URL objects with custom protocol handlers have port changed after deserializing Reviewed-by: chegar, rriggs, coffeys ! src/share/classes/java/net/URL.java Changeset: 6cb0106507eb Author: igerasim Date: 2016-08-30 18:42 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/6cb0106507eb 8161743: Provide proper login context Reviewed-by: ahgross, vinnie, xuelei ! src/share/classes/com/sun/security/auth/module/LdapLoginModule.java Changeset: 7a54714638eb Author: dmarkov Date: 2016-05-17 13:12 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/7a54714638eb 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus Reviewed-by: ant, denis ! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java ! src/macosx/classes/sun/lwawt/macosx/CWarningWindow.java ! src/macosx/native/sun/awt/AWTWindow.h ! src/macosx/native/sun/awt/AWTWindow.m + test/java/awt/Window/WindowJumpingTest/WindowJumpingTest.java Changeset: d9a86e17af5d Author: igerasim Date: 2016-05-31 00:24 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d9a86e17af5d 8158111: Make handling of 3rd party providers more stable Reviewed-by: xuelei ! src/share/classes/sun/security/ssl/RSAClientKeyExchange.java Changeset: 4f08846f1ba7 Author: dmarkov Date: 2016-07-05 15:15 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/4f08846f1ba7 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X Reviewed-by: alexp ! src/macosx/native/sun/awt/AWTView.m + test/java/awt/im/8148984/bug8148984.html + test/java/awt/im/8148984/bug8148984.java Changeset: e3839fe291ad Author: robm Date: 2016-07-13 14:56 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/e3839fe291ad 8141148: LDAP "follow" throws ClassCastException with Java 8 Reviewed-by: prappo, xuelei ! src/share/classes/com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java ! src/share/classes/com/sun/jndi/ldap/LdapBindingEnumeration.java ! src/share/classes/com/sun/jndi/ldap/LdapNamingEnumeration.java ! src/share/classes/com/sun/jndi/ldap/LdapSearchEnumeration.java Changeset: 99094b4e328d Author: asaha Date: 2016-08-02 08:03 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/99094b4e328d Added tag jdk8u102-b32 for changeset e3839fe291ad ! .hgtags Changeset: 275fcb7d4e3e Author: dmarkov Date: 2016-08-16 17:58 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/275fcb7d4e3e 8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame Reviewed-by: serb ! src/macosx/native/sun/awt/AWTWindow.m Changeset: 0fd120d95c5b Author: asaha Date: 2016-08-16 21:40 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/0fd120d95c5b Added tag jdk8u102-b33 for changeset 275fcb7d4e3e ! .hgtags Changeset: bf791a3c022c Author: asaha Date: 2016-08-30 10:11 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/bf791a3c022c Merge ! .hgtags ! src/macosx/native/sun/awt/AWTView.m Changeset: e16018c90ebc Author: asaha Date: 2016-08-30 13:50 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/e16018c90ebc Merge ! .hgtags Changeset: 8d36d0b503ba Author: robm Date: 2016-09-07 17:01 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/8d36d0b503ba 8139565: Restrict certificates with DSA keys less than 1024 bits Reviewed-by: xuelei ! src/share/classes/sun/security/util/KeyUtil.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows + test/javax/net/ssl/TLSv12/DisabledShortDSAKeys.java Changeset: 133bee69b68d Author: igerasim Date: 2016-09-14 11:39 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/133bee69b68d 8142926: OutputAnalyzer's shouldXXX() calls return this Reviewed-by: alanb, robm ! test/lib/testlibrary/jdk/testlibrary/OutputAnalyzer.java Changeset: a83db09a11e6 Author: igerasim Date: 2016-09-14 11:41 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/a83db09a11e6 8165816: jarsigner -verify shows jar unsigned if it was signed with a weak algorithm Reviewed-by: mullan ! src/share/classes/sun/security/pkcs/SignerInfo.java ! src/share/classes/sun/security/tools/jarsigner/Main.java ! src/share/classes/sun/security/tools/jarsigner/Resources.java ! test/sun/security/tools/jarsigner/warnings/Test.java Changeset: 4c48191b287f Author: robm Date: 2016-09-15 22:35 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/4c48191b287f 8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions Reviewed-by: ascarpino ! src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! src/share/classes/sun/security/provider/certpath/PKIXMasterCertPathValidator.java ! src/share/classes/sun/security/util/AbstractAlgorithmConstraints.java ! src/share/classes/sun/security/util/AlgorithmDecomposer.java + src/share/classes/sun/security/util/AnchorCertificates.java + src/share/classes/sun/security/util/CertConstraintParameters.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! src/share/classes/sun/security/util/LegacyAlgorithmConstraints.java ! src/share/classes/sun/security/x509/X509CertImpl.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: 876a505a9f20 Author: igerasim Date: 2016-09-16 17:57 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/876a505a9f20 8164147: Improve streaming socket output Reviewed-by: chegar, igerasim ! src/share/classes/java/net/SocketInputStream.java ! src/share/classes/java/net/SocketOutputStream.java ! src/solaris/native/java/net/SocketOutputStream.c ! src/windows/native/java/net/SocketOutputStream.c Changeset: 5d2bb853ae31 Author: igerasim Date: 2016-09-18 23:22 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/5d2bb853ae31 8165071: Expand TLS support Reviewed-by: jnimeh, ahgross, asmotrak ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows ! test/sun/security/ssl/javax/net/ssl/SSLParameters/UseCipherSuitesOrder.java Changeset: 8dc49b3c8953 Author: coffeys Date: 2016-09-19 11:44 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/8dc49b3c8953 8148516: Improve the default strength of EC in JDK Reviewed-by: xuelei ! src/share/classes/sun/security/ssl/CipherSuite.java ! src/share/classes/sun/security/ssl/CipherSuiteList.java ! src/share/classes/sun/security/ssl/ClientHandshaker.java ! src/share/classes/sun/security/ssl/ECDHCrypt.java ! src/share/classes/sun/security/ssl/HandshakeMessage.java ! src/share/classes/sun/security/ssl/Handshaker.java ! src/share/classes/sun/security/ssl/JsseJce.java ! src/share/classes/sun/security/ssl/ServerHandshaker.java ! src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows ! test/javax/net/ssl/ciphersuites/DisabledAlgorithms.java + test/javax/net/ssl/ciphersuites/ECCurvesconstraints.java ! test/sun/security/ec/TestEC.java ! test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java ! test/sun/security/ssl/sanity/interop/ClientJSSEServerJSSE.java Changeset: 1cf5785cdd47 Author: asaha Date: 2016-09-08 14:37 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1cf5785cdd47 Merge ! .hgtags Changeset: 1f5412ac6bd8 Author: asaha Date: 2016-09-08 15:00 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1f5412ac6bd8 Merge ! .hgtags Changeset: 5f0839ac7e0d Author: asaha Date: 2016-09-19 11:21 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/5f0839ac7e0d Merge Changeset: 17a829050ae5 Author: asaha Date: 2016-09-19 13:00 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/17a829050ae5 Added tag jdk8u121-b01 for changeset 5f0839ac7e0d ! .hgtags Changeset: e895d4e7c2ec Author: robm Date: 2016-09-20 16:54 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/e895d4e7c2ec 8166389: [TEST_BUG] closed/java/security/Security/ReadProp/ReadProp.sh failing Reviewed-by: coffeys ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java Changeset: f91e3aa155b3 Author: rpatil Date: 2016-09-22 03:03 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/f91e3aa155b3 8166381: Back out changes to the java.security file to not disable MD5 Reviewed-by: weijun, coffeys ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: 94a831257618 Author: asaha Date: 2016-09-26 14:37 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/94a831257618 Added tag jdk8u121-b02 for changeset f91e3aa155b3 ! .hgtags Changeset: 6060afebe7d0 Author: igerasim Date: 2016-09-28 01:17 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/6060afebe7d0 8154005: Add algorithm constraint that specifies the restriction date Reviewed-by: mullan, igerasim ! src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java ! src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java ! src/share/classes/sun/security/util/CertConstraintParameters.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: 70fe02b90e71 Author: mcherkas Date: 2016-09-29 16:06 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/70fe02b90e71 8162973: Better component components Reviewed-by: ssadetsky, prr, ahgross ! src/windows/native/sun/windows/awt_Component.cpp Changeset: 920bb0a994d1 Author: mcherkas Date: 2016-10-03 20:27 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/920bb0a994d1 8164143: Improve components for menu items Reviewed-by: ssadetsky, prr, ddehaven ! src/macosx/classes/com/apple/eawt/_AppMenuBarHandler.java ! src/macosx/classes/sun/lwawt/macosx/CCheckboxMenuItem.java ! src/macosx/classes/sun/lwawt/macosx/CFRetainedResource.java ! src/macosx/classes/sun/lwawt/macosx/CMenu.java ! src/macosx/classes/sun/lwawt/macosx/CMenuBar.java ! src/macosx/classes/sun/lwawt/macosx/CMenuComponent.java ! src/macosx/classes/sun/lwawt/macosx/CMenuItem.java ! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java ! src/macosx/classes/sun/lwawt/macosx/CPopupMenu.java ! src/macosx/classes/sun/lwawt/macosx/CTrayIcon.java ! src/macosx/native/sun/awt/CMenu.m ! src/macosx/native/sun/awt/CMenuBar.m ! src/macosx/native/sun/awt/CMenuComponent.m ! src/macosx/native/sun/awt/CMenuItem.h ! src/macosx/native/sun/awt/CMenuItem.m ! src/share/classes/java/awt/MenuComponent.java ! src/share/classes/sun/awt/AWTAccessor.java Changeset: d783f00bb04a Author: igerasim Date: 2016-09-08 19:35 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d783f00bb04a 8153438: Avoid repeated "Please insert a smart card" popup windows Reviewed-by: vinnie, valeriep ! src/windows/native/sun/security/mscapi/security.cpp Changeset: 4f36303c6317 Author: asaha Date: 2016-09-15 09:08 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/4f36303c6317 Added tag jdk8u102-b34 for changeset d783f00bb04a ! .hgtags Changeset: 0969c69a27dd Author: asaha Date: 2016-09-19 09:47 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/0969c69a27dd Merge ! .hgtags Changeset: fdcb38fe8b4f Author: asaha Date: 2016-10-03 08:07 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/fdcb38fe8b4f Merge ! .hgtags Changeset: 958684c9f1e7 Author: robm Date: 2016-09-23 15:31 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/958684c9f1e7 8159410: InetAddress.isReachable returns true for non existing IP adresses Reviewed-by: chegar, coffeys ! src/windows/native/java/net/Inet4AddressImpl.c Changeset: 1ee21c5388be Author: asaha Date: 2016-09-27 09:24 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1ee21c5388be Added tag jdk8u102-b35 for changeset 958684c9f1e7 ! .hgtags Changeset: 2d75b4c1ff2f Author: asaha Date: 2016-10-03 08:32 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/2d75b4c1ff2f Merge ! .hgtags ! src/windows/native/java/net/Inet4AddressImpl.c Changeset: 1b35fabb3d88 Author: asaha Date: 2016-10-03 08:45 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1b35fabb3d88 Merge ! .hgtags ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows ! test/sun/security/tools/jarsigner/warnings/Test.java Changeset: ecdb635eaf48 Author: asaha Date: 2016-10-03 10:56 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/ecdb635eaf48 Merge Changeset: 2f27f84788e1 Author: asaha Date: 2016-10-03 11:10 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/2f27f84788e1 Added tag jdk8u121-b03 for changeset ecdb635eaf48 ! .hgtags Changeset: 09c05d3bf23e Author: rriggs Date: 2016-10-04 14:52 -0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/09c05d3bf23e 8160108: Implement Serialization Filtering 8166739: Improve extensibility of ObjectInputFilter information passed to the filter Reviewed-by: dfuchs, ahgross, chegar, skoivu ! src/share/classes/java/io/ObjectInputStream.java + src/share/classes/sun/misc/JavaOISAccess.java + src/share/classes/sun/misc/ObjectInputFilter.java ! src/share/classes/sun/misc/SharedSecrets.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows + test/java/io/Serializable/serialFilter/CheckInputOrderTest.java + test/java/io/Serializable/serialFilter/FilterWithSecurityManagerTest.java + test/java/io/Serializable/serialFilter/GlobalFilterTest.java + test/java/io/Serializable/serialFilter/MixedFiltersTest.java + test/java/io/Serializable/serialFilter/SerialFilterTest.java + test/java/io/Serializable/serialFilter/java.security-extra1 + test/java/io/Serializable/serialFilter/security.policy + test/java/io/Serializable/serialFilter/security.policy.without.globalFilter Changeset: 75f31e0bd829 Author: rriggs Date: 2016-10-07 15:43 -0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/75f31e0bd829 8156804: Better constraint checking Summary: Apply serialization filtering to RMI Registry and DGC Reviewed-by: dfuchs, ahgross ! src/share/classes/java/rmi/MarshalledObject.java ! src/share/classes/sun/rmi/registry/RegistryImpl.java ! src/share/classes/sun/rmi/server/UnicastServerRef.java ! src/share/classes/sun/rmi/server/UnicastServerRef2.java ! src/share/classes/sun/rmi/transport/DGCImpl.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows + test/java/rmi/MarshalledObject/MOFilterTest.java + test/java/rmi/registry/serialFilter/RegistryFilterTest.java + test/java/rmi/registry/serialFilter/java.security-extra1 + test/java/rmi/registry/serialFilter/security.policy + test/sun/rmi/server/UnicastServerRef/FilterUSRTest.java Changeset: ae14b213f964 Author: robm Date: 2016-10-08 15:23 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/ae14b213f964 8151893: Add security property to configure XML Signature secure validation mode Reviewed-by: mullan ! src/share/classes/org/jcp/xml/dsig/internal/dom/ApacheTransform.java ! src/share/classes/org/jcp/xml/dsig/internal/dom/DOMManifest.java ! src/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java ! src/share/classes/org/jcp/xml/dsig/internal/dom/DOMRetrievalMethod.java ! src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignedInfo.java ! src/share/classes/org/jcp/xml/dsig/internal/dom/DOMURIDereferencer.java + src/share/classes/org/jcp/xml/dsig/internal/dom/Policy.java + src/share/classes/sun/security/provider/certpath/PKIXTimestampParameters.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows + test/javax/xml/crypto/dsig/SecureValidationPolicy.java Changeset: 1778953e8649 Author: igerasim Date: 2016-10-09 14:45 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1778953e8649 8166878: Connection reset during TLS handshake Reviewed-by: xuelei Contributed-by: xuelei.fan at oracle.com ! src/share/classes/sun/security/ssl/ClientHandshaker.java Changeset: 5639a820cec5 Author: mcherkas Date: 2016-10-11 16:57 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/5639a820cec5 8037099: [macosx] Remove all references to GC from native OBJ-C code Reviewed-by: serb ! src/macosx/native/sun/awt/AWTSurfaceLayers.m ! src/macosx/native/sun/awt/AWTView.m ! src/macosx/native/sun/awt/AWTWindow.m ! src/macosx/native/sun/awt/ApplicationDelegate.m ! src/macosx/native/sun/awt/CClipboard.m ! src/macosx/native/sun/awt/CDesktopPeer.m ! src/macosx/native/sun/awt/CDragSource.m ! src/macosx/native/sun/awt/CDragSourceContextPeer.m ! src/macosx/native/sun/awt/CDropTarget.m ! src/macosx/native/sun/awt/CFileDialog.m ! src/macosx/native/sun/awt/CGraphicsEnv.m ! src/macosx/native/sun/awt/CImage.m ! src/macosx/native/sun/awt/CMenu.m ! src/macosx/native/sun/awt/CMenuBar.m ! src/macosx/native/sun/awt/CMenuComponent.m ! src/macosx/native/sun/awt/CMenuItem.m ! src/macosx/native/sun/awt/CPopupMenu.m ! src/macosx/native/sun/awt/CPrinterJob.m ! src/macosx/native/sun/awt/CSystemColors.m ! src/macosx/native/sun/awt/ImageSurfaceData.m ! src/macosx/native/sun/awt/JavaAccessibilityAction.m ! src/macosx/native/sun/awt/JavaComponentAccessibility.m ! src/macosx/native/sun/awt/LWCToolkit.m ! src/macosx/native/sun/awt/PrintModel.m ! src/macosx/native/sun/osxapp/NSApplicationAWT.m Changeset: d54219144844 Author: alexsch Date: 2016-10-07 22:05 +0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d54219144844 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only) Reviewed-by: malenkov, serb ! src/macosx/classes/sun/lwawt/macosx/CEmbeddedFrame.java ! src/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java ! src/macosx/classes/sun/lwawt/macosx/CPlatformView.java ! src/macosx/classes/sun/lwawt/macosx/NSEvent.java ! src/macosx/native/sun/awt/AWTView.m ! src/macosx/native/sun/awt/CTrayIcon.m ! src/macosx/native/sun/awt/LWCToolkit.h ! src/macosx/native/sun/awt/LWCToolkit.m + test/javax/swing/plaf/basic/BasicScrollPaneUI/8166591/TooMuchWheelRotationEventsTest.java Changeset: 032874d46bf9 Author: asaha Date: 2016-10-11 12:02 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/032874d46bf9 Added tag jdk8u121-b04 for changeset d54219144844 ! .hgtags Changeset: b59238f0e161 Author: dmarkov Date: 2016-10-12 15:43 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/b59238f0e161 8166988: Improve image processing performance Reviewed-by: prr ! src/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java Changeset: 1c8ba7b923f2 Author: rpatil Date: 2016-10-12 16:29 +0530 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1c8ba7b923f2 8166875: (tz) Support tzdata2016g Reviewed-by: martin, okutsu ! make/data/tzdata/VERSION ! make/data/tzdata/africa ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/backward ! make/data/tzdata/etcetera ! make/data/tzdata/europe ! make/data/tzdata/factory ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! make/data/tzdata/zone.tab ! src/share/classes/java/time/format/ZoneName.java ! src/share/classes/sun/util/resources/TimeZoneNames.java ! src/share/classes/sun/util/resources/de/TimeZoneNames_de.java ! src/share/classes/sun/util/resources/es/TimeZoneNames_es.java ! src/share/classes/sun/util/resources/fr/TimeZoneNames_fr.java ! src/share/classes/sun/util/resources/it/TimeZoneNames_it.java ! src/share/classes/sun/util/resources/ja/TimeZoneNames_ja.java ! src/share/classes/sun/util/resources/ko/TimeZoneNames_ko.java ! src/share/classes/sun/util/resources/pt/TimeZoneNames_pt_BR.java ! src/share/classes/sun/util/resources/sv/TimeZoneNames_sv.java ! src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_CN.java ! src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_TW.java ! test/java/time/test/java/time/format/TestZoneTextPrinterParser.java ! test/java/time/test/java/time/format/ZoneName.java ! test/sun/util/calendar/zi/tzdata/VERSION ! test/sun/util/calendar/zi/tzdata/africa ! test/sun/util/calendar/zi/tzdata/antarctica ! test/sun/util/calendar/zi/tzdata/asia ! test/sun/util/calendar/zi/tzdata/australasia ! test/sun/util/calendar/zi/tzdata/backward ! test/sun/util/calendar/zi/tzdata/etcetera ! test/sun/util/calendar/zi/tzdata/europe ! test/sun/util/calendar/zi/tzdata/factory ! test/sun/util/calendar/zi/tzdata/leapseconds ! test/sun/util/calendar/zi/tzdata/northamerica ! test/sun/util/calendar/zi/tzdata/southamerica ! test/sun/util/calendar/zi/tzdata/zone.tab Changeset: 270f977a4818 Author: mcherkas Date: 2016-10-12 18:45 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/270f977a4818 8167356: Follow up fix for jdk8 backport of 8164143. Changes for CMenuComponent.m were missed Reviewed-by: serb ! src/macosx/native/sun/awt/CMenuComponent.m Changeset: 40d6424361bc Author: robm Date: 2016-10-13 15:35 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/40d6424361bc 8140353: Improve signature checking Reviewed-by: mullan ! src/share/classes/org/jcp/xml/dsig/internal/dom/DOMSignatureMethod.java ! src/share/classes/org/jcp/xml/dsig/internal/dom/Policy.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: d799814664b5 Author: alexsch Date: 2016-10-07 22:05 +0400 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d799814664b5 8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only) Reviewed-by: malenkov, serb ! src/macosx/classes/sun/lwawt/macosx/CEmbeddedFrame.java ! src/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java ! src/macosx/classes/sun/lwawt/macosx/CPlatformView.java ! src/macosx/classes/sun/lwawt/macosx/NSEvent.java ! src/macosx/native/sun/awt/AWTView.m ! src/macosx/native/sun/awt/CTrayIcon.m ! src/macosx/native/sun/awt/LWCToolkit.h ! src/macosx/native/sun/awt/LWCToolkit.m + test/javax/swing/plaf/basic/BasicScrollPaneUI/8166591/TooMuchWheelRotationEventsTest.java Changeset: 41fac11792c1 Author: rpatil Date: 2016-10-12 16:29 +0530 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/41fac11792c1 8166875: (tz) Support tzdata2016g Reviewed-by: martin, okutsu ! make/data/tzdata/VERSION ! make/data/tzdata/africa ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/backward ! make/data/tzdata/etcetera ! make/data/tzdata/europe ! make/data/tzdata/factory ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! make/data/tzdata/zone.tab ! src/share/classes/java/time/format/ZoneName.java ! src/share/classes/sun/util/resources/TimeZoneNames.java ! src/share/classes/sun/util/resources/de/TimeZoneNames_de.java ! src/share/classes/sun/util/resources/es/TimeZoneNames_es.java ! src/share/classes/sun/util/resources/fr/TimeZoneNames_fr.java ! src/share/classes/sun/util/resources/it/TimeZoneNames_it.java ! src/share/classes/sun/util/resources/ja/TimeZoneNames_ja.java ! src/share/classes/sun/util/resources/ko/TimeZoneNames_ko.java ! src/share/classes/sun/util/resources/pt/TimeZoneNames_pt_BR.java ! src/share/classes/sun/util/resources/sv/TimeZoneNames_sv.java ! src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_CN.java ! src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_TW.java ! test/java/time/test/java/time/format/TestZoneTextPrinterParser.java ! test/java/time/test/java/time/format/ZoneName.java ! test/sun/util/calendar/zi/tzdata/VERSION ! test/sun/util/calendar/zi/tzdata/africa ! test/sun/util/calendar/zi/tzdata/antarctica ! test/sun/util/calendar/zi/tzdata/asia ! test/sun/util/calendar/zi/tzdata/australasia ! test/sun/util/calendar/zi/tzdata/backward ! test/sun/util/calendar/zi/tzdata/etcetera ! test/sun/util/calendar/zi/tzdata/europe ! test/sun/util/calendar/zi/tzdata/factory ! test/sun/util/calendar/zi/tzdata/leapseconds ! test/sun/util/calendar/zi/tzdata/northamerica ! test/sun/util/calendar/zi/tzdata/southamerica ! test/sun/util/calendar/zi/tzdata/zone.tab Changeset: 5db30a639066 Author: asaha Date: 2016-10-17 10:03 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/5db30a639066 Added tag jdk8u112-b31 for changeset 41fac11792c1 ! .hgtags Changeset: fb4e3a7375c9 Author: asaha Date: 2016-10-17 10:34 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/fb4e3a7375c9 Merge ! .hgtags ! src/macosx/native/sun/awt/AWTView.m ! src/macosx/native/sun/awt/LWCToolkit.m Changeset: 4ff90d07e65a Author: asaha Date: 2016-10-17 12:44 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/4ff90d07e65a Added tag jdk8u121-b05 for changeset fb4e3a7375c9 ! .hgtags Changeset: 557d133dbc61 Author: robm Date: 2016-10-20 17:50 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/557d133dbc61 8158997: JNDI Protocols Switch Reviewed-by: vinnie ! src/share/classes/com/sun/jndi/cosnaming/CNBindingEnumeration.java ! src/share/classes/com/sun/jndi/cosnaming/CNCtx.java ! src/share/classes/com/sun/jndi/cosnaming/ExceptionMapper.java ! src/share/classes/com/sun/jndi/rmi/registry/RegistryContext.java ! src/share/classes/com/sun/jndi/toolkit/corba/CorbaUtils.java Changeset: 5b2b1dadd53c Author: robm Date: 2016-10-20 18:16 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/5b2b1dadd53c 8165344: Update concurrency support Reviewed-by: psandoz ! src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java ! src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java ! src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java Changeset: 3bc671481026 Author: robm Date: 2016-10-12 13:29 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/3bc671481026 8154015: Apply algorithm constraints to timestamped code Reviewed-by: ascarpino ! src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! src/share/classes/sun/security/provider/certpath/PKIX.java ! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java ! src/share/classes/sun/security/util/CertConstraintParameters.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! src/share/classes/sun/security/validator/PKIXValidator.java ! src/share/classes/sun/security/validator/Validator.java Changeset: 8a6bb113ff3a Author: asaha Date: 2016-10-24 12:28 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/8a6bb113ff3a Added tag jdk8u121-b06 for changeset 3bc671481026 ! .hgtags Changeset: a2c2fbc61674 Author: asaha Date: 2016-10-25 11:52 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/a2c2fbc61674 8167591: Add MD5 to signed JAR restrictions Reviewed-by: mullan, jnimeh ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: b48b432f2acd Author: asaha Date: 2016-11-01 16:14 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/b48b432f2acd Added tag jdk8u121-b07 for changeset a2c2fbc61674 ! .hgtags Changeset: 6ecbf841e7c5 Author: asaha Date: 2016-11-01 23:53 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/6ecbf841e7c5 8168993: JDK8u121 L10n resource file update Reviewed-by: coffeys Contributed-by: li.jiang at oracle.com ! src/share/classes/sun/security/tools/jarsigner/Resources_ja.java ! src/share/classes/sun/security/tools/jarsigner/Resources_zh_CN.java ! src/share/classes/sun/security/tools/policytool/Resources_sv.java Changeset: d7c262bce88c Author: robm Date: 2016-10-21 14:04 +0100 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d7c262bce88c 8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar Reviewed-by: weijun ! src/share/classes/sun/security/pkcs/SignerInfo.java ! src/share/classes/sun/security/tools/jarsigner/Main.java ! src/share/classes/sun/security/tools/jarsigner/Resources.java ! test/lib/testlibrary/jdk/testlibrary/JarUtils.java ! test/sun/security/tools/jarsigner/TimestampCheck.java - test/sun/security/tools/jarsigner/ts.sh Changeset: 392209fbe127 Author: shshahma Date: 2016-10-24 03:14 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/392209fbe127 8165230: RMIConnection addNotificationListeners failing with specific inputs Reviewed-by: dfuchs, skoivu ! src/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java Changeset: d477599824db Author: asaha Date: 2016-11-08 09:49 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d477599824db Added tag jdk8u121-b08 for changeset 392209fbe127 ! .hgtags Changeset: 843bb1caac68 Author: wetmore Date: 2016-10-11 15:49 -0700 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/843bb1caac68 8167459: Add debug output for indicating if a chosen ciphersuite was legacy Reviewed-by: xuelei ! src/share/classes/sun/security/ssl/ServerHandshaker.java Changeset: 368cac4db680 Author: xuelei Date: 2016-10-11 09:11 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/368cac4db680 8167472: Chrome interop regression with JDK-8148516 Reviewed-by: weijun ! src/share/classes/sun/security/ssl/SupportedEllipticCurvesExtension.java Changeset: 494d27357b8c Author: coffeys Date: 2016-11-14 10:29 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/494d27357b8c 8166432: Bad 8u112 merge of sun/security/tools/jarsigner/warnings/Test.java Reviewed-by: vinnie ! test/sun/security/tools/jarsigner/warnings/Test.java Changeset: c6ca9e2c7e7b Author: asaha Date: 2016-11-14 12:07 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/c6ca9e2c7e7b Added tag jdk8u121-b09 for changeset 494d27357b8c ! .hgtags Changeset: 58e815eff1f4 Author: mullan Date: 2016-11-07 07:19 -0500 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/58e815eff1f4 8169072: Backout JDK-8154015 Reviewed-by: ascarpino, igerasim ! src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! src/share/classes/sun/security/provider/certpath/PKIX.java ! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java ! src/share/classes/sun/security/util/CertConstraintParameters.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! src/share/classes/sun/security/validator/PKIXValidator.java ! src/share/classes/sun/security/validator/Validator.java Changeset: 29d0beb5c9b5 Author: mullan Date: 2016-11-07 16:54 -0500 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/29d0beb5c9b5 8168963: Backout JDK-8154005 Reviewed-by: igerasim ! src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! src/share/classes/sun/security/provider/certpath/PKIXCertPathValidator.java ! src/share/classes/sun/security/provider/certpath/SunCertPathBuilder.java ! src/share/classes/sun/security/util/CertConstraintParameters.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows Changeset: e4ce4b295e05 Author: rpatil Date: 2016-11-15 23:33 +0530 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/e4ce4b295e05 8169191: (tz) Support tzdata2016i Reviewed-by: martin, okutsu ! make/data/tzdata/VERSION ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/europe ! make/data/tzdata/northamerica ! make/data/tzdata/zone.tab ! test/sun/util/calendar/zi/tzdata/VERSION ! test/sun/util/calendar/zi/tzdata/antarctica ! test/sun/util/calendar/zi/tzdata/asia ! test/sun/util/calendar/zi/tzdata/australasia ! test/sun/util/calendar/zi/tzdata/europe ! test/sun/util/calendar/zi/tzdata/northamerica ! test/sun/util/calendar/zi/tzdata/zone.tab Changeset: 3647a1ee5681 Author: robm Date: 2016-11-16 15:12 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/3647a1ee5681 8168728: DSA signing improvments Reviewed-by: xuelei ! src/share/classes/sun/security/provider/DSA.java Changeset: 41594ac7ca27 Author: robm Date: 2016-11-16 15:49 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/41594ac7ca27 8168724: ECDSA signing improvments Reviewed-by: xuelei ! src/share/native/sun/security/ec/impl/ec.c Changeset: 683c9263a5b1 Author: robm Date: 2016-11-18 14:52 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/683c9263a5b1 8168705: Better ObjectIdentifier validation Reviewed-by: ascarpino ! src/share/classes/sun/security/util/ObjectIdentifier.java Changeset: cd0585378c46 Author: aefimov Date: 2016-11-18 14:46 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/cd0585378c46 8167223: URL handling improvements Reviewed-by: prappo, chegar ! src/share/classes/java/net/URLStreamHandler.java Changeset: d66de7e2f672 Author: robm Date: 2016-11-18 18:11 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/d66de7e2f672 8168861: AnchorCertificates uses hardcoded password for cacerts keystore Reviewed-by: ascarpino ! src/share/classes/sun/security/util/AnchorCertificates.java Changeset: 866c326b4952 Author: asaha Date: 2016-11-21 12:23 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/866c326b4952 Added tag jdk8u121-b10 for changeset d66de7e2f672 ! .hgtags Changeset: 8b97af63ddc6 Author: asaha Date: 2016-11-23 00:34 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/8b97af63ddc6 8170268: 8u121 L10n resource file update - msgdrop 20 Reviewed-by: coffeys Contributed-by: li.jiang at oracle.com ! src/share/classes/sun/security/tools/jarsigner/Resources_ja.java ! src/share/classes/sun/security/tools/jarsigner/Resources_zh_CN.java Changeset: ec72a941be0a Author: robm Date: 2016-11-23 14:35 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/ec72a941be0a 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304 Reviewed-by: coffeys ! test/sun/security/tools/jarsigner/TimestampCheck.java Changeset: 8e1d25cbf58e Author: asaha Date: 2016-11-28 13:52 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/8e1d25cbf58e Added tag jdk8u121-b11 for changeset ec72a941be0a ! .hgtags Changeset: a956a914f3a4 Author: igerasim Date: 2016-11-23 11:41 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/a956a914f3a4 8161571: Verifying ECDSA signatures permits trailing bytes Reviewed-by: xuelei ! src/share/classes/sun/security/ec/ECDSASignature.java ! src/share/classes/sun/security/pkcs11/P11Signature.java ! src/share/classes/sun/security/provider/DSA.java + test/java/security/Signature/SignatureLength.java Changeset: 31dae74ad077 Author: igerasim Date: 2016-11-23 11:42 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/31dae74ad077 8168714: Tighten ECDSA validation Summary: Added additional checks to DER parsing code Reviewed-by: vinnie, ahgross ! src/share/classes/sun/security/ec/ECDSASignature.java ! src/share/classes/sun/security/pkcs11/P11Signature.java ! src/share/classes/sun/security/provider/DSA.java ! src/share/classes/sun/security/rsa/RSASignature.java ! src/share/classes/sun/security/util/DerInputBuffer.java ! src/share/classes/sun/security/util/DerInputStream.java ! src/share/classes/sun/security/util/DerValue.java Changeset: 0cb423d5df20 Author: rpatil Date: 2016-12-05 10:07 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/0cb423d5df20 8169688: Backout (remove) MD5 from jdk.jar.disabledAlgorithms for January CPU Reviewed-by: igerasim ! src/share/lib/security/java.security-aix ! src/share/lib/security/java.security-linux ! src/share/lib/security/java.security-macosx ! src/share/lib/security/java.security-solaris ! src/share/lib/security/java.security-windows ! test/sun/security/tools/jarsigner/TimestampCheck.java Changeset: 9561afc12df8 Author: igerasim Date: 2016-11-30 13:46 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/9561afc12df8 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found Reviewed-by: mullan ! test/sun/security/smartcardio/TestChannel.java ! test/sun/security/smartcardio/TestConnect.java ! test/sun/security/smartcardio/TestConnectAgain.java ! test/sun/security/smartcardio/TestControl.java ! test/sun/security/smartcardio/TestDefault.java ! test/sun/security/smartcardio/TestDirect.java ! test/sun/security/smartcardio/TestExclusive.java ! test/sun/security/smartcardio/TestMultiplePresent.java ! test/sun/security/smartcardio/TestPresent.java ! test/sun/security/smartcardio/TestTransmit.java ! test/sun/security/smartcardio/Utils.java Changeset: aac4a6c5299c Author: asaha Date: 2016-12-05 13:10 -0800 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/aac4a6c5299c Added tag jdk8u121-b12 for changeset 9561afc12df8 ! .hgtags Changeset: 1628a17358e3 Author: rriggs Date: 2016-12-08 14:06 -0500 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/1628a17358e3 8164908: ReflectionFactory support for IIOP and custom serialization Reviewed-by: chegar, psandoz ! src/share/classes/java/lang/invoke/MethodHandles.java ! src/share/classes/sun/reflect/ReflectionFactory.java + test/sun/reflect/ReflectionFactory/ReflectionFactoryTest.java + test/sun/reflect/ReflectionFactory/security.policy Changeset: 2974746e5619 Author: robm Date: 2016-12-09 16:22 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/2974746e5619 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property 8166393: disabledAlgorithms property should not be strictly parsed Reviewed-by: mullan ! src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/PKIXExtendedTM.java Changeset: 16729db11724 Author: snazarki Date: 2017-02-09 19:30 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/16729db11724 Merge ! .hgtags - test/sun/security/tools/jarsigner/ts.sh Changeset: ee42afb8af07 Author: snazarki Date: 2017-02-10 19:01 +0300 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/jdk/rev/ee42afb8af07 Added tag jdk8u121-b13-aarch32-170210 for changeset 16729db11724 ! .hgtags From snazarkin at azul.com Fri Feb 10 16:09:27 2017 From: snazarkin at azul.com (Sergey Nazarkin) Date: Fri, 10 Feb 2017 16:09:27 +0000 Subject: [aarch32-port-dev ] [RFR] u121 Upstream Update In-Reply-To: <1486663577.2259.11.camel@gmail.com> References: <599FA4E4-5B60-4EC7-B7A6-35D506C301D2@azul.com> <1486663577.2259.11.camel@gmail.com> Message-ID: Updates are uploaded and tagged as jdk8u121-b13-aarch32-170210 Sergey Nazarkin > On 09 Feb 2017, at 21:06, Edward Nevill wrote: > > OK to push, > > Thanks, > Ed. > > On Thu, 2017-02-09 at 16:43 +0000, Sergey Nazarkin wrote: >> Hi! >> >> I?ve merged and verified with SPec2008 u121-b13 upstream >> update. Does anybody need webrev or just OK to push? >> >> >> Sergey >> >> >> >> From sragolu at mvista.com Thu Feb 16 08:52:31 2017 From: sragolu at mvista.com (Srinivasa Rao Ragolu) Date: Thu, 16 Feb 2017 14:22:31 +0530 Subject: How to build java vm in mixed mode instead of interpreter mode Message-ID: Hi All, I am trying to build openjdk-8 with zero vm in mixed mode. How could I build zero vm in mixed mode? Thanks, Srinivas. From edward.nevill at gmail.com Thu Feb 16 10:29:51 2017 From: edward.nevill at gmail.com (Edward Nevill) Date: Thu, 16 Feb 2017 10:29:51 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: Message-ID: <1487240991.2254.1.camel@gmail.com> try something like bash ./configure?--with-jvm-variants=client Regards, Ed. On Thu, 2017-02-16 at 14:22 +0530, Srinivasa Rao Ragolu wrote: > Hi All, > > I am trying to build openjdk-8 with zero vm in mixed mode. How could > I > build zero vm in mixed mode? > > Thanks, > Srinivas. From sragolu at mvista.com Thu Feb 16 10:57:25 2017 From: sragolu at mvista.com (Srinivasa Rao Ragolu) Date: Thu, 16 Feb 2017 16:27:25 +0530 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: <1487240991.2254.1.camel@gmail.com> References: <1487240991.2254.1.camel@gmail.com> Message-ID: Hi Edward, It did not help. Still I could see java as interpreted mode only. I would like to build java zero vm in mixed mode instead interpreted mode. Any help is welcome. Thanks, Srinivas. On Thu, Feb 16, 2017 at 3:59 PM, Edward Nevill wrote: > try something like > > bash ./configure --with-jvm-variants=client > > Regards, > Ed. > > On Thu, 2017-02-16 at 14:22 +0530, Srinivasa Rao Ragolu wrote: > > Hi All, > > > > I am trying to build openjdk-8 with zero vm in mixed mode. How could > > I > > build zero vm in mixed mode? > > > > Thanks, > > Srinivas. > From aph at redhat.com Thu Feb 16 11:01:47 2017 From: aph at redhat.com (Andrew Haley) Date: Thu, 16 Feb 2017 11:01:47 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: <1487240991.2254.1.camel@gmail.com> Message-ID: <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> On 16/02/17 10:57, Srinivasa Rao Ragolu wrote: > It did not help. Still I could see java as interpreted mode only. > > I would like to build java zero vm in mixed mode instead interpreted mode. Zero VM is a portable interpreter-only port. Why do you want to build Zero anyway? Andrew. From sragolu at mvista.com Thu Feb 16 11:06:35 2017 From: sragolu at mvista.com (Srinivasa Rao Ragolu) Date: Thu, 16 Feb 2017 16:36:35 +0530 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> Message-ID: Hi Andrew, As I am facing sluggish behavior with zero vm interpreter mode, I would like to test mixed mode. In openjdk 7, mixed mode of zero vm is quite quick and better performance. So is there any possibility of building openjdk-8 zero vm with mixed mode? Thanks, Srinivas. On Thu, Feb 16, 2017 at 4:31 PM, Andrew Haley wrote: > On 16/02/17 10:57, Srinivasa Rao Ragolu wrote: > > It did not help. Still I could see java as interpreted mode only. > > > > I would like to build java zero vm in mixed mode instead interpreted > mode. > > Zero VM is a portable interpreter-only port. Why do you want to > build Zero anyway? > > Andrew. > > From adinn at redhat.com Thu Feb 16 11:20:16 2017 From: adinn at redhat.com (Andrew Dinn) Date: Thu, 16 Feb 2017 11:20:16 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> Message-ID: On 16/02/17 11:06, Srinivasa Rao Ragolu wrote: > As I am facing sluggish behavior with zero vm interpreter mode, I would > like to test mixed mode. In openjdk 7, mixed mode of zero vm is quite quick > and better performance. So is there any possibility of building openjdk-8 > zero vm with mixed mode? I am afraid that your question betrays a fundamental misunderstanding. The zero port primarily provides a way of building OpenJDK without the needing also to provide either a JIT compiler or generated machine code interpreter (i.e. the template interpreter). So, although you can build zero on a CPU which does include a JIT implementation (such as AArch32) it makes no sense to ask to build it /along with/ the standard client or server JITs. Enabling zero automatically excludes building those standard JIT compilers on CPU/OS combinations on architectures where they exist. As such your claim that openjdk7 has a mixed mode for the zero vm is equally misguided. Perhaps you could explain what goal you are trying to achieve rather than asking how to execute an impossible task. Someone might be able to help you with the former. regards, Andrew Dinn ----------- Senior Principal Software Engineer Red Hat UK Ltd Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander From edward.nevill at gmail.com Thu Feb 16 17:41:26 2017 From: edward.nevill at gmail.com (Edward Nevill) Date: Thu, 16 Feb 2017 17:41:26 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: <1487240991.2254.1.camel@gmail.com> Message-ID: <1487266886.2254.4.camel@gmail.com> OK. You need to tell us exactly what you are doing. If you used the? --with-jvm-variants=client and it builds successfully and you are still getting a Zero VM then there is something very odd going on. Regards, Ed. On Thu, 2017-02-16 at 16:27 +0530, Srinivasa Rao Ragolu wrote: > Hi Edward, > > It did not help. Still I could see java as interpreted mode only.? > > I would like to build java zero vm in mixed mode instead interpreted > mode. > > Any help is welcome. > > Thanks, > Srinivas. > > > On Thu, Feb 16, 2017 at 3:59 PM, Edward Nevill om> wrote: > > try something like > > > > bash ./configure?--with-jvm-variants=client > > > > Regards, > > Ed. From edward.nevill at gmail.com Thu Feb 16 17:45:31 2017 From: edward.nevill at gmail.com (Edward Nevill) Date: Thu, 16 Feb 2017 17:45:31 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> Message-ID: <1487267131.2254.8.camel@gmail.com> On Thu, 2017-02-16 at 11:20 +0000, Andrew Dinn wrote: >? > So, although you can build zero on a CPU which does include a JIT > implementation (such as AArch32) it makes no sense to ask to build it > /along with/ the standard client or server JITs. Enabling zero > automatically excludes building those standard JIT compilers on > CPU/OS > combinations on architectures where they exist. > > As such your claim that openjdk7 has a mixed mode for the zero vm is > equally misguided. Remember Andrew that the ARM uJIT masquerades as a Zero VM. Possibly this is what he is building if he is building openjdk 7 from IcedTea. Again, Srinivasa, you need to tell us exactly what you are doing if we are to help. What sources are you using. What commands do you use to build it. How do you test it. All the best, Ed. From adinn at redhat.com Fri Feb 17 11:36:36 2017 From: adinn at redhat.com (Andrew Dinn) Date: Fri, 17 Feb 2017 11:36:36 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: <1487267131.2254.8.camel@gmail.com> References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> Message-ID: <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> On 16/02/17 17:45, Edward Nevill wrote: > On Thu, 2017-02-16 at 11:20 +0000, Andrew Dinn wrote: >> >> So, although you can build zero on a CPU which does include a JIT >> implementation (such as AArch32) it makes no sense to ask to build it >> /along with/ the standard client or server JITs. Enabling zero >> automatically excludes building those standard JIT compilers on >> CPU/OS combinations on architectures where they exist. >> >> As such your claim that openjdk7 has a mixed mode for the zero vm is >> equally misguided. > > Remember Andrew that the ARM uJIT masquerades as a Zero VM. Possibly > this is what he is building if he is building openjdk 7 from IcedTea. Ah, apologies for missing that point. I was not aware that use of the uJIT was in question here (I also quietly ignored the possibility of using the -- currently defunct -- Shark JIT with Zero builds). regards, Andrew Dinn ----------- From edward.nevill at gmail.com Sun Feb 19 19:58:27 2017 From: edward.nevill at gmail.com (Edward Nevill) Date: Sun, 19 Feb 2017 19:58:27 +0000 Subject: [8u] RFR: Delete incorrect NativeTrampolineCall::instruction_size In-Reply-To: References: Message-ID: <1487534307.2304.5.camel@gmail.com> On Thu, 2016-12-01 at 18:42 +0300, Anton Kozlov wrote: > Hi! > > Could you review a patch, that deletes NativeTrampolineCall::instruction_size? > Looks good. Sorry for the delay in reviewing this. I'll push it shortly. All the best, Ed. From edward.nevill at gmail.com Sun Feb 19 20:15:31 2017 From: edward.nevill at gmail.com (edward.nevill at gmail.com) Date: Sun, 19 Feb 2017 20:15:31 +0000 Subject: hg: aarch32-port/jdk8u/hotspot: 8175234: aarch32: Delete incorrect NativeTrampolineCall::instruction_size Message-ID: <201702192015.v1JKFVF4009623@aojmv0008.oracle.com> Changeset: 40cc86629062 Author: enevill Date: 2017-02-19 20:14 +0000 URL: http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/40cc86629062 8175234: aarch32: Delete incorrect NativeTrampolineCall::instruction_size Reviewed-by: enevill Contributed-by: akozlov at azul.com ! src/cpu/aarch32/vm/macroAssembler_aarch32.cpp ! src/cpu/aarch32/vm/nativeInst_aarch32.cpp ! src/cpu/aarch32/vm/nativeInst_aarch32.hpp From sragolu at mvista.com Mon Feb 20 07:14:59 2017 From: sragolu at mvista.com (Srinivasa Rao Ragolu) Date: Mon, 20 Feb 2017 12:44:59 +0530 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> Message-ID: Hi Andrew and Edward, My requirement is performance. If I build openjdk 8 with zero vm interpreted mode. it is very slow in performance. But in openjdk 7, zero vm with mixed mode give quite good performance. What is the difference between mixed mode and interpreted mode of zero vm? If mixed mode gives good performance, how can I achieve it? Thanks, Srinivas. On Fri, Feb 17, 2017 at 5:06 PM, Andrew Dinn wrote: > On 16/02/17 17:45, Edward Nevill wrote: > > On Thu, 2017-02-16 at 11:20 +0000, Andrew Dinn wrote: > >> > >> So, although you can build zero on a CPU which does include a JIT > >> implementation (such as AArch32) it makes no sense to ask to build it > >> /along with/ the standard client or server JITs. Enabling zero > >> automatically excludes building those standard JIT compilers on > >> CPU/OS combinations on architectures where they exist. > >> > >> As such your claim that openjdk7 has a mixed mode for the zero vm is > >> equally misguided. > > > > Remember Andrew that the ARM uJIT masquerades as a Zero VM. Possibly > > this is what he is building if he is building openjdk 7 from IcedTea. > > Ah, apologies for missing that point. I was not aware that use of the > uJIT was in question here (I also quietly ignored the possibility of > using the -- currently defunct -- Shark JIT with Zero builds). > > regards, > > > Andrew Dinn > ----------- > > From adinn at redhat.com Mon Feb 20 12:50:03 2017 From: adinn at redhat.com (Andrew Dinn) Date: Mon, 20 Feb 2017 12:50:03 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> Message-ID: <4000a25c-eb6c-18ab-147e-ae0a5c597c2c@redhat.com> Hi Srinivas, On 20/02/17 07:14, Srinivasa Rao Ragolu wrote: > My requirement is performance. If I build openjdk 8 with zero > vm interpreted mode. it is very slow in performance. But in openjdk 7, > zero vm with mixed mode give quite good performance. What is the > difference between mixed mode and interpreted mode of zero vm? If mixed > mode gives good performance, how can I achieve it? Before recommending how to proceed I think it might help to provide some background to establish what is normal vs a special case in OpenJDK and also to explain the standard terminology to describe those cases. Up to (and including) JDK8 a port of OpenJDK would normally implement one of the two alternative interpreters, the template interpreter or the C++ interpreter. It would also include either one or both the the two available JIT compilers, the C1 (or client) JIT and the C2 (or server) JIT. These 3 components are all implemented as part of the JVM core library. They mostly consist of plain C/C++ code. The JITs and template interpreter improve performance but they need to employ a machine code generator (assembler) to generate target hardware-specific code. So, porting them requires implementing a lot of CPU specific-code. The C++ interpreter also normally relies either on the assembler or on a small amount of target hardware-specific assembly code. As a consequence not all ports implemented the template interpreter or both JIT compilers -- or at least not in the first release. This allows three different major modes of operation interpreter only mode i.e. the JIT compilers are disabled (or missing) compiler only mode i.e. all methods are JIT compiled mixed mode i.e. methods are interpreted until the call count reaches a threshold at which point they are compiled in the background and execution switches to use the compiled code when it is ready As the JITs may be used in isolation or in tandem, compiled and mixed mode also have 3 possible sub-variants client mode i.e. compile using only the C1 compiler server mode i.e. compile using only the C2 compiler tiered mode i.e. compile first using the C1 compiler and when the call count reaches a threshold recompile using the C2 compiler The two JITs differ essentially in that one takes a lot longer to compile code but does more optimization. For most programs, tiered mode gives the best performance. Zero was developed as a way to implement an interpreter-only port implemented using only C/C++ i.e. without the need to provide target-cpu specific assembler or assembly code routines. Zero allowed OpenJDK to be ported to any machine which provided a C++ compiler and the relevant OS libraries. For JDK6 and early JDK7 releases this was all that was available on 32-bit ARM hardware. The old JDK7 (32-bit) ARM port was eventually supplemented with a 3rd JIT implemented by Ed Nevill. This JIT is unrelated to the C1 and C2 JIT code. Ed's JIT was integrated into Red Hat's Icedtea releases but was not upstreamed into the code base maintained by the OpenJDK project. This JIT provides a non-standard form of mixed mode execution for JDK7 on ARM32. It does not do most of the optimization done by the C1 JIT (never mind C2) Subsequently, upstream OpenJDK started the AArch32 project whose goal was to implement a full 32 bit ARM port of JDK8 including the template interpreter and both C1 and C2 JIT compilers. The first two components are now available in the code included in the OpenJDK AArch32 project repo. The C2 port is still a work in progress. Oracle recently donated their proprietary 32-bit ARM OpenJDK code to the AArch32 project and this newly open-sourced code is still being integrated in order to provide both C1 and C2. So, if you want to be able to use JDK8 with both an interpreter and JIT compiler on 32-bit ARM then your best bet is to try to build the AArch32 code using the C1 JIT compiler. You can configure that by passing flag --with-jvm-variants=client configure run in the top-level of a check-out. You will note that I have not mentioned anything so far about the target OS only about the target hardware. The AArch32 port builds on various standard Linux distributions. However, it requires the presence of certain packages at a minimum level and may need other configure options to be specified rather than auto-configured. I notice that you are building on your own Linux distribution. So, you may well find that you need to tweak the configure options and ensure you have certain packages (or libs) installed in order to get the configure and build stages to complete. I suggest you try configuring with only the above --with-jvm-variants option and see what happens during the configure and compile processes. Try to tweak the configure process by setting what look like better alternatives (configure --help will list what is available). Similarly, inspect the compile output and see what you can do to fix any residual compile errors. Note that there are specific configure options to provide extra compile flags for C and C++ compiles which you may well need. If you get stuck post the output from configure or the compile/build and people here may well be able to help you. regards, Andrew Dinn ----------- Senior Principal Software Engineer Red Hat UK Ltd Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander From edward.nevill at gmail.com Mon Feb 20 19:43:21 2017 From: edward.nevill at gmail.com (Edward Nevill) Date: Mon, 20 Feb 2017 19:43:21 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: <4000a25c-eb6c-18ab-147e-ae0a5c597c2c@redhat.com> References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> <4000a25c-eb6c-18ab-147e-ae0a5c597c2c@redhat.com> Message-ID: <1487619801.2506.9.camel@gmail.com> On Mon, 2017-02-20 at 12:50 +0000, Andrew Dinn wrote: > Hi Srinivas, Thank you for that synopsis Andrew. > On 20/02/17 07:14, Srinivasa Rao Ragolu wrote: > > > > repo. The C2 port is still a work in progress. Oracle recently > donated > their proprietary 32-bit ARM OpenJDK code to the AArch32 project and > this newly open-sourced code is still being integrated in order to > provide both C1 and C2. Slight correction/update: C1/C2 is now fully integrated into JDK 9. So the default build on Aarch32 is now to build a full template interpreter/C1/C2 VM with tiered compilation. Srinivasa: maybe this is something you could try - the JDK 9 sources are available at ?http://hg.openjdk.java.net/jdk9/dev > > So, if you want to be able to use JDK8 with both an interpreter and JIT > compiler on 32-bit ARM then your best bet is to try to build the AArch32 > code using the C1 JIT compiler. You can configure that by passing flag > > ? --with-jvm-variants=client > > configure run in the top-level of a check-out. > I have previously put a pre-built JDK 8 image at?http://camswl.com/images/jdk8-arm32-release.tgz Srinivasa: Have you at least tried this pre-built image as a starting point? Regards, Ed. From edward.nevill at gmail.com Mon Feb 20 20:01:57 2017 From: edward.nevill at gmail.com (Edward Nevill) Date: Mon, 20 Feb 2017 20:01:57 +0000 Subject: CFV: New Port: AArch32 Committer Anton Koslov Message-ID: <1487620917.2506.16.camel@gmail.com> I hereby nominate Anton Koslov to Port: AArch32 Committer. Anton has made 16 contributions to the Port: AArch32 project [3]. Votes are due by Mon Mar 6 20:02:00 UTC 2017. Only current Port: AArch32 Committers [1] are eligible to vote on this nomination.??Votes must be cast in the open by replying? to this mailing list. For Lazy Consensus voting instructions, see [2]. Edward Nevill [1] http://openjdk.java.net/census [2] http://openjdk.java.net/projects/#committer-vote [3]? http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/4b8169a71e5a http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/cfd9e09e03e1 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/95ad4f39d1c3 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/e83061931aee http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/633e95b3b94b http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b5e1ed699ab1 (with akashche at redhat.com) http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/317e3cb2c7d6 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/d37140bc27f3 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/36b850f7ecb0 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/14305ec9bb20 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/a780efef0be1 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/6acfb876bda8 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/547b223e8a84 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/11c16b05e869 http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/bbff923bf024 (with yangyongyong at huawei.com) http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/ef75b507ae87 From abrygin at azul.com Tue Feb 21 14:04:54 2017 From: abrygin at azul.com (Andrew Brygin) Date: Tue, 21 Feb 2017 14:04:54 +0000 Subject: CFV: New Port: AArch32 Committer Anton Koslov In-Reply-To: <1487620917.2506.16.camel@gmail.com> References: <1487620917.2506.16.camel@gmail.com> Message-ID: Vote: yes Thanks, Andrew > On Feb 20, 2017, at 11:01 PM, Edward Nevill wrote: > > I hereby nominate Anton Koslov to Port: AArch32 Committer. > > Anton has made 16 contributions to the Port: AArch32 project [3]. > > Votes are due by Mon Mar 6 20:02:00 UTC 2017. > > Only current Port: AArch32 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/4b8169a71e5a > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/cfd9e09e03e1 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/95ad4f39d1c3 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/e83061931aee > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/633e95b3b94b > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b5e1ed699ab1 (with akashche at redhat.com) > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/317e3cb2c7d6 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/d37140bc27f3 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/36b850f7ecb0 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/14305ec9bb20 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/a780efef0be1 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/6acfb876bda8 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/547b223e8a84 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/11c16b05e869 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/bbff923bf024 (with yangyongyong at huawei.com) > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/ef75b507ae87 From snazarkin at azul.com Mon Feb 27 10:13:36 2017 From: snazarkin at azul.com (Sergey Nazarkin) Date: Mon, 27 Feb 2017 10:13:36 +0000 Subject: CFV: New Port: AArch32 Committer Anton Koslov In-Reply-To: <1487620917.2506.16.camel@gmail.com> References: <1487620917.2506.16.camel@gmail.com> Message-ID: <14084976-4608-4BB7-8B7F-46DAABB48D23@azul.com> Vote: yes Sergey > On 20 Feb 2017, at 23:01, Edward Nevill wrote: > > I hereby nominate Anton Koslov to Port: AArch32 Committer. > > Anton has made 16 contributions to the Port: AArch32 project [3]. > > Votes are due by Mon Mar 6 20:02:00 UTC 2017. > > Only current Port: AArch32 Committers [1] are eligible to vote > on this nomination. Votes must be cast in the open by replying > to this mailing list. > > For Lazy Consensus voting instructions, see [2]. > > Edward Nevill > > [1] http://openjdk.java.net/census > [2] http://openjdk.java.net/projects/#committer-vote > [3] > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/4b8169a71e5a > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/cfd9e09e03e1 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/95ad4f39d1c3 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/e83061931aee > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/633e95b3b94b > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b5e1ed699ab1 (with akashche at redhat.com) > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/317e3cb2c7d6 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/d37140bc27f3 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/36b850f7ecb0 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/14305ec9bb20 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/a780efef0be1 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/6acfb876bda8 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/547b223e8a84 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/11c16b05e869 > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/bbff923bf024 (with yangyongyong at huawei.com) > http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/ef75b507ae87 From bob.vandette at oracle.com Mon Feb 27 16:15:13 2017 From: bob.vandette at oracle.com (Bob Vandette) Date: Mon, 27 Feb 2017 11:15:13 -0500 Subject: RFR: 8175567: Build of hotspot for arm-vfp-sflt fails Message-ID: BUG: https://bugs.openjdk.java.net/browse/JDK-8175567 DESCRIPTION: The changes that were done under (JDK-8160245 Clean up platform #defines in c1_LIR.hpp), broke the arm-vfp-sflt build. Here?s a link to that original bug: https://bugs.openjdk.java.net/browse/JDK-8160245 This change below corrects the issue. diff --git a/src/share/vm/c1/c1_LIR.hpp b/src/share/vm/c1/c1_LIR.hpp --- a/src/share/vm/c1/c1_LIR.hpp +++ b/src/share/vm/c1/c1_LIR.hpp @@ -613,7 +613,7 @@ // Platform dependant. static LIR_Opr double_fpu(int reg1, int reg2 = -1 /*fnoreg*/); -#ifdef __SOFTFP__ +#ifdef ARM32 static LIR_Opr single_softfp(int reg) { return (LIR_Opr)(intptr_t)((reg << LIR_OprDesc::reg1_shift) | LIR_OprDesc::float_type | Bob. From karnaukhovv at gmail.com Mon Feb 27 17:47:21 2017 From: karnaukhovv at gmail.com (Vladislav Karnaukhov) Date: Mon, 27 Feb 2017 20:47:21 +0300 Subject: CFV: New Port: AArch32 Committer Anton Koslov In-Reply-To: <14084976-4608-4BB7-8B7F-46DAABB48D23@azul.com> References: <1487620917.2506.16.camel@gmail.com> <14084976-4608-4BB7-8B7F-46DAABB48D23@azul.com> Message-ID: Vote: yes Regards, - Vlad > On 27 Feb 2017, at 13:13, Sergey Nazarkin wrote: > > Vote: yes > > Sergey > > > > >> On 20 Feb 2017, at 23:01, Edward Nevill wrote: >> >> I hereby nominate Anton Koslov to Port: AArch32 Committer. >> >> Anton has made 16 contributions to the Port: AArch32 project [3]. >> >> Votes are due by Mon Mar 6 20:02:00 UTC 2017. >> >> Only current Port: AArch32 Committers [1] are eligible to vote >> on this nomination. Votes must be cast in the open by replying >> to this mailing list. >> >> For Lazy Consensus voting instructions, see [2]. >> >> Edward Nevill >> >> [1] http://openjdk.java.net/census >> [2] http://openjdk.java.net/projects/#committer-vote >> [3] >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/4b8169a71e5a >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/cfd9e09e03e1 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/95ad4f39d1c3 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/e83061931aee >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/633e95b3b94b >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/b5e1ed699ab1 (with akashche at redhat.com) >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/317e3cb2c7d6 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/d37140bc27f3 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/36b850f7ecb0 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/14305ec9bb20 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/a780efef0be1 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/6acfb876bda8 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/547b223e8a84 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/11c16b05e869 >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/bbff923bf024 (with yangyongyong at huawei.com) >> http://hg.openjdk.java.net/aarch32-port/jdk8u/hotspot/rev/ef75b507ae87 > From sragolu at mvista.com Tue Feb 28 06:17:18 2017 From: sragolu at mvista.com (Srinivasa Rao Ragolu) Date: Tue, 28 Feb 2017 11:47:18 +0530 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: <1487619801.2506.9.camel@gmail.com> References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> <4000a25c-eb6c-18ab-147e-ae0a5c597c2c@redhat.com> <1487619801.2506.9.camel@gmail.com> Message-ID: Hi Andrew, I have been trying openjdk 8 recipe patches provided by Guy, yocto developer. He takes source from aarch32-port and enables vm as client. I have also tried images you uploaded and they are working perfectly fine. Now I am facing one compilation error while building error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] Please help me how could I resolve this issue. Thanks, Srinivas. On Tue, Feb 21, 2017 at 1:13 AM, Edward Nevill wrote: > On Mon, 2017-02-20 at 12:50 +0000, Andrew Dinn wrote: > > Hi Srinivas, > > Thank you for that synopsis Andrew. > > > On 20/02/17 07:14, Srinivasa Rao Ragolu wrote: > > > > > > repo. The C2 port is still a work in progress. Oracle recently > > donated > > their proprietary 32-bit ARM OpenJDK code to the AArch32 project and > > this newly open-sourced code is still being integrated in order to > > provide both C1 and C2. > > Slight correction/update: C1/C2 is now fully integrated into JDK 9. So the > default build on Aarch32 is now to build a full template interpreter/C1/C2 > VM with tiered compilation. > > Srinivasa: maybe this is something you could try - the JDK 9 sources are > available at http://hg.openjdk.java.net/jdk9/dev > > > > > So, if you want to be able to use JDK8 with both an interpreter and JIT > > compiler on 32-bit ARM then your best bet is to try to build the AArch32 > > code using the C1 JIT compiler. You can configure that by passing flag > > > > --with-jvm-variants=client > > > > configure run in the top-level of a check-out. > > > > I have previously put a pre-built JDK 8 image at http://camswl.com/images/ > jdk8-arm32-release.tgz > > Srinivasa: Have you at least tried this pre-built image as a starting > point? > > Regards, > Ed. > > From adinn at redhat.com Tue Feb 28 09:15:02 2017 From: adinn at redhat.com (Andrew Dinn) Date: Tue, 28 Feb 2017 09:15:02 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> <4000a25c-eb6c-18ab-147e-ae0a5c597c2c@redhat.com> <1487619801.2506.9.camel@gmail.com> Message-ID: <57f9c1c7-7879-cd31-8337-9cb4377e677a@redhat.com> Hi Srinivas, On 28/02/17 06:17, Srinivasa Rao Ragolu wrote: > I have been trying openjdk 8 recipe patches provided by Guy, yocto > developer. He takes source from aarch32-port and enables vm as client. > > I have also tried images you uploaded and they are working perfectly fine. > > Now I am facing one compilation error while building > > error: comparison between signed and unsigned integer expressions > [-Werror=sign-compare] > > Please help me how could I resolve this issue. It would help if you could provide more detailed error output to show what was being compiled when this error was generated. Also, details of which C compiler and which version of the compiler you are using would be useful. If this error happened during compilation of code libraries used to implement native methods in the JDK then you might be able to bypass this problem by adding some extra C/C++ flags when you configure the build e.g. if you were previously using configure --with-jvm-variants=client ... then try adding the following flags configure --with-jvm-variants=client \ --with-extra-cflags="-Wno-error" \ --with-extra-cxxflags="-Wno-error" ... The -Wno-error flag to the C/C++ compiler should suppress the error you indicated above. If the error is happening during compilation of the JVM code (that's the code in subdirectory hotspot) then you may need to patch the options configured in the hotspot makefiles. So, do please post the details of the error if at all possible. That will help pin down what might need patching. regards, Andrew Dinn ----------- Senior Principal Software Engineer Red Hat UK Ltd Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander From sragolu at mvista.com Tue Feb 28 09:17:41 2017 From: sragolu at mvista.com (Srinivasa Rao Ragolu) Date: Tue, 28 Feb 2017 14:47:41 +0530 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: <57f9c1c7-7879-cd31-8337-9cb4377e677a@redhat.com> References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> <4000a25c-eb6c-18ab-147e-ae0a5c597c2c@redhat.com> <1487619801.2506.9.camel@gmail.com> <57f9c1c7-7879-cd31-8337-9cb4377e677a@redhat.com> Message-ID: Hi Andrew, Thanks. I could resolve the error and now its working fine on target. I can upload recipes if somebody needs. Thanks, Srinivas. On Tue, Feb 28, 2017 at 2:45 PM, Andrew Dinn wrote: > Hi Srinivas, > > On 28/02/17 06:17, Srinivasa Rao Ragolu wrote: > > I have been trying openjdk 8 recipe patches provided by Guy, yocto > > developer. He takes source from aarch32-port and enables vm as client. > > > > I have also tried images you uploaded and they are working perfectly > fine. > > > > Now I am facing one compilation error while building > > > > error: comparison between signed and unsigned integer expressions > > [-Werror=sign-compare] > > > > Please help me how could I resolve this issue. > > It would help if you could provide more detailed error output to show > what was being compiled when this error was generated. Also, details of > which C compiler and which version of the compiler you are using would > be useful. > > If this error happened during compilation of code libraries used to > implement native methods in the JDK then you might be able to bypass > this problem by adding some extra C/C++ flags when you configure the > build e.g. if you were previously using > > configure --with-jvm-variants=client ... > > then try adding the following flags > > configure --with-jvm-variants=client \ > --with-extra-cflags="-Wno-error" \ > --with-extra-cxxflags="-Wno-error" ... > > The -Wno-error flag to the C/C++ compiler should suppress the error you > indicated above. > > If the error is happening during compilation of the JVM code (that's the > code in subdirectory hotspot) then you may need to patch the options > configured in the hotspot makefiles. So, do please post the details of > the error if at all possible. That will help pin down what might need > patching. > > regards, > > > Andrew Dinn > ----------- > Senior Principal Software Engineer > Red Hat UK Ltd > Registered in England and Wales under Company Registration No. 03798903 > Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander > From adinn at redhat.com Tue Feb 28 10:29:48 2017 From: adinn at redhat.com (Andrew Dinn) Date: Tue, 28 Feb 2017 10:29:48 +0000 Subject: How to build java vm in mixed mode instead of interpreter mode In-Reply-To: References: <1487240991.2254.1.camel@gmail.com> <2e739dad-5079-fd4f-4edf-514d66bc25d4@redhat.com> <1487267131.2254.8.camel@gmail.com> <6ae9fd0e-9d57-179c-c93e-44d71c343033@redhat.com> <4000a25c-eb6c-18ab-147e-ae0a5c597c2c@redhat.com> <1487619801.2506.9.camel@gmail.com> <57f9c1c7-7879-cd31-8337-9cb4377e677a@redhat.com> Message-ID: On 28/02/17 09:17, Srinivasa Rao Ragolu wrote: > Thanks. I could resolve the error and now its working fine on target. Excellent. > I can upload recipes if somebody needs. Please feel free to share. There may well be people out there who would appreciate this info -- either now or at some later date -- and those who are not interested can simply skip your post. regards, Andrew Dinn ----------- Senior Principal Software Engineer Red Hat UK Ltd Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander