aarch64-port-dev
Threads by month
- ----- 2026 -----
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
November 2014
- 18 participants
- 98 discussions
The changes for the /jdk subdirectory.
The missing files problem bit me again.
New webrev: http://cr.openjdk.java.net/~aph/aarch64-JDK-8064594-1/
Apologies,
Andrew.
7
14
The first patch: top-level build machinery changes.
http://cr.openjdk.java.net/~aph/8064357-rev-1/
Andrew.
9
47
http://cr.openjdk.java.net/~aph/aarch64-JDK-8064611/hotspot.patch
Everything except cpu/ and os_cpu/.
Most of this is obvious and trivial, with a few exceptions.
In memory/metaspace.cpp, we allocated the memory for metadata in a
different way. This is because we want to be able to decode and
encode compressed metadata pointers with a single instruction, and we
can always do that iff the base address is of a particular form.
In opto/, we have made some changes in order to be able to use AArch64
store release instructions for volatile field stores. These don't
require leading or trailing barriers. We have tried several times to
do this without changing shared code, but it is impossible with the
current back-end interface.
In several places a release store is used where the AArch64 memory
model makes it unnecessary. From earlier emails on this list we
discovered that the only architecture which requires this release
store is IA64, and OpenJDK does not support it anyway. We should
perhaps look at re-engineering the way that memory barriers and memory
accesses are handled in HotSpot with a view to pushing all these
architecture-dependent assumptions out to the back ends.
Andrew.
10
75
28 Nov '14
This is a summary of the JTREG test results
===========================================
The build and test results are cycled every 10 days.
For detailed information on the test output please refer to:
http://openjdk.linaro.org/openjdk8-jtreg-nightly-tests/summary/2014/332/sum…
-------------------------------------------------------------------------------
client-release/hotspot
-------------------------------------------------------------------------------
Build 0: aarch64/2014/sep/18 pass: 540; fail: 20; error: 29
Build 1: aarch64/2014/sep/23 pass: 540; fail: 20; error: 29
Build 2: aarch64/2014/sep/24 pass: 540; fail: 20; error: 29
Build 3: aarch64/2014/sep/25 pass: 540; fail: 20; error: 29
Build 4: aarch64/2014/oct/14 pass: 578; fail: 48; error: 1
Build 5: aarch64/2014/oct/15 pass: 578; fail: 48; error: 1
Build 6: aarch64/2014/oct/17 pass: 578; fail: 48; error: 1
Build 7: aarch64/2014/nov/01 pass: 578; fail: 48; error: 1
Build 8: aarch64/2014/nov/20 pass: 584; fail: 53; error: 1
Build 9: aarch64/2014/nov/28 pass: 584; fail: 53; error: 1
-------------------------------------------------------------------------------
client-release/jdk
-------------------------------------------------------------------------------
Build 0: aarch64/2014/sep/18 pass: 5,299; fail: 201; error: 73
Build 1: aarch64/2014/sep/23 pass: 5,282; fail: 215; error: 76
Build 2: aarch64/2014/sep/24 pass: 5,301; fail: 196; error: 76
Build 3: aarch64/2014/sep/25 pass: 5,297; fail: 200; error: 76
Build 4: aarch64/2014/oct/14 pass: 5,296; fail: 236; error: 16
Build 5: aarch64/2014/oct/15 pass: 5,286; fail: 238; error: 24
Build 6: aarch64/2014/oct/17 pass: 5,293; fail: 233; error: 22
Build 7: aarch64/2014/nov/01 pass: 5,294; fail: 235; error: 19
Build 8: aarch64/2014/nov/20 pass: 5,324; fail: 212; error: 24
Build 9: aarch64/2014/nov/28 pass: 5,324; fail: 216; error: 20
-------------------------------------------------------------------------------
client-release/langtools
-------------------------------------------------------------------------------
Build 0: aarch64/2014/sep/18 pass: 3,031; error: 16
Build 1: aarch64/2014/sep/23 pass: 3,031; error: 16
Build 2: aarch64/2014/sep/24 pass: 3,031; error: 16
Build 3: aarch64/2014/sep/25 pass: 3,031; error: 16
Build 4: aarch64/2014/oct/14 pass: 3,037; error: 9
Build 5: aarch64/2014/oct/15 pass: 3,035; error: 11
Build 6: aarch64/2014/oct/17 pass: 3,035; error: 11
Build 7: aarch64/2014/nov/01 pass: 3,035; error: 11
Build 8: aarch64/2014/nov/20 pass: 3,038; error: 10
Build 9: aarch64/2014/nov/28 pass: 3,034; error: 14
-------------------------------------------------------------------------------
server-release/hotspot
-------------------------------------------------------------------------------
Build 0: aarch64/2014/sep/18 pass: 550; fail: 10; error: 29
Build 1: aarch64/2014/sep/23 pass: 550; fail: 10; error: 29
Build 2: aarch64/2014/sep/24 pass: 550; fail: 10; error: 29
Build 3: aarch64/2014/sep/25 pass: 559; fail: 1; error: 29
Build 4: aarch64/2014/oct/14 pass: 594; fail: 32; error: 1
Build 5: aarch64/2014/oct/15 pass: 592; fail: 34; error: 1
Build 6: aarch64/2014/oct/17 pass: 593; fail: 33; error: 1
Build 7: aarch64/2014/nov/01 pass: 588; fail: 37; error: 2
Build 8: aarch64/2014/nov/20 pass: 600; fail: 36; error: 2
Build 9: aarch64/2014/nov/28 pass: 601; fail: 36; error: 1
-------------------------------------------------------------------------------
server-release/jdk
-------------------------------------------------------------------------------
Build 0: aarch64/2014/sep/18 pass: 5,312; fail: 185; error: 76
Build 1: aarch64/2014/sep/23 pass: 5,302; fail: 193; error: 78
Build 2: aarch64/2014/sep/24 pass: 5,305; fail: 194; error: 74
Build 3: aarch64/2014/sep/25 pass: 5,303; fail: 194; error: 76
Build 4: aarch64/2014/oct/14 pass: 5,304; fail: 226; error: 18
Build 5: aarch64/2014/oct/15 pass: 5,303; fail: 217; error: 28
Build 6: aarch64/2014/oct/17 pass: 5,304; fail: 219; error: 25
Build 7: aarch64/2014/nov/01 pass: 5,295; fail: 233; error: 20
Build 8: aarch64/2014/nov/20 pass: 5,337; fail: 199; error: 24
Build 9: aarch64/2014/nov/28 pass: 5,116; fail: 424; error: 20
-------------------------------------------------------------------------------
server-release/langtools
-------------------------------------------------------------------------------
Build 0: aarch64/2014/sep/18 pass: 3,036; error: 11
Build 1: aarch64/2014/sep/23 pass: 3,036; error: 11
Build 2: aarch64/2014/sep/24 pass: 3,036; error: 11
Build 3: aarch64/2014/sep/25 pass: 3,036; error: 11
Build 4: aarch64/2014/oct/14 pass: 3,037; error: 9
Build 5: aarch64/2014/oct/15 pass: 3,032; fail: 1; error: 13
Build 6: aarch64/2014/oct/17 pass: 3,034; error: 12
Build 7: aarch64/2014/nov/01 pass: 3,034; fail: 1; error: 11
Build 8: aarch64/2014/nov/20 pass: 3,037; error: 11
Build 9: aarch64/2014/nov/28 pass: 3,039; error: 9
Previous results can be found here:
http://openjdk.linaro.org/openjdk8-jtreg-nightly-tests/index.html
SPECjbb2013 composite regression test completed
===============================================
This test measures the relative performance of the server
compiler running the SPECjbb2013 composite tests and compares
the performance against the baseline performance of the server
compiler taken on 2014-04-01.
In accordance with [1], the SPECjbb2013 tests are run on a system
which is not production ready and does not meet all the
requirements for publishing compliant results. The numbers below
shall be treated as non-compliant (nc) and are for experimental
purposes only.
Relative performance: Server max-jOPS (nc): 1.25x
Relative performance: Server critical-jOPS (nc): 1.42x
Details of the test setup and historical results may be found here:
http://openjdk.linaro.org/SPECjbb2013-1.00-results/
[1] http://www.spec.org/fairuse.html#Academic
Regression test Hadoop-Terasort completed
=========================================
This test measures the performance of the server and client compilers
running Hadoop sorting a 1GB file using Terasort and compares
the performance against the baseline performance of the Zero interpreter
and against the baseline performance of the client and server compilers
on 2014-04-01.
Relative performance: Zero: 1.0, Client: 49.01, Server: 88.77
Client 49.01 / Client 2014-04-01 (43.00): 1.14x
Server 88.77 / Server 2014-04-01 (71.00): 1.25x
Details of the test setup and historical results may be found here:
http://openjdk.linaro.org/hadoop-terasort-benchmark-results/
This is a summary of the jcstress test results
==============================================
The build and test results are cycled every 10 days.
2014-09-18 pass rate: 11546/11546, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/261/results/
2014-09-23 pass rate: 11546/11546, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/266/results/
2014-09-24 pass rate: 11545/11546, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/267/results/
2014-09-25 pass rate: 11546/11546, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/268/results/
2014-10-14 pass rate: 881/881, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/287/results/
2014-10-15 pass rate: 881/881, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/288/results/
2014-10-17 pass rate: 881/881, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/290/results/
2014-11-01 pass rate: 11550/11550, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/305/results/
2014-11-20 pass rate: 11550/11550, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/324/results/
2014-11-28 pass rate: 11550/11550, results: http://openjdk.linaro.org/jcstress-nightly-runs/2014/332/results/
For detailed information on the test output please refer to:
http://openjdk.linaro.org/jcstress-nightly-runs/
1
0
hg: aarch64-port/jdk8/hotspot: Use pipe_serial instead of pipe_class_memory in store*_volatile
by ed@camswl.com 27 Nov '14
by ed@camswl.com 27 Nov '14
27 Nov '14
Changeset: f9a67c52dc33
Author: enevill
Date: 2014-11-26 15:20 +0000
URL: http://hg.openjdk.java.net/aarch64-port/jdk8/hotspot/rev/f9a67c52dc33
Use pipe_serial instead of pipe_class_memory in store*_volatile
! src/cpu/aarch64/vm/aarch64.ad
1
0
[forwarding bounced check-in message from icedtea7-forest-aarch64 repo]
------ This is a copy of the message, including all the headers. ------
Return-path: <adinn(a)icedtea.classpath.org>
Received: from localhost ([127.0.0.1] helo=icedtea.classpath.org)
by icedtea.classpath.org with esmtp (Exim 4.69)
(envelope-from <adinn(a)icedtea.classpath.org>)
id 1XtzKn-0003vJ-CY
for aarch64-port-dev(a)openjdk.java.net; Thu, 27 Nov 2014 13:42:13 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Date: Thu, 27 Nov 2014 13:42:13 +0000
Subject: /hg/icedtea7-forest-aarch64/jaxws: 223 new changesets
From: adinn(a)icedtea.classpath.org
X-Hg-Notification: changeset b03b10f900e3
Message-Id:
<hg.b03b10f900e3.1417095733.7739792240145744766(a)icedtea.classpath.org>
To: aarch64-port-dev(a)openjdk.java.net
changeset b03b10f900e3 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Thu Jun 26 14:23:42 2014 -0700
Added tag jdk7u80-b01 for changeset bef313c7ff7a
changeset dafafe9a5dd1 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: mkos
date: Fri May 23 16:25:43 2014 +0200
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
Reviewed-by: chegar
changeset a98cd4ae5128 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Wed Jun 04 13:55:43 2014 +0100
Merge
changeset cd1b8eebc635 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: lana
date: Tue Jul 01 14:28:29 2014 -0700
Merge
changeset db90d644445e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Mon Jul 14 19:20:49 2014 -0700
Added tag jdk7u80-b01 for changeset 0eb2482c3d06
changeset 491136865825 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Mon Jul 14 19:44:03 2014 -0700
Merge
changeset 4751255c2776 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Feb 11 12:34:02 2014 -0800
Added tag jdk7u65-b00 for changeset 8a8dfdbc6614
changeset c2ed8dab3ea0 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Feb 11 15:12:52 2014 -0800
Merge
changeset 695c1de9c85f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Feb 11 15:41:09 2014 -0800
Merge
changeset 78b8d1e7c424 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Feb 12 16:25:13 2014 -0800
Merge
changeset e71dc1219c4a in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: mkos
date: Thu Feb 13 17:38:18 2014 +0100
8026188: Enhance envelope factory
Summary: Avoiding caching data initialized via TCCL in static context;
fix also reviewed by Alexander Fomin
Reviewed-by: ahgross, mgrebac, skoivu
changeset 93ab8cf42196 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: mkos
date: Thu Feb 13 18:20:10 2014 +0100
8025030: Enhance stream handling
Summary: Avoiding caching data initialized via TCCL in static context;
fix also reviewed by Iaroslav Savytskyi, Alexander Fomin
Reviewed-by: ahgross, mgrebac, skoivu
changeset d43bc307bfbb in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Feb 18 14:11:41 2014 -0800
Merge
changeset c57ac71c1b25 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Feb 20 08:58:28 2014 -0800
Merge
changeset 23598a667bb8 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Feb 25 23:20:29 2014 -0800
Merge
changeset d1da561a2571 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Thu Feb 27 11:58:44 2014 -0800
Added tag jdk7u65-b01 for changeset 23598a667bb8
changeset ae24dfc9432e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Feb 27 13:02:59 2014 -0800
Merge
changeset 8548aec8d5e9 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Mar 04 17:48:42 2014 -0800
Merge
changeset 8ac19021e6af in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Mar 05 13:38:32 2014 -0800
Merge
changeset d186045782ca in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Wed Mar 05 16:28:21 2014 -0800
Added tag jdk7u65-b02 for changeset 8ac19021e6af
changeset 73d098d9271c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Mar 11 14:52:50 2014 -0700
Merge
changeset f004e99ef5bb in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Mar 11 15:17:54 2014 -0700
Merge
changeset a70d681bc273 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Mar 12 14:58:28 2014 -0700
Merge
changeset 6301017fbeac in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Thu Mar 13 13:17:16 2014 -0700
Added tag jdk7u65-b03 for changeset a70d681bc273
changeset 7cd17f969885 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Mar 19 08:58:49 2014 -0700
Merge
changeset 09bb6d00e124 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Thu Mar 20 13:04:59 2014 -0700
Added tag jdk7u65-b04 for changeset 7cd17f969885
changeset 82d48f4b6d63 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Mar 20 15:01:10 2014 -0700
Merge
changeset 7bafb24c6466 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: mkos
date: Tue Mar 25 17:10:34 2014 +0100
8026188: Enhance envelope factory
Summary: Avoiding caching data initialized via TCCL in static context;
fix also reviewed by Iaroslav Savytskyi, Alexander Fomin
Reviewed-by: kshefov
changeset ef24208015fd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Mar 25 11:19:02 2014 -0700
Added tag jdk7u65-b05 for changeset 7bafb24c6466
changeset 35b31c516cab in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Mar 27 12:21:55 2014 -0700
Merge
changeset 001e953ccc95 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 01 12:01:45 2014 -0700
Added tag jdk7u65-b06 for changeset 35b31c516cab
changeset eb89c1c30a93 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Apr 03 11:23:06 2014 -0700
Merge
changeset 19d2cb1debbb in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 08 11:34:35 2014 -0700
Added tag jdk7u65-b07 for changeset eb89c1c30a93
changeset d63ca1c5bdb9 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 09 14:12:04 2014 -0700
Merge
changeset 6092d0059338 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 15 23:00:44 2014 -0700
Added tag jdk7u65-b08 for changeset d63ca1c5bdb9
changeset 85a9f1047597 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 15 12:17:00 2014 -0700
Merge
changeset 3b1668fef313 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 16 10:10:00 2014 -0700
Merge
changeset ed2c61871427 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 16 13:38:52 2014 -0700
Merge
changeset 14c591c89293 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: mkos
date: Wed Apr 09 10:15:04 2014 -0400
8035613: With active Securitymanager JAXBContext.newInstance fails
Reviewed-by: mullan, mgrebac
changeset efd71c6ca083 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Mon Apr 07 12:17:39 2014 -0700
Added tag jdk7u55-b32 for changeset b15b4084288f
changeset 485d7912bc20 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 08 11:15:51 2014 -0700
Added tag jdk7u55-b33 for changeset efd71c6ca083
changeset e4cc1e93c633 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Apr 21 10:02:30 2014 -0700
Merge
changeset 00f22d6e5844 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 22 11:47:15 2014 -0700
Added tag jdk7u65-b09 for changeset e4cc1e93c633
changeset d10ec1726741 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Apr 24 12:06:48 2014 -0700
Merge
changeset e2a42986e84a in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 29 12:35:55 2014 -0700
Added tag jdk7u65-b10 for changeset d10ec1726741
changeset 36e2ded1abe5 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 29 14:01:24 2014 -0700
Merge
changeset 2f5dcee6d56b in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 01 09:12:15 2014 -0700
Merge
changeset 066a1f6d8649 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 06 10:02:48 2014 -0700
Added tag jdk7u65-b11 for changeset 2f5dcee6d56b
changeset f03350485cd3 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 08 11:59:18 2014 -0700
Merge
changeset 471f883e9830 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 13 08:13:36 2014 -0700
Added tag jdk7u65-b12 for changeset f03350485cd3
changeset 11deffa2096f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 20 12:36:59 2014 -0700
Added tag jdk7u65-b13 for changeset 471f883e9830
changeset 39ad61a579fd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Wed May 28 02:34:14 2014 -0700
Added tag jdk7u65-b14 for changeset 11deffa2096f
changeset 198bf1acd262 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Jun 03 13:53:00 2014 -0700
Added tag jdk7u65-b15 for changeset 39ad61a579fd
changeset df4dc644fe34 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Fri Jun 13 11:56:52 2014 -0700
Added tag jdk7u65-b16 for changeset 198bf1acd262
changeset 0e0ca87a6d52 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Jun 17 13:03:04 2014 -0700
Added tag jdk7u65-b17 for changeset df4dc644fe34
changeset d2798523c671 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 25 08:30:22 2014 -0700
Added tag jdk7u65-b30 for changeset 0e0ca87a6d52
changeset 01890d636584 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 02 09:39:06 2014 -0700
Added tag jdk7u55-b15 for changeset f616603ab693
changeset dedfc93eeb5f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 02 09:54:56 2014 -0700
Merge
changeset db4cccbfd72f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 02 10:08:47 2014 -0700
Added tag jdk7u65-b18 for changeset dedfc93eeb5f
changeset fc604af6f0c0 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 02 21:03:08 2014 -0700
Merge
changeset 5c200b63c5b6 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Jul 08 12:31:31 2014 -0700
Merge
changeset 0cd66509e113 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 09 15:02:40 2014 -0700
Added tag jdk7u65-b19 for changeset db4cccbfd72f
changeset 28d868d40df0 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 08:50:44 2014 -0700
Added tag jdk7u65-b32 for changeset 0cd66509e113
changeset ec633036caa7 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 09:35:57 2014 -0700
Merge
changeset 8603b19ae236 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 14 22:36:22 2014 -0700
Merge
changeset 6548502cbb7b in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 14 22:24:58 2014 -0700
Merge
changeset 579128925dd9 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 14 22:41:11 2014 -0700
Merge
changeset f21a65d1832c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Tue Aug 26 17:33:01 2014 +0100
Merge jdk7u80-b02
changeset 0d23f8bab6bd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Wed Aug 27 23:04:15 2014 +0100
Added tag icedtea-2.6pre07 for changeset f21a65d1832c
changeset 646981c9ac47 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Wed Aug 27 23:07:42 2014 +0100
Added tag icedtea-2.6pre06 for changeset 37d1831108b5
changeset 4e25a5278078 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Sat Sep 13 16:38:49 2014 +0100
Added tag icedtea-2.6pre08 for changeset 646981c9ac47
changeset ace21763f956 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Wed Aug 20 12:12:58 2014 -0700
Added tag jdk7u80-b02 for changeset 579128925dd9
changeset d924f235e859 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: aefimov
date: Tue Sep 02 13:49:12 2014 +0400
8036981: JAXB not preserving formatting for xsd:any Mixed content
Reviewed-by: lancea, mkos
changeset 12905bf82bda in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: lana
date: Wed Sep 03 19:06:13 2014 -0700
Merge
changeset d6af47fa0a8d in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 20 12:11:41 2014 -0700
Added tag jdk7u60-b30 for changeset 39e67887a3b1
changeset 8bc5c8101f01 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: mkos
date: Tue Apr 22 13:45:11 2014 +0100
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
changeset a9795eda707d in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: mkos
date: Wed Apr 09 10:15:04 2014 -0400
8035613: With active Securitymanager JAXBContext.newInstance fails
Reviewed-by: mullan, mgrebac
changeset 7d4d0559bced in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 09 22:25:51 2014 -0700
Merge
changeset 77ee154ed05e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 16 09:45:34 2014 -0700
Added tag jdk7u71-b00 for changeset 6092d0059338
changeset 549434b8eb35 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 16 09:50:14 2014 -0700
Merge
changeset 1dce52b208a9 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 15 10:17:44 2014 -0700
Added tag jdk7u66-b00 for changeset d63ca1c5bdb9
changeset e62ebae49431 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 15 23:15:50 2014 -0700
Added tag jdk7u66-b01 for changeset 1dce52b208a9
changeset 59e5f4c5c7ff in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 16 21:51:51 2014 -0700
Merge
changeset 60666c48348a in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Apr 16 22:12:09 2014 -0700
Merge
changeset 796632b15296 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Sun Apr 20 17:52:33 2014 -0700
Merge
changeset 04481967eff5 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Apr 21 10:22:23 2014 -0700
Merge
changeset ab636f8738be in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 22 12:08:07 2014 -0700
Added tag jdk7u66-b09 for changeset 04481967eff5
changeset 587be38f9a6d in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 22 11:19:26 2014 -0700
Added tag jdk7u55-b34 for changeset 485d7912bc20
changeset e32fed2712c5 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Apr 24 13:14:49 2014 -0700
Merge
changeset 6fcdb399acdd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Apr 24 13:47:06 2014 -0700
Merge
changeset 1a7560df230e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Apr 24 14:18:49 2014 -0700
Merge
changeset 73d97ba8b2d9 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Apr 24 21:51:26 2014 -0700
Merge
changeset 701ae9a24b09 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Apr 24 22:08:08 2014 -0700
Merge
changeset e634c51ec5cd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Apr 29 12:48:22 2014 -0700
Added tag jdk7u66-b10 for changeset 73d97ba8b2d9
changeset c4ac4be45cf4 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 29 14:24:21 2014 -0700
Merge
changeset f13f47b60c85 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 29 14:18:54 2014 -0700
Merge
changeset 51bde13e4eb4 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 29 14:29:55 2014 -0700
Merge
changeset 9014cce7a043 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 29 14:41:16 2014 -0700
Merge
changeset 72a269a6542c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Apr 29 14:57:29 2014 -0700
Merge
changeset b4502d942a0f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 01 10:01:39 2014 -0700
Merge
changeset 12bf46b3d1d4 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 01 10:07:32 2014 -0700
Merge
changeset f5d3152b4922 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 01 08:38:21 2014 -0700
Merge
changeset d6ba1e2c439c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon May 05 10:12:06 2014 -0700
Merge
changeset 7ecf8d9df00c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon May 05 10:20:06 2014 -0700
Merge
changeset ba0eee0b7ed2 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 06 10:50:52 2014 -0700
Added tag jdk7u66-b11 for changeset 7ecf8d9df00c
changeset cc98c5e437d0 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 06 11:16:50 2014 -0700
Merge
changeset cd784db94d80 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 06 11:29:49 2014 -0700
Merge
changeset 0e3168518048 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 06 11:53:54 2014 -0700
Merge
changeset 10c27e0fcade in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri May 09 07:41:44 2014 -0700
Merge
changeset 7f8bc12761a1 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri May 09 07:47:27 2014 -0700
Merge
changeset a8d6e0f6d1b8 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri May 09 08:21:18 2014 -0700
Merge
changeset 62332eaec2ff in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Wed May 07 10:57:37 2014 -0700
Added tag jdk7u55-b35 for changeset 587be38f9a6d
changeset 55a990e8c03b in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Wed May 07 11:30:52 2014 -0700
Added tag jdk7u55-b36 for changeset 62332eaec2ff
changeset dfc2c4b9b16b in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri May 09 08:35:38 2014 -0700
Merge
changeset a3b3a708a7e0 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri May 09 08:48:55 2014 -0700
Merge
changeset 9ac1d99f712a in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri May 09 09:06:44 2014 -0700
Merge
changeset 36b5c1411ae4 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri May 09 09:18:23 2014 -0700
Merge
changeset 38d7852655b4 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 13 14:40:15 2014 -0700
Added tag jdk7u66-b12 for changeset 9ac1d99f712a
changeset 0c48ce0fcc63 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 13 15:08:35 2014 -0700
Merge
changeset f562dd8fb2b2 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 13 15:59:53 2014 -0700
Merge
changeset f011a4f03615 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 13 16:31:55 2014 -0700
Merge
changeset b26635c43d7c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 20 12:36:59 2014 -0700
Added tag jdk7u66-b13 for changeset f562dd8fb2b2
changeset 8b5f42519e32 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 20 14:34:03 2014 -0700
Merge
changeset 3dbcdfb9b3b2 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue May 20 12:34:28 2014 -0700
Added tag jdk7u60-b31 for changeset dfc2c4b9b16b
changeset 0e17943c39fa in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 20 14:24:59 2014 -0700
Merge
changeset 3a4085b0dd35 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 20 14:51:16 2014 -0700
Merge
changeset 76cd0289fdf8 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 20 15:02:15 2014 -0700
Merge
changeset 7c1f169d0206 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue May 20 15:21:28 2014 -0700
Merge
changeset 910559d7f754 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Thu May 22 12:41:37 2014 -0700
Added tag jdk7u60-b32 for changeset 0e17943c39fa
changeset ae584331109f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 22 22:08:11 2014 -0700
Merge
changeset d71cc38ae5c3 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 22 22:14:19 2014 -0700
Merge
changeset bff74d38c9a6 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Wed May 28 02:34:42 2014 -0700
Added tag jdk7u66-b14 for changeset ae584331109f
changeset 36461c772d31 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed May 28 09:48:34 2014 -0700
Merge
changeset d5fdc3008b4d in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed May 28 10:13:34 2014 -0700
Merge
changeset c6ed74e8c6ef in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu May 22 21:59:52 2014 -0700
Merge
changeset 07c43ec92cb4 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Jun 03 13:56:03 2014 -0700
Added tag jdk7u60-b33 for changeset 910559d7f754
changeset 717d86cd5591 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 04 18:36:38 2014 -0700
Merge
changeset eb7826cbe418 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 04 18:43:34 2014 -0700
Merge
changeset ca794253ea36 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 04 18:55:42 2014 -0700
Merge
changeset fb933a4a623c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Jun 03 14:23:14 2014 -0700
Added tag jdk7u66-b15 for changeset 36461c772d31
changeset 23999e992e47 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 04 21:18:05 2014 -0700
Merge
changeset 19ed8a653a3e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 11 11:34:51 2014 -0700
Merge
changeset c6601a08f627 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Fri Jun 13 11:53:29 2014 -0700
Added tag jdk7u66-b16 for changeset 19ed8a653a3e
changeset ea1e6f01f95c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri Jun 13 17:16:51 2014 -0700
Merge
changeset 442e9761b8af in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Jun 17 13:03:15 2014 -0700
Added tag jdk7u66-b17 for changeset ea1e6f01f95c
changeset 0e1377d60e6c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Jun 17 15:21:04 2014 -0700
Merge
changeset 4033fc3aec24 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Jun 17 15:33:58 2014 -0700
Merge
changeset 47d529f45a3d in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 18 08:45:36 2014 -0700
Merge
changeset 814a3f0bb130 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 18 09:00:56 2014 -0700
Merge
changeset 5f7126a46c68 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 18 13:57:06 2014 -0700
Merge
changeset 18676fc7713f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jun 23 12:41:39 2014 -0700
Added tag jdk7u71-b01 for changeset 814a3f0bb130
changeset d1927e24d401 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jun 23 13:03:41 2014 -0700
Added tag jdk7u72-b01 for changeset 18676fc7713f
changeset 637ce902aa58 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jun 23 13:11:22 2014 -0700
Merge
changeset 190d885fe83b in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 25 09:03:17 2014 -0700
Merge
changeset 661ed6434ce1 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 25 09:23:15 2014 -0700
Merge
changeset f7f37aa8d408 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jun 25 09:51:45 2014 -0700
Merge
changeset 61215a9c4dd9 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jun 26 18:34:52 2014 -0700
Added tag jdk7u65-b31 for changeset 190d885fe83b
changeset ba22fdc22c04 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri Jun 27 09:57:04 2014 -0700
Merge
changeset 6cc301f1967f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jun 30 09:10:39 2014 -0700
Merge
changeset 3a73c8879c71 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jun 30 11:50:47 2014 -0700
Added tag jdk7u71-b02 for changeset ba22fdc22c04
changeset e4bbb79df2b1 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jun 30 12:09:08 2014 -0700
Merge
changeset 19684e54dc20 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jun 30 12:25:57 2014 -0700
Added tag jdk7u72-b02 for changeset e4bbb79df2b1
changeset 30edf4d8760f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 02 10:49:25 2014 -0700
Merge
changeset 98cedf903afa in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 02 11:38:03 2014 -0700
Merge
changeset 664724762a24 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 07 11:55:15 2014 -0700
Added tag jdk7u71-b03 for changeset 30edf4d8760f
changeset 646f7c237e9e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 07 12:06:31 2014 -0700
Merge
changeset bbb6f0012002 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 07 12:32:21 2014 -0700
Added tag jdk7u72-b03 for changeset 646f7c237e9e
changeset 6cf7676aa11c in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 09 15:17:04 2014 -0700
Merge
changeset bf133139d5b3 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 08:30:10 2014 -0700
Added tag jdk7u65-b33 for changeset 6cf7676aa11c
changeset d4f7836c7b5f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 09:09:52 2014 -0700
Merge
changeset 35434e9c7f80 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 13:08:57 2014 -0700
Merge
changeset 1ef1681e21ca in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 14:50:02 2014 -0700
Added tag jdk7u65-b20 for changeset 28d868d40df0
changeset 78640ab87681 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 16:29:32 2014 -0700
Merge
changeset 22cc8b125a11 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 17:00:21 2014 -0700
Merge
changeset 8a2decbed8c2 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Jul 10 17:09:47 2014 -0700
Merge
changeset ce5f53d01149 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 14 11:53:17 2014 -0700
Added tag jdk7u71-b04 for changeset 22cc8b125a11
changeset 30d42f2fde55 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 14 12:16:38 2014 -0700
Merge
changeset 7833c6d5d51b in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 14 12:21:58 2014 -0700
Added tag jdk7u72-b04 for changeset 30d42f2fde55
changeset 6ff5f6d6e9ce in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Wed Jul 16 11:46:56 2014 -0700
Added tag jdk7u65-b40 for changeset db4cccbfd72f
changeset f612dbc05898 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Jul 16 12:09:10 2014 -0700
Merge
changeset 761c40c9076a in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Jul 21 03:08:02 2014 -0700
Merge
changeset 5beaf1a0f74e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Jul 22 02:09:26 2014 -0700
Added tag jdk7u72-b05 for changeset 761c40c9076a
changeset 15bdfc8b209a in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Jul 22 02:03:06 2014 -0700
Added tag jdk7u71-b05 for changeset f612dbc05898
changeset a3961ce4d5c1 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Jul 22 08:48:16 2014 -0700
Merge
changeset 0540f17603fb in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Mon Jul 28 03:41:27 2014 -0700
Added tag jdk7u72-b06 for changeset a3961ce4d5c1
changeset 26ad03c06f31 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Mon Jul 28 03:32:32 2014 -0700
Added tag jdk7u71-b06 for changeset 15bdfc8b209a
changeset 6f48d3fb52cd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Mon Jul 28 03:52:57 2014 -0700
Merge
changeset 8d9d92a8e6d8 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Jul 29 15:27:13 2014 +0100
Added tag jdk7u71-b07 for changeset 26ad03c06f31
changeset 1153553de579 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Jul 29 15:36:43 2014 +0100
Merge
changeset 91c5a810aa6f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Jul 29 15:38:08 2014 +0100
Added tag jdk7u72-b07 for changeset 1153553de579
changeset 9ad7bbe28aec in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Aug 05 13:41:15 2014 +0100
Added tag jdk7u71-b08 for changeset 8d9d92a8e6d8
changeset 7b00d0359f49 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Aug 05 13:48:08 2014 +0100
Merge
changeset f16ea19cfd03 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Aug 05 13:49:44 2014 +0100
Added tag jdk7u72-b08 for changeset 7b00d0359f49
changeset ed10e42c6c68 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Aug 12 11:05:54 2014 -0700
Added tag jdk7u72-b09 for changeset f16ea19cfd03
changeset 86503ce6d97e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: katleman
date: Tue Aug 12 11:05:58 2014 -0700
Added tag jdk7u71-b09 for changeset 9ad7bbe28aec
changeset f8794b2a7e97 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Fri Aug 15 16:43:41 2014 +0100
Merge
changeset 5d60eecdd6b8 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Tue Jul 29 17:50:37 2014 +0100
Added tag jdk7u67-b01 for changeset 1ef1681e21ca
changeset 32406b446fd4 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Mon Aug 18 15:54:16 2014 +0100
Merge
changeset f5e39a73cb88 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: coffeys
date: Mon Aug 18 16:01:21 2014 +0100
Merge
changeset b37043cee55e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Aug 19 04:14:39 2014 -0700
Added tag jdk7u71-b10 for changeset 32406b446fd4
changeset 615c0d49e892 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Aug 19 04:50:57 2014 -0700
Merge
changeset 6faaf687e6ff in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Aug 19 05:02:19 2014 -0700
Added tag jdk7u72-b10 for changeset 615c0d49e892
changeset 3a432d7f01ed in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Aug 25 13:08:41 2014 -0700
Added tag jdk7u71-b11 for changeset b37043cee55e
changeset b34f135642cd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Aug 25 15:55:48 2014 -0700
Merge
changeset 21ba67b58642 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Aug 25 15:58:15 2014 -0700
Added tag jdk7u72-b11 for changeset b34f135642cd
changeset 08b1ec082a66 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Thu Aug 28 15:04:43 2014 -0700
Merge
changeset bff6f57f0823 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Sep 10 15:32:30 2014 -0700
Merge
changeset 9dd0dea849dd in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Sep 02 10:41:53 2014 -0700
Added tag jdk7u71-b12 for changeset 3a432d7f01ed
changeset cfa494e8b9bc in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Sep 02 10:53:33 2014 -0700
Merge
changeset 725e00d3fed3 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Sep 02 10:59:48 2014 -0700
Added tag jdk7u72-b12 for changeset cfa494e8b9bc
changeset a580f2c49eac in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Sep 08 12:16:05 2014 -0700
Added tag jdk7u71-b13 for changeset 9dd0dea849dd
changeset d4be88d9bfbf in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Sep 08 12:31:45 2014 -0700
Merge
changeset 255269c44c53 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Sep 08 12:38:01 2014 -0700
Added tag jdk7u72-b13 for changeset d4be88d9bfbf
changeset a3e692c4b61f in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Wed Sep 10 15:42:48 2014 -0700
Merge
changeset 5174ad7bf60a in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri Sep 26 08:28:25 2014 -0700
Added tag jdk7u71-b14 for changeset a580f2c49eac
changeset e33bca6f8dab in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri Sep 26 08:41:40 2014 -0700
Merge
changeset 587c4a3bfb76 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Fri Sep 26 08:49:38 2014 -0700
Added tag jdk7u72-b14 for changeset e33bca6f8dab
changeset 6196c32173f1 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Mon Oct 06 11:18:03 2014 -0700
Added tag jdk7u72-b30 for changeset 587c4a3bfb76
changeset fea1db443eb1 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: asaha
date: Tue Oct 07 12:51:37 2014 -0700
Merge
changeset 39dd7bed2325 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Thu Oct 16 19:18:13 2014 +0100
Merge 2014/10/14
changeset 70a94bce8d6e in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Fri Oct 24 18:47:15 2014 +0100
Added tag icedtea-2.6pre09 for changeset 39dd7bed2325
changeset 2823343ab244 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Fri Nov 07 18:05:43 2014 +0000
Added tag icedtea-2.6pre10 for changeset 70a94bce8d6e
changeset b76e080e5d14 in /hg/icedtea7-forest-aarch64/jaxws
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxws?cmd=changeset…
author: andrew
date: Wed Nov 12 21:21:34 2014 +0000
Added tag icedtea-2.6pre11 for changeset 2823343ab244
diffstat:
.hgtags
| 108 +++++++++-
.jcheck/conf
| 2 -
build.properties
| 3 +
build.xml
| 14 +-
make/Makefile
| 4 +-
src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/Utils.java
| 26 +-
src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java | 8 +
src/share/jaxws_classes/com/sun/xml/internal/bind/api/Utils.java
| 26 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Utils.java | 26 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.java | 12 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ElementBeanInfoImpl.java | 20 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/JAXBContextImpl.java | 26 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/Utils.java
| 26 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ValueListBeanInfoImpl.java | 2 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/ArrayERProperty.java | 6 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/SingleMapNodeProperty.java | 26 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/Utils.java | 26 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Accessor.java | 2 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Utils.java | 26 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/DefaultValueLoaderDecorator.java | 6 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/Discarder.java | 4 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/DomLoader.java | 18 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyLoader.java | 2 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/LeafPropertyXsiLoader.java | 6 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader.java | 12 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/ProxyLoader.java | 2 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/SAXConnector.java | 14 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/Scope.java | 4 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/StructureLoader.java | 10 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/TextLoader.java | 2 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallingContext.java | 118 +++++++--
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/ValuePropertyLoader.java | 15 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiNilLoader.java | 8 +-
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/XsiTypeLoader.java | 2 +-
src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/AttachmentPartImpl.java | 3 +-
src/share/jaxws_classes/com/sun/xml/internal/ws/model/Utils.java
| 26 +-
36 files changed, 433 insertions(+), 208 deletions(-)
diffs (truncated from 1543 to 500 lines):
diff -r 0eb2482c3d06 -r b76e080e5d14 .hgtags
--- a/.hgtags Tue May 20 12:34:15 2014 -0700
+++ b/.hgtags Wed Nov 12 21:21:34 2014 +0000
@@ -50,6 +50,7 @@
558985e26fe16f5a6ebb2edb9180a42e1c8e8202 jdk7-b73
f4466e1b608088c90e11beaa4b600f102608c6a1 jdk7-b74
fcf2b8b5d606641659419f247fcee4b284c45e6e jdk7-b75
+0dc08d528c998ca993e759b311e7b54c98e0ef28 icedtea7-1.12
765d2077d1e652e234d27fe85ba58a986b488503 jdk7-b76
5b4968c110476085225d3a71c4210fad2c1116c1 jdk7-b77
fc1c72d1dfbb17db7d46bba8db9afc39cbbb9299 jdk7-b78
@@ -63,6 +64,7 @@
512b0e924a5ae0c0b7ad326182cae0dc0e4d1aa8 jdk7-b86
3febd6fab2ac8ffddbaf7bed00d11290262af153 jdk7-b87
8c666f8f3565974e301ccb58b7538912551a6e26 jdk7-b88
+1661166c82dc2102f3f0364e28d1e4211f25a4cf icedtea7-1.13
bf3675aa7f20fc6f241ce95760005aef2a30ff41 jdk7-b89
ead7c4566a0017bcb44b468b3ac03b60dc5333ce jdk7-b90
cf4686bf35abd1e573f09fa43cbec66403160ae9 jdk7-b91
@@ -111,6 +113,7 @@
545de8303fec939db3892f7c324dd7df197e8f09 jdk7-b134
d5fc61f18043765705ef22b57a68c924ab2f1a5b jdk7-b135
c81d289c9a532d6e94af3c09d856a2a20529040f jdk7-b136
+339c2d381d80dbf9b74604e6ba43ead276b8024e icedtea-1.14
ccea3282991ce8b678e188cf32a8239f76ff3bfa jdk7-b137
cc956c8a8255583535597e9a63db23c510e9a063 jdk7-b138
c025078c8362076503bb83b8e4da14ba7b347940 jdk7-b139
@@ -123,6 +126,7 @@
05469dd4c3662c454f8a019e492543add60795cc jdk7-b146
c01bfd68d0528bc88348813c4d75d7f5c62bc4e2 jdk7u1-b01
d13b1f877bb5ed8dceb2f7ec10365d1db5f70b2d jdk7-b147
+e6cd09c7ef22bbabe31c9f2a32c7e13cfa713fd3 icedtea-2.0-branchpoint
4c24f7019ce939a452154a83151294ad7da66a9d jdk7u1-b02
272778f529d11081f548f37fcd6a7aec0b11a8dd jdk7u1-b03
48b06a6e6f46e5bcd610f4bed57cd5067cf31f8c jdk7u1-b04
@@ -141,6 +145,7 @@
21131044a61353ac20e360bce52d8f480e08d7a2 jdk7u2-b12
9728fd833e01faa5e51484aeaf3c51d32d1175fb jdk7u2-b13
d6db86a7ca32e6d97844f633badc0d516e55694f jdk7u2-b21
+d26ff33070cb75a0a7349d965ec4f0930ded418d icedtea-2.1-branchpoint
d6db86a7ca32e6d97844f633badc0d516e55694f jdk7u3-b02
44e824502fa24440f907205ccdc3959d01bd8109 jdk7u3-b03
6e1cc321aacea944691aa06558f2bbad89baf5b3 jdk7u3-b04
@@ -157,6 +162,7 @@
3891fe529057431278394c6341cfabaacd5061f5 jdk7u4-b10
2df5cd83fab91f050c4bac54aa06e174ecee38f4 jdk7u4-b11
4d3a9fe44f7531642bc739ec3c8efb2e6d9e08c7 jdk7u4-b12
+1854d8e2547cb18ebcf84db13c22d0987c49c274 icedtea-2.2-branchpoint
c3b6659aa169b3f249246497a8d5a87baa1e798a jdk7u4-b13
0f8963feaefda21e72f84b8ea49834a289d537f3 jdk7u4-b14
61516652b59ec411678b38a232a84413652a4172 jdk7u5-b01
@@ -186,11 +192,15 @@
c08f88f5ae98917254cd38e204393adac22823a6 jdk7u6-b10
a37ad8f90c7bd215d11996480e37f03eb2776ce2 jdk7u6-b11
95a96a879b8c974707a7ddb94e4fcd00e93d469c jdk7u6-b12
+4325d1311d5511da36cae81332af6840af1c0fed ppc-aix-port-b01
+4325d1311d5511da36cae81332af6840af1c0fed ppc-aix-port-b02
+4325d1311d5511da36cae81332af6840af1c0fed ppc-aix-port-b03
e0a71584b8d84d28feac9594d7bb1a981d862d7c jdk7u6-b13
9ae31559fcce636b8c219180e5db1d54556db5d9 jdk7u6-b14
f1dba7ebe6a50c22ffcaf85b14b31462ce008556 jdk7u6-b15
e1d2afbb63d27600dd8c8a021eadff84a901a73c jdk7u6-b16
401bdbbf89c9187b51dc8906c0e2700ef0ffc8a3 jdk7u6-b17
+8888d2790217c31edbf13ea81d9ac06210092ad2 icedtea-2.3-branchpoint
a1daf7097c61181216233e4850ef6ec56b0fe6b6 jdk7u6-b18
58c1c6ecf8f1e59db9b575ae57b2894d0152d319 jdk7u6-b19
6d17242f12edc643ecab4263e656003a1ca44c03 jdk7u6-b20
@@ -258,11 +268,13 @@
42ba62cdc1f3c357b6d192612dd1c4b209df2662 jdk7u12-b07
66f36438f54812e44327d38129d9488e5ea59e73 jdk7u12-b08
c130f21b16a2b2e2b961362bc4baf40fde2be458 jdk7u12-b09
+a653d06d5b50cacf58aebbab8b55e7e00587cd4c icedtea-2.4-branchpoint
9207c72345c9e82d4445764df57706f7b33a7981 jdk7u14-b10
444aa84f38df2607140e9ce35a21fef0965d27a6 jdk7u14-b11
40afea757379cfaaadca13eeb7dcbc0fe195f73d jdk7u14-b12
4fe9a362c3277cd4c7a5149853e5cf59dbba7cb7 jdk7u14-b13
a2b2e716637acdb9884d21fc4b9aef3c8b59e702 jdk7u14-b14
+53bd8e6a5ffabdc878a312509cf84a72020ddf9a ppc-aix-port-b04
b5c8ac5253ef735e5aa770b7325843ec89b56633 jdk7u14-b15
abcaebcead605f89cd0919add20d8ac16637ddc2 jdk7u15-b01
62f9e7f5eb644fedd93dd93bd36bcf817a8d9c8a jdk7u15-b02
@@ -381,6 +393,7 @@
65b0f3ccdc8bcff0d79e1b543a8cefb817529b3f jdk7u45-b18
c32c6a662d18d7195fc02125178c7543ce09bb00 jdk7u45-b30
6802a1c098c48b2c8336e06f1565254759025bab jdk7u45-b31
+cb5f95263f620967f5097c5ff8e0b27cfb9e8c44 jdk7u60-b00
e040abab3625fbced33b30cba7c0307236268211 jdk7u45-b33
e7df5d6b23c64509672d262187f51cde14db4e66 jdk7u45-b34
c654ba4b2392c2913f45b495a2ea0c53cc348d98 jdk7u45-b35
@@ -407,6 +420,7 @@
a257072fc2aa482abd6ffa28e235dbe532af6d00 jdk7u55-b02
2916fdfc475bf29bc702887bf5ba02df67c98916 jdk7u55-b03
f4759b4547602b3bc865db8c5f356f46979c6389 jdk7u55-b04
+8a8dfdbc66149b89f804c5a50e4692c2520569ae jdk7u65-b00
8a8dfdbc66149b89f804c5a50e4692c2520569ae jdk7u55-b05
2696d6747826cea92a97b2d80be4a59ff99462bd jdk7u55-b06
1ad971afe2b5db93420654fa65b23f827760fed7 jdk7u55-b07
@@ -419,12 +433,21 @@
3b0da73591b1ea23c48aa7babc34ed776fc183f0 jdk7u55-b13
5d726bf8fedc1f10d250e980653315919b7602f2 jdk7u55-b30
81d0f297557c4a876727cabeb2bfcdf066a1fc9d jdk7u55-b14
+f616603ab693f6629c2994f6006ed4a21a428d8e jdk7u55-b15
2d103c97c9bd0b3357e6d5e2b5b9ffb64c271288 jdk7u55-b31
+b15b4084288fa4ea9caf7f6b4e79d164c77bb1d6 jdk7u55-b32
+efd71c6ca0832e894b7e1619111860062fa96458 jdk7u55-b33
+485d7912bc20775bda670ea2236c883366590dd7 jdk7u55-b34
+587be38f9a6d60fbefc92dbe9fbd4c83d579c680 jdk7u55-b35
+62332eaec2ff8fc8bece2a905554ac08e375a661 jdk7u55-b36
cb5f95263f620967f5097c5ff8e0b27cfb9e8c44 jdk7u60-b00
f675dfce1e61a6ed01732ae7cfbae941791cba74 jdk7u60-b01
8a3b9e8492a5ac4e2e0c166dbfc5d058be244377 jdk7u60-b02
+3f7212cae6eb1fe4b257adfbd05a7fce47c84bf0 icedtea-2.5pre01
+4aeccc3040fa45d7156dccb03984320cb75a0d73 icedtea-2.5pre02
d4ba4e1ed3ecdef1ef7c3b7aaf62ff69fc105cb2 jdk7u60-b03
bef313c7ff7a7a829f8f6a305bf0c3738ad99795 jdk7u60-b04
+1569dc36a61c49f3690911ce1e3741b36a5c16fd icedtea-2.6pre01
30afd3e2e7044b2aa87ce00ab4301990e6d94d27 jdk7u60-b05
dc6017fb9cde43bce92d403abc2821b741cf977c jdk7u60-b06
0380cb9d4dc27ed8e2c4fc3502e3d94b0ae0c02d jdk7u60-b07
@@ -434,10 +457,93 @@
5d848774565b5e188d7ba915ce1cb09d8f3fdb87 jdk7u60-b11
9d34f726e35b321072ce5bd0aad2e513b9fc972f jdk7u60-b12
d941a701cf5ca11b2777fd1d0238e05e3c963e89 jdk7u60-b13
+ad282d85bae91058e1fcd3c10be1a6cf2314fcb2 icedtea-2.6pre02
+ef698865ff56ed090d7196a67b86156202adde68 icedtea-2.6pre03
43b5a7cf08e7ee018b1fa42a89510b4c381dc4c5 jdk7u60-b14
+95bbd42cadc9ffc5e6baded38577ab18836c81c1 icedtea-2.6pre04
+5515daa647967f128ebb1fe5a0bdfdf853ee0dc0 icedtea-2.6pre05
d00389bf5439e5c42599604d2ebc909d26df8dcf jdk7u60-b15
2fc16d3a321212abc0cc93462b22c4be7f693ab9 jdk7u60-b16
+b312ec543dc09db784e161eb89607d4afd4cab1e jdk7u60-b17
b312ec543dc09db784e161eb89607d4afd4cab1e jdk7u60-b18
-b312ec543dc09db784e161eb89607d4afd4cab1e jdk7u60-b17
+23598a667bb89b57d5abab5b37781a0952e16cf9 jdk7u65-b01
1d21eb9011a060c7761c9a8a53e69d58bbea4893 jdk7u60-b19
+39e67887a3b112bf74f84df2aac0f46c65bfb005 jdk7u60-b30
+dfc2c4b9b16bd2d68435ddc9bb12036982021844 jdk7u60-b31
+0e17943c39fadb810b4dd2e9ac732503b86043f4 jdk7u60-b32
+910559d7f754d8fd6ab80a627869877443358316 jdk7u60-b33
+8ac19021e6af5d92b46111a6c41430f36ccdb901 jdk7u65-b02
+a70d681bc273a110d10cf3c4f9b35b25ca6a600f jdk7u65-b03
+7cd17f96988509e99fbb71003aeb76d92b638fef jdk7u65-b04
+7bafb24c6466999bc08742b160d0e450bc12a2c5 jdk7u65-b05
+35b31c516cab0a81fa9d2a119ec101be3f5a2969 jdk7u65-b06
+eb89c1c30a93b1d43cbc1b7520bca46d31d0829a jdk7u65-b07
+d63ca1c5bdb9fb2e36ec4afda431c0d1dfdfc07c jdk7u65-b08
+e4cc1e93c6332c8463e75a25c3d735884d185259 jdk7u65-b09
+d10ec17267415303a71d358ae6202369db77ba96 jdk7u65-b10
+2f5dcee6d56b00551db21408ebad2ff2faad7c7a jdk7u65-b11
+f03350485cd388620981bb7e7faa2d1890d11a1b jdk7u65-b12
+471f883e9830d8341248b99da7c9cfab9fcc94d6 jdk7u65-b13
+11deffa2096f08dab69de13d4fcf361c6d252636 jdk7u65-b14
+39ad61a579fd824fbec1bec4e071376449ba8195 jdk7u65-b15
+198bf1acd262f2c16715d3be5e33d7b8de1e7776 jdk7u65-b16
+df4dc644fe344e973fc1692c28683eec8ba82600 jdk7u65-b17
+0e0ca87a6d5212a0885f0c8c00b8f7cf24a64d89 jdk7u65-b30
+dedfc93eeb5f4b28ad1a91902a0676aef0937e42 jdk7u65-b18
+db4cccbfd72fc265b736a273797963754434a7d2 jdk7u65-b19
+0cd66509e11335fac490076cbdcb2f47c592de86 jdk7u65-b32
+28d868d40df0d420b87698e1215e5039d24a8ae5 jdk7u65-b20
+1ef1681e21ca00edbc8727e849fef50637cc52d8 jdk7u67-b01
+db4cccbfd72fc265b736a273797963754434a7d2 jdk7u65-b40
+190d885fe83b5b1801ee6d7327161254545d55a8 jdk7u65-b31
+6cf7676aa11c053481c0806afda9fc91c2bfd782 jdk7u65-b33
+d63ca1c5bdb9fb2e36ec4afda431c0d1dfdfc07c jdk7u66-b00
+1dce52b208a9528266c26352e03e67ec0ddb4dd7 jdk7u66-b01
+04481967eff566b8a379a0315d2a3a255928d6ce jdk7u66-b09
+73d97ba8b2d94c904f2b087b9f28664eb19e9ce2 jdk7u66-b10
+7ecf8d9df00c185f381fa8cb92ea66fe1e5798ca jdk7u66-b11
+9ac1d99f712a04548d7e5d784f06c87e35023080 jdk7u66-b12
+f562dd8fb2b211a11b9a84849995d61b541723c3 jdk7u66-b13
+ae584331109f291e03af72cc9fcbbe5f8f789ab1 jdk7u66-b14
+36461c772d3101a8cb1eca16a9c81ed53218a4c9 jdk7u66-b15
+19ed8a653a3e8c6536fd1090c14f93e690eda7a3 jdk7u66-b16
+ea1e6f01f95c9a0984378643754d0f493bfa4484 jdk7u66-b17
+6092d0059338df25e82fbc69cc749b95e2565547 jdk7u71-b00
+814a3f0bb13071666375dd35bab7c9cc44c62448 jdk7u71-b01
+ba22fdc22c0410b91f6f992e480d9e8b4c5e85d0 jdk7u71-b02
+30edf4d8760f96b420bd40a2d9552826435356d4 jdk7u71-b03
+22cc8b125a119f9c23d0e81fc6627af330a27e4a jdk7u71-b04
+f612dbc0589894463f569fba245a98f842182d7a jdk7u71-b05
+15bdfc8b209a7c5b4e06907df11d3f795d326c14 jdk7u71-b06
+26ad03c06f31c516329059c5f053330570455887 jdk7u71-b07
+8d9d92a8e6d8610994d1596961395a4ce2bc5a69 jdk7u71-b08
+9ad7bbe28aecaf22c4f5c9ab905207ae963ec2c2 jdk7u71-b09
+32406b446fd458c6d0d8bd610eeb12d96a5f20a4 jdk7u71-b10
+b37043cee55ed025b04a3420908897e69c6c687f jdk7u71-b11
+3a432d7f01ed998ee6ca2ed04e818849a3d1e0c7 jdk7u71-b12
+9dd0dea849dd2550b58346977d9111717c1f38b2 jdk7u71-b13
+a580f2c49eacc68a11cf0e724aec4a974fb77745 jdk7u71-b14
+18676fc7713f5341f298a1ae2aee9e217fcdb5a5 jdk7u72-b01
+e4bbb79df2b13cea8c24ee2e6346e1aa30645400 jdk7u72-b02
+646f7c237e9ecde8df0fc6524b3605a89e6dc135 jdk7u72-b03
+30d42f2fde558b4aeae26cc7bda89b2badf88aab jdk7u72-b04
+761c40c9076aefac72bbff913e8bc088e565386f jdk7u72-b05
+a3961ce4d5c1fd1f9cde546e62760a008b5b9d60 jdk7u72-b06
+1153553de579fbbf8c328ea47f07accf8e2d9ac2 jdk7u72-b07
+7b00d0359f49c82b38bb2f2faafae53eacc1a995 jdk7u72-b08
+f16ea19cfd03274e9e1fd5367c3f4c23accf4e75 jdk7u72-b09
+615c0d49e8927c9b03f5694df4ddb7a5e45eaf6d jdk7u72-b10
+b34f135642cddf3c15f1fecaad320cb12cbd9472 jdk7u72-b11
+cfa494e8b9bcd29ba59f1bfa3c365418b4102f71 jdk7u72-b12
+d4be88d9bfbff3e41bc4121838e90160734d9805 jdk7u72-b13
+e33bca6f8dab3e82b2dec2c52074f19a88e1267e jdk7u72-b14
+587c4a3bfb76c03fa589f61e28ed739c537409bc jdk7u72-b30
bef313c7ff7a7a829f8f6a305bf0c3738ad99795 jdk7u80-b00
+0eb2482c3d0663c39794ec4c268acc41c4cd387b jdk7u80-b01
+f21a65d1832ce426c02a7d87b9d83b1a4a64018c icedtea-2.6pre07
+37d1831108b5ced7f1e63e1cd58b46dba7b76cc9 icedtea-2.6pre06
+646981c9ac471feb9c600504585a4f2c59aa2f61 icedtea-2.6pre08
+579128925dd9a0e9c529125c9e299dc0518037a5 jdk7u80-b02
+39dd7bed2325bd7f1436d48f2478bf4b0ef75ca3 icedtea-2.6pre09
+70a94bce8d6e7336c4efd50dab241310b0a0fce8 icedtea-2.6pre10
+2823343ab244aa3e78b2c351e719936592b05275 icedtea-2.6pre11
diff -r 0eb2482c3d06 -r b76e080e5d14 .jcheck/conf
--- a/.jcheck/conf Tue May 20 12:34:15 2014 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-project=jdk7
-bugids=dup
diff -r 0eb2482c3d06 -r b76e080e5d14 build.properties
--- a/build.properties Tue May 20 12:34:15 2014 -0700
+++ b/build.properties Wed Nov 12 21:21:34 2014 +0000
@@ -58,6 +58,9 @@
build.dir=${output.dir}/build
build.classes.dir=${build.dir}/classes
+# JAXP built files
+jaxp.classes.dir=${output.dir}/../jaxp/build/classes
+
# Distributed results
dist.dir=${output.dir}/dist
dist.lib.dir=${dist.dir}/lib
diff -r 0eb2482c3d06 -r b76e080e5d14 build.xml
--- a/build.xml Tue May 20 12:34:15 2014 -0700
+++ b/build.xml Wed Nov 12 21:21:34 2014 +0000
@@ -135,9 +135,15 @@
<target name="compile"
depends="init">
<mkdir dir="${build.classes.dir}"/>
- <javac
- includeAntRuntime="false"
- classpath="${build.classes.dir}:${tools.jar}"
+ <!--
+ It seems that the 'includeAntRuntime' and 'includeJavaRuntime'
arguments are ignored if
+ we use fork=true. This leads to the problem that we end up using
classes from the botstrapping
+ JDK's class path which may be incompatible with the JAXP/JAXWS
classes we are currently building.
+ To fix this problem we prepend the newly created JAXP/JAXWS classes
to javac's boot class path
+ -->
+ <javac
+ includeAntRuntime="false"
+ classpath="${jaxp.classes.dir}:${build.classes.dir}:${tools.jar}"
fork="true"
destdir="${build.classes.dir}"
memoryInitialSize="${javac.memoryInitialSize}"
@@ -145,7 +151,7 @@
source="${javac.source}"
debug="${javac.debug}"
target="${javac.target}">
- <compilerarg value="-J-Xbootclasspath/p:${javac.jar}"/>
+ <compilerarg
value="-J-Xbootclasspath/p:${javac.jar}:${jaxp.classes.dir}:${build.classes.dir}"/>
<compilerarg line="${javac.version.opt} ${javac.lint.opts}
${javac.no.jdk.warnings}"/>
<src refid="src.dir.id"/>
</javac>
diff -r 0eb2482c3d06 -r b76e080e5d14 make/Makefile
--- a/make/Makefile Tue May 20 12:34:15 2014 -0700
+++ b/make/Makefile Wed Nov 12 21:21:34 2014 +0000
@@ -101,13 +101,13 @@
ifdef ALT_LANGTOOLS_DIST
ifdef ALT_BOOTDIR
ANT_JAVA_HOME = JAVA_HOME=$(ALT_BOOTDIR)
- ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR)
+ ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR) -Djava.home=$(ALT_BOOTDIR)
endif
ANT_OPTIONS += -Dbootstrap.dir=$(ALT_LANGTOOLS_DIST)/bootstrap
else
ifdef ALT_JDK_IMPORT_PATH
ANT_JAVA_HOME = JAVA_HOME=$(ALT_JDK_IMPORT_PATH)
- ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH)
+ ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH)
-Djava.home=$(ALT_JDK_IMPORT_PATH)
endif
endif
diff -r 0eb2482c3d06 -r b76e080e5d14
src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/Utils.java
---
a/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/Utils.java Tue
May 20 12:34:15 2014 -0700
+++
b/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/Utils.java Wed
Nov 12 21:21:34 2014 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights
reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,8 @@
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
+import java.security.AccessController;
+import java.security.PrivilegedAction;
import java.util.logging.Level;
import java.util.logging.Logger;
@@ -41,22 +43,32 @@
*
* Has *package private* access to avoid inappropriate usage.
*/
-/* package */ final class Utils {
+final class Utils {
private static final Logger LOGGER =
Logger.getLogger(Utils.class.getName());
/**
* static ReflectionNavigator field to avoid usage of reflection
every time we use it.
*/
- /* package */ static final Navigator<Type, Class, Field, Method>
REFLECTION_NAVIGATOR;
+ static final Navigator<Type, Class, Field, Method>
REFLECTION_NAVIGATOR;
static { // we statically initializing REFLECTION_NAVIGATOR property
- Class refNav = null;
try {
- refNav =
Class.forName("com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator");
+ Class refNav =
Class.forName("com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator");
//noinspection unchecked
- Method getInstance = refNav.getDeclaredMethod("getInstance");
- getInstance.setAccessible(true);
+ final Method getInstance =
refNav.getDeclaredMethod("getInstance");
+
+ // requires accessClassInPackage privilege
+ AccessController.doPrivileged(
+ new PrivilegedAction<Object>() {
+ @Override
+ public Object run() {
+ getInstance.setAccessible(true);
+ return null;
+ }
+ }
+ );
+
//noinspection unchecked
REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field,
Method>) getInstance.invoke(null);
} catch (ClassNotFoundException e) {
diff -r 0eb2482c3d06 -r b76e080e5d14
src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java
---
a/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java
Tue May 20 12:34:15 2014 -0700
+++
b/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/SchemaConstraintChecker.java
Wed Nov 12 21:21:34 2014 +0000
@@ -67,6 +67,14 @@
SchemaFactory sf =
SchemaFactory.newInstance(W3C_XML_SCHEMA_NS_URI);
sf.setErrorHandler(errorFilter);
+ try {
+ // By default the SchemaFactory imposes a limit of 5000 on
+ // xsd:sequence maxOccurs if a SecurityManager is
+ // installed. This breaks the specification of xjc,
+ // causing TCK failures.
+
sf.setProperty("http://apache.org/xml/properties/security-manager", null);
+ } catch (SAXException e) {
+ }
if( entityResolver != null ) {
sf.setResourceResolver(new LSResourceResolver() {
public LSInput resolveResource(String type, String
namespaceURI, String publicId, String systemId, String baseURI) {
diff -r 0eb2482c3d06 -r b76e080e5d14
src/share/jaxws_classes/com/sun/xml/internal/bind/api/Utils.java
--- a/src/share/jaxws_classes/com/sun/xml/internal/bind/api/Utils.java
Tue May 20 12:34:15 2014 -0700
+++ b/src/share/jaxws_classes/com/sun/xml/internal/bind/api/Utils.java
Wed Nov 12 21:21:34 2014 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights
reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,8 @@
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
+import java.security.AccessController;
+import java.security.PrivilegedAction;
import java.util.logging.Level;
import java.util.logging.Logger;
@@ -41,22 +43,32 @@
*
* Has *package private* access to avoid inappropriate usage.
*/
-/* package */ final class Utils {
+final class Utils {
private static final Logger LOGGER =
Logger.getLogger(Utils.class.getName());
/**
* static ReflectionNavigator field to avoid usage of reflection
every time we use it.
*/
- /* package */ static final Navigator<Type, Class, Field, Method>
REFLECTION_NAVIGATOR;
+ static final Navigator<Type, Class, Field, Method>
REFLECTION_NAVIGATOR;
static { // we statically initializing REFLECTION_NAVIGATOR property
- Class refNav = null;
try {
- refNav =
Class.forName("com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator");
+ Class refNav =
Class.forName("com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator");
//noinspection unchecked
- Method getInstance = refNav.getDeclaredMethod("getInstance");
- getInstance.setAccessible(true);
+ final Method getInstance =
refNav.getDeclaredMethod("getInstance");
+
+ // requires accessClassInPackage privilege
+ AccessController.doPrivileged(
+ new PrivilegedAction<Object>() {
+ @Override
+ public Object run() {
+ getInstance.setAccessible(true);
+ return null;
+ }
+ }
+ );
+
//noinspection unchecked
REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field,
Method>) getInstance.invoke(null);
} catch (ClassNotFoundException e) {
diff -r 0eb2482c3d06 -r b76e080e5d14
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Utils.java
---
a/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Utils.java
Tue May 20 12:34:15 2014 -0700
+++
b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Utils.java
Wed Nov 12 21:21:34 2014 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights
reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -31,6 +31,8 @@
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
+import java.security.AccessController;
+import java.security.PrivilegedAction;
import java.util.logging.Level;
import java.util.logging.Logger;
@@ -41,22 +43,32 @@
*
* Has *package private* access to avoid inappropriate usage.
*/
-/* package */ final class Utils {
+final class Utils {
private static final Logger LOGGER =
Logger.getLogger(Utils.class.getName());
/**
* static ReflectionNavigator field to avoid usage of reflection
every time we use it.
*/
- /* package */ static final Navigator<Type, Class, Field, Method>
REFLECTION_NAVIGATOR;
+ static final Navigator<Type, Class, Field, Method>
REFLECTION_NAVIGATOR;
static { // we statically initializing REFLECTION_NAVIGATOR property
- Class refNav = null;
try {
- refNav =
Class.forName("com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator");
+ Class refNav =
Class.forName("com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator");
//noinspection unchecked
- Method getInstance = refNav.getDeclaredMethod("getInstance");
- getInstance.setAccessible(true);
+ final Method getInstance =
refNav.getDeclaredMethod("getInstance");
+
+ // requires accessClassInPackage privilege
+ AccessController.doPrivileged(
+ new PrivilegedAction<Object>() {
+ @Override
+ public Object run() {
+ getInstance.setAccessible(true);
+ return null;
+ }
+ }
+ );
+
//noinspection unchecked
REFLECTION_NAVIGATOR = (Navigator<Type, Class, Field,
Method>) getInstance.invoke(null);
} catch (ClassNotFoundException e) {
diff -r 0eb2482c3d06 -r b76e080e5d14
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.java
---
a/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.java
Tue May 20 12:34:15 2014 -0700
+++
b/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/ArrayBeanInfoImpl.java
Wed Nov 12 21:21:34 2014 +0000
@@ -79,19 +79,19 @@
@Override
public void startElement(UnmarshallingContext.State state,
TagName ea) {
- state.target = new ArrayList();
+ state.setTarget(new ArrayList());
}
@Override
public void leaveElement(UnmarshallingContext.State state,
TagName ea) {
- state.target = toArray((List)state.target);
+ state.setTarget(toArray((List)state.getTarget()));
}
@Override
public void childElement(UnmarshallingContext.State state,
TagName ea) throws SAXException {
if(ea.matches("","item")) {
- state.loader = itemLoader;
- state.receiver = this;
+ state.setLoader(itemLoader);
+ state.setReceiver(this);
} else {
1
0
[forwarding bounced check-in message from icedtea7-forest-aarch64 repo]
------ This is a copy of the message, including all the headers. ------
Return-path: <adinn(a)icedtea.classpath.org>
Received: from localhost ([127.0.0.1] helo=icedtea.classpath.org)
by icedtea.classpath.org with esmtp (Exim 4.69)
(envelope-from <adinn(a)icedtea.classpath.org>)
id 1XtzKN-0003v3-9b
for aarch64-port-dev(a)openjdk.java.net; Thu, 27 Nov 2014 13:41:47 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Date: Thu, 27 Nov 2014 13:41:47 +0000
Subject: /hg/icedtea7-forest-aarch64/jaxp: 221 new changesets
From: adinn(a)icedtea.classpath.org
X-Hg-Notification: changeset f2cf142b801d
Message-Id:
<hg.f2cf142b801d.1417095707.-2386200574748882109(a)icedtea.classpath.org>
To: aarch64-port-dev(a)openjdk.java.net
changeset f2cf142b801d in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Thu Jun 26 14:23:39 2014 -0700
Added tag jdk7u80-b01 for changeset 7215972c2c30
changeset bb53241b3eff in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Mon Jul 14 19:20:47 2014 -0700
Added tag jdk7u80-b01 for changeset 4c959b6a3205
changeset 157df182b0dc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Mon Jul 14 19:43:44 2014 -0700
Merge
changeset 3a3e0f38aac2 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Wed Jan 22 23:41:05 2014 +0400
8031540: Introduce document horizon
Reviewed-by: joehw
changeset bc7dfada46d7 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Jan 28 14:05:19 2014 -0800
Merge
changeset 787e6769f46e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Feb 04 22:40:16 2014 -0800
Merge
changeset de9e813dadfc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Feb 11 12:33:54 2014 -0800
Added tag jdk7u65-b00 for changeset 5592b0c44617
changeset 72d24ef24ae1 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Feb 11 15:12:01 2014 -0800
Merge
changeset d0f44ce2320f in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Feb 11 15:40:12 2014 -0800
Merge
changeset 0c95daa3a49c in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Feb 12 16:24:49 2014 -0800
Merge
changeset 74ef528fd05f in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Feb 18 14:11:16 2014 -0800
Merge
changeset 62204090a0ef in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Feb 20 08:58:09 2014 -0800
Merge
changeset dd5a398eedc7 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Feb 25 23:20:09 2014 -0800
Merge
changeset 05af000ae646 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Thu Feb 27 11:58:42 2014 -0800
Added tag jdk7u65-b01 for changeset dd5a398eedc7
changeset 982cb6599a91 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Feb 27 13:02:34 2014 -0800
Merge
changeset 79af9fd45253 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Mar 04 17:48:24 2014 -0800
Merge
changeset 27909f138bdb in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Mar 05 13:38:08 2014 -0800
Merge
changeset bd6d941ef502 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Wed Mar 05 16:28:17 2014 -0800
Added tag jdk7u65-b02 for changeset 27909f138bdb
changeset 0c588512729b in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Mar 11 14:52:26 2014 -0700
Merge
changeset 85578b47028e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Mar 11 15:17:34 2014 -0700
Merge
changeset b3307181bd0f in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Mar 12 14:57:53 2014 -0700
Merge
changeset 5947da80e1fc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Thu Mar 13 13:17:12 2014 -0700
Added tag jdk7u65-b03 for changeset b3307181bd0f
changeset efa9425faaf4 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Mar 18 13:09:20 2014 -0700
Merge
changeset 2aea4ff0d858 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Thu Mar 20 13:04:56 2014 -0700
Added tag jdk7u65-b04 for changeset efa9425faaf4
changeset 319df7bff5bf in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Mar 20 15:00:30 2014 -0700
Merge
changeset 5bf5fed9ba68 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Mar 25 11:19:00 2014 -0700
Added tag jdk7u65-b05 for changeset 319df7bff5bf
changeset 5fd236e2f1bb in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Mar 27 12:21:20 2014 -0700
Merge
changeset 1799355cc78b in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 01 12:01:44 2014 -0700
Added tag jdk7u65-b06 for changeset 5fd236e2f1bb
changeset e1ae0b54e222 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Apr 03 11:22:17 2014 -0700
Merge
changeset e32ce93f57fc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 08 11:34:33 2014 -0700
Added tag jdk7u65-b07 for changeset e1ae0b54e222
changeset 86e93799766d in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Apr 09 14:11:32 2014 -0700
Merge
changeset 174a2f822f4f in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 15 23:00:43 2014 -0700
Added tag jdk7u65-b08 for changeset 86e93799766d
changeset bb9307f52e86 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 15 12:16:23 2014 -0700
Merge
changeset ea1f06a2de2a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Apr 16 10:09:52 2014 -0700
Merge
changeset b8b1f393742c in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Apr 16 13:37:55 2014 -0700
Merge
changeset 476aad2c130e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Mon Apr 07 12:17:38 2014 -0700
Added tag jdk7u55-b32 for changeset 94f3ad704f28
changeset 32aa4a5892b0 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 08 11:15:44 2014 -0700
Added tag jdk7u55-b33 for changeset 476aad2c130e
changeset e24ee8ca4539 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Apr 21 10:02:04 2014 -0700
Merge
changeset 0fe85b9c0f5e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 22 11:47:13 2014 -0700
Added tag jdk7u65-b09 for changeset e24ee8ca4539
changeset 6c20039a2e01 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Apr 24 12:06:08 2014 -0700
Merge
changeset 6c649ffa0481 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 29 12:35:52 2014 -0700
Added tag jdk7u65-b10 for changeset 6c20039a2e01
changeset fbb85d388af7 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 29 14:00:40 2014 -0700
Merge
changeset 50625e7c71b9 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 01 09:11:27 2014 -0700
Merge
changeset 13b626232a02 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 06 10:02:45 2014 -0700
Added tag jdk7u65-b11 for changeset 50625e7c71b9
changeset 84d29519e579 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 08 11:56:00 2014 -0700
Merge
changeset 97e6f940d86b in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: mfang
date: Wed May 07 08:37:39 2014 -0700
8042264: 7u65 l10n resource file translation update 1
Reviewed-by: joehw, yhuang
changeset 22232e57d9ec in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: mfang
date: Wed May 07 08:45:53 2014 -0700
Merge
changeset b56b145c3d85 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 09:48:34 2014 -0700
Merge
changeset 3a8933cb0219 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 13 08:13:33 2014 -0700
Added tag jdk7u65-b12 for changeset b56b145c3d85
changeset ddb29a56b839 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 20 12:36:58 2014 -0700
Added tag jdk7u65-b13 for changeset 3a8933cb0219
changeset 708c63672144 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Wed May 28 02:34:11 2014 -0700
Added tag jdk7u65-b14 for changeset ddb29a56b839
changeset a34a9f674095 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Jun 03 13:52:58 2014 -0700
Added tag jdk7u65-b15 for changeset 708c63672144
changeset 178512d1bd9c in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Fri Jun 13 11:56:50 2014 -0700
Added tag jdk7u65-b16 for changeset a34a9f674095
changeset be897d0fd2a0 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Jun 17 13:02:59 2014 -0700
Added tag jdk7u65-b17 for changeset 178512d1bd9c
changeset fa617b3ef12f in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 25 08:30:14 2014 -0700
Added tag jdk7u65-b30 for changeset be897d0fd2a0
changeset 1abc1b9aa984 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 02 09:38:59 2014 -0700
Added tag jdk7u55-b15 for changeset b81309c60141
changeset 45db67825358 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 02 09:54:19 2014 -0700
Merge
changeset 4e323af07c47 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 02 10:08:38 2014 -0700
Added tag jdk7u65-b18 for changeset 45db67825358
changeset af45b1a00cc3 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 02 21:03:35 2014 -0700
Merge
changeset f3b7bb6f1924 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 09 15:02:34 2014 -0700
Added tag jdk7u65-b19 for changeset 4e323af07c47
changeset d41f31b707c8 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 08:50:35 2014 -0700
Added tag jdk7u65-b32 for changeset f3b7bb6f1924
changeset ddb6ad223ddd in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 09:35:34 2014 -0700
Merge
changeset a8e377e445c5 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 14 22:36:14 2014 -0700
Merge
changeset 9df5a0980af2 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 14 22:24:49 2014 -0700
Merge
changeset d951d91936d0 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 14 22:41:03 2014 -0700
Merge
changeset 728e8d004fc1 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Tue Jul 22 22:06:30 2014 +0400
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since
7u40b33
Reviewed-by: joehw
changeset 82715bc68eb6 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Tue Jul 22 09:21:23 2014 +0400
8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator
through SchemaFactory
Reviewed-by: lancea
changeset 25a1b88d7a47 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Thu Jul 31 11:34:34 2014 +0400
8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
changeset 614b7c12f276 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Tue Aug 26 17:33:01 2014 +0100
Merge jdk7u80-b02
changeset 497d6aa24290 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Wed Aug 27 23:04:14 2014 +0100
Added tag icedtea-2.6pre07 for changeset 614b7c12f276
changeset fbc3c0ab4c1d in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Wed Aug 27 23:07:42 2014 +0100
Added tag icedtea-2.6pre06 for changeset 75513ef5e265
changeset d700606ea729 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Sat Sep 13 16:38:48 2014 +0100
Added tag icedtea-2.6pre08 for changeset fbc3c0ab4c1d
changeset 498ddd5ee22c in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Wed Aug 20 12:12:57 2014 -0700
Added tag jdk7u80-b02 for changeset 25a1b88d7a47
changeset a34a43efb862 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 20 12:11:41 2014 -0700
Added tag jdk7u60-b30 for changeset cef2dec8b5d7
changeset 9865fc58d256 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Apr 16 09:45:25 2014 -0700
Added tag jdk7u71-b00 for changeset 174a2f822f4f
changeset e74506a602a8 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 15 10:17:36 2014 -0700
Added tag jdk7u66-b00 for changeset 86e93799766d
changeset ff52fcd89d44 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Fri Feb 21 16:57:21 2014 +0400
8032909: XSLT string-length returns incorrect length when string
includes complementary chars
Reviewed-by: joehw, dfuchs
changeset 2a3bac47f6c8 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Mon Mar 24 18:40:19 2014 +0400
8027359: XML parser returns incorrect parsing results
Reviewed-by: lancea
changeset d34839cb2f15 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 15 10:28:29 2014 -0700
Merge
changeset ad77cb9b20fd in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 15 23:15:49 2014 -0700
Added tag jdk7u66-b01 for changeset d34839cb2f15
changeset a3c2d48d2673 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Apr 16 21:51:25 2014 -0700
Merge
changeset 2bea2e0fda2a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Apr 16 22:11:38 2014 -0700
Merge
changeset 19e4e978c821 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Apr 21 10:22:15 2014 -0700
Merge
changeset 1af1f8962d9e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 22 12:07:51 2014 -0700
Added tag jdk7u66-b09 for changeset 19e4e978c821
changeset 1f8449a6e05e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 22 11:19:22 2014 -0700
Added tag jdk7u55-b34 for changeset 32aa4a5892b0
changeset e19a64bfa53e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Apr 24 13:13:52 2014 -0700
Merge
changeset 4008bddd1578 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Apr 24 13:35:38 2014 -0700
Merge
changeset 023334ae90a6 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Apr 24 14:18:39 2014 -0700
Merge
changeset 533ecae83034 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Apr 24 21:50:17 2014 -0700
Merge
changeset d2c7bde13d66 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Apr 24 22:07:41 2014 -0700
Merge
changeset 1ac98c905a1e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Apr 29 12:48:20 2014 -0700
Added tag jdk7u66-b10 for changeset 533ecae83034
changeset 788b26b8058b in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 29 14:24:11 2014 -0700
Merge
changeset cdd51ae14e6e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 29 14:18:42 2014 -0700
Merge
changeset 7e49c7f2d1af in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 29 14:29:44 2014 -0700
Merge
changeset d7c309c591ee in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 29 14:40:47 2014 -0700
Merge
changeset 538bc14f6995 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Apr 29 14:52:20 2014 -0700
Merge
changeset 715d9c20c557 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 01 10:01:29 2014 -0700
Merge
changeset 2d63c51a64c7 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 01 10:07:22 2014 -0700
Merge
changeset 0358f441fc68 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 01 08:38:10 2014 -0700
Merge
changeset 8842bf8ff510 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon May 05 10:11:38 2014 -0700
Merge
changeset 763f80d4aae1 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon May 05 10:19:56 2014 -0700
Merge
changeset 2659a6172705 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 06 10:50:51 2014 -0700
Added tag jdk7u66-b11 for changeset 763f80d4aae1
changeset bff4f3c57a23 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 06 11:16:40 2014 -0700
Merge
changeset 697344fe8f64 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 06 11:28:02 2014 -0700
Merge
changeset abf991f59f75 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 06 11:53:15 2014 -0700
Merge
changeset 75d52667ba19 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 07:41:33 2014 -0700
Merge
changeset c1059a923dfd in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 07:47:16 2014 -0700
Merge
changeset ad3422cc0e46 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 08:21:05 2014 -0700
Merge
changeset 7767e8740aea in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Wed May 07 10:57:35 2014 -0700
Added tag jdk7u55-b35 for changeset 1f8449a6e05e
changeset 16aad703b8d6 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Wed May 07 11:30:51 2014 -0700
Added tag jdk7u55-b36 for changeset 7767e8740aea
changeset bfa8403a1e28 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 08:34:16 2014 -0700
Merge
changeset 63ea05a00c20 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 08:48:42 2014 -0700
Merge
changeset 2ec71e1e3468 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 09:06:29 2014 -0700
Merge
changeset 098586716bbc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri May 09 09:18:08 2014 -0700
Merge
changeset 586c07652471 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Tue May 13 01:18:02 2014 +0400
8039533: Higher resolution resolvers
Reviewed-by: joehw
changeset ea20cae3286c in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon May 12 11:12:27 2014 -0700
Merge
changeset 0d91d2f038d1 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon May 12 11:17:08 2014 -0700
Merge
changeset d292989abd98 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 13 14:40:14 2014 -0700
Added tag jdk7u66-b12 for changeset 0d91d2f038d1
changeset 258035e2e2dd in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 13 15:08:25 2014 -0700
Merge
changeset cddc3774bebf in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 13 15:59:21 2014 -0700
Merge
changeset 974b15cecc8c in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 13 16:31:27 2014 -0700
Merge
changeset dd32f79f35e3 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 20 12:36:58 2014 -0700
Added tag jdk7u66-b13 for changeset cddc3774bebf
changeset 37c107c3dec8 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 20 14:33:54 2014 -0700
Merge
changeset 3353ea24bb10 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue May 20 12:34:26 2014 -0700
Added tag jdk7u60-b31 for changeset bfa8403a1e28
changeset 33a8a292a02a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 20 14:24:30 2014 -0700
Merge
changeset da050856f6d5 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 20 14:50:50 2014 -0700
Merge
changeset a82fad382549 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 20 15:01:51 2014 -0700
Merge
changeset 005bc6205c79 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue May 20 15:21:03 2014 -0700
Merge
changeset 583c5eeb9f31 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Thu May 22 12:41:36 2014 -0700
Added tag jdk7u60-b32 for changeset 33a8a292a02a
changeset 15206a7046a9 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 22 22:07:48 2014 -0700
Merge
changeset 3334e483f5ba in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 22 22:14:11 2014 -0700
Merge
changeset 0de5209a0575 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Wed May 28 02:34:37 2014 -0700
Added tag jdk7u66-b14 for changeset 15206a7046a9
changeset af60b8e3b9de in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed May 28 09:48:10 2014 -0700
Merge
changeset 76e166e30393 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed May 28 10:13:08 2014 -0700
Merge
changeset 2edf79ededbb in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu May 22 21:59:31 2014 -0700
Merge
changeset ad1c40235bda in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Jun 03 13:56:02 2014 -0700
Added tag jdk7u60-b33 for changeset 583c5eeb9f31
changeset d4015ce3c502 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 04 18:36:19 2014 -0700
Merge
changeset f0a722840217 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 04 18:43:26 2014 -0700
Merge
changeset e06101c69724 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 04 18:55:21 2014 -0700
Merge
changeset c95e361ef435 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Jun 03 14:23:12 2014 -0700
Added tag jdk7u66-b15 for changeset af60b8e3b9de
changeset 926673da7272 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 04 21:17:42 2014 -0700
Merge
changeset 36bba6c72f86 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 11 11:34:31 2014 -0700
Merge
changeset 65f0a64b0645 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Fri Jun 13 11:53:26 2014 -0700
Added tag jdk7u66-b16 for changeset 36bba6c72f86
changeset 9a777cc0d6b3 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri Jun 13 17:16:27 2014 -0700
Merge
changeset 16b17a9bda9a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Jun 17 13:03:10 2014 -0700
Added tag jdk7u66-b17 for changeset 9a777cc0d6b3
changeset 81229f2451ec in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Jun 17 15:20:43 2014 -0700
Merge
changeset b6db54bc7259 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Jun 17 15:33:18 2014 -0700
Merge
changeset 678446883609 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 18 08:45:25 2014 -0700
Merge
changeset df8d93eddfc2 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 18 09:00:38 2014 -0700
Merge
changeset 0e7c12377e01 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jun 23 12:41:28 2014 -0700
Added tag jdk7u71-b01 for changeset df8d93eddfc2
changeset 54abb6aadb0d in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jun 23 13:03:32 2014 -0700
Added tag jdk7u72-b01 for changeset 0e7c12377e01
changeset a5f829d7fa05 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 25 09:03:02 2014 -0700
Merge
changeset 2f4d107cf5a0 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 25 09:22:23 2014 -0700
Merge
changeset c4071124008b in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jun 25 09:51:35 2014 -0700
Merge
changeset bb522dd7493b in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jun 26 18:34:45 2014 -0700
Added tag jdk7u65-b31 for changeset a5f829d7fa05
changeset 153724c92907 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri Jun 27 09:56:35 2014 -0700
Merge
changeset 782429b26af5 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jun 30 09:10:29 2014 -0700
Merge
changeset 184384ef9ef4 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jun 30 11:50:42 2014 -0700
Added tag jdk7u71-b02 for changeset 153724c92907
changeset bc5b33e920af in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jun 30 12:08:39 2014 -0700
Merge
changeset b255daf524f1 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jun 30 12:25:49 2014 -0700
Added tag jdk7u72-b02 for changeset bc5b33e920af
changeset 9e2007e23f35 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 02 10:48:44 2014 -0700
Merge
changeset 364ddb4256cc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 02 11:37:55 2014 -0700
Merge
changeset 4173f90038ff in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 07 11:55:05 2014 -0700
Added tag jdk7u71-b03 for changeset 9e2007e23f35
changeset b1f6b12c1fca in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 07 12:06:01 2014 -0700
Merge
changeset 6434febcb8dc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 07 12:32:11 2014 -0700
Added tag jdk7u72-b03 for changeset b1f6b12c1fca
changeset f33ea72260ca in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 09 15:16:41 2014 -0700
Merge
changeset b8bdcddb2726 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 08:29:59 2014 -0700
Added tag jdk7u65-b33 for changeset f33ea72260ca
changeset f5836d441d2f in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 09:09:25 2014 -0700
Merge
changeset cb975ec66b4f in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 13:08:03 2014 -0700
Merge
changeset d1f8566d39c5 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 14:49:55 2014 -0700
Added tag jdk7u65-b20 for changeset d41f31b707c8
changeset 5be9a8386fa8 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 16:28:11 2014 -0700
Merge
changeset f58a7f8db6c5 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 17:00:10 2014 -0700
Merge
changeset b3e3e5fdb370 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Jul 10 17:09:37 2014 -0700
Merge
changeset 2af2d402b713 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 14 11:53:10 2014 -0700
Added tag jdk7u71-b04 for changeset f58a7f8db6c5
changeset f59d0ae0995d in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 14 12:16:13 2014 -0700
Merge
changeset 177a30a97842 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 14 12:21:53 2014 -0700
Added tag jdk7u72-b04 for changeset f59d0ae0995d
changeset b21506d244a1 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Wed Jul 16 11:46:53 2014 -0700
Added tag jdk7u65-b40 for changeset 4e323af07c47
changeset edab7f6d9a30 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Jul 16 12:08:40 2014 -0700
Merge
changeset ed071d27bf73 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Jul 21 03:07:51 2014 -0700
Merge
changeset 31af8c0165ce in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Jul 22 02:09:21 2014 -0700
Added tag jdk7u72-b05 for changeset ed071d27bf73
changeset ca2992ad734e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Jul 22 02:03:00 2014 -0700
Added tag jdk7u71-b05 for changeset edab7f6d9a30
changeset d3c5c35f617e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Jul 22 08:47:49 2014 -0700
Merge
changeset 35788eca89f8 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Mon Jul 28 03:41:24 2014 -0700
Added tag jdk7u72-b06 for changeset d3c5c35f617e
changeset 5fbecd4c30c2 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Mon Jul 28 03:32:30 2014 -0700
Added tag jdk7u71-b06 for changeset ca2992ad734e
changeset 6672b17af759 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Mon Jul 28 03:52:44 2014 -0700
Merge
changeset acf176ea76f9 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Jul 29 15:27:13 2014 +0100
Added tag jdk7u71-b07 for changeset 5fbecd4c30c2
changeset ef0842fc31d9 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Jul 29 15:36:36 2014 +0100
Merge
changeset 533a5243e486 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Jul 29 15:38:08 2014 +0100
Added tag jdk7u72-b07 for changeset ef0842fc31d9
changeset 55ff50f30ce4 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: aefimov
date: Tue Jul 22 22:06:30 2014 +0400
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since
7u40b33
Reviewed-by: joehw
changeset 8a9f55d8d011 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Aug 05 13:41:15 2014 +0100
Added tag jdk7u71-b08 for changeset acf176ea76f9
changeset 89117e4403e6 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Aug 05 13:48:01 2014 +0100
Merge
changeset 7637d4b21a9e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Aug 05 13:49:44 2014 +0100
Added tag jdk7u72-b08 for changeset 89117e4403e6
changeset dc0baf4da4fc in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Aug 12 11:05:50 2014 -0700
Added tag jdk7u72-b09 for changeset 7637d4b21a9e
changeset afda5d448df5 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: katleman
date: Tue Aug 12 11:05:49 2014 -0700
Added tag jdk7u71-b09 for changeset 8a9f55d8d011
changeset 113b1895e10d in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Fri Aug 15 16:43:35 2014 +0100
Merge
changeset 8405eb3c02e3 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Tue Jul 29 17:50:37 2014 +0100
Added tag jdk7u67-b01 for changeset d1f8566d39c5
changeset d82fd2f6c5c8 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Mon Aug 18 15:54:09 2014 +0100
Merge
changeset 6ab5485b0e7c in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: coffeys
date: Mon Aug 18 16:01:20 2014 +0100
Merge
changeset f7542072016b in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Aug 19 04:14:32 2014 -0700
Added tag jdk7u71-b10 for changeset d82fd2f6c5c8
changeset a3d6d3327b32 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Aug 19 04:50:08 2014 -0700
Merge
changeset 217340ce28a4 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Aug 19 05:02:12 2014 -0700
Added tag jdk7u72-b10 for changeset a3d6d3327b32
changeset 109dd4c4a07a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Aug 25 13:08:32 2014 -0700
Added tag jdk7u71-b11 for changeset f7542072016b
changeset d3fbd111daa0 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Aug 25 15:54:41 2014 -0700
Merge
changeset 0cce3514fa18 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Aug 25 15:58:09 2014 -0700
Added tag jdk7u72-b11 for changeset d3fbd111daa0
changeset 90b8e5b32e58 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Thu Aug 28 15:04:09 2014 -0700
Merge
changeset df2c7c9a3609 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Sep 02 10:41:46 2014 -0700
Added tag jdk7u71-b12 for changeset 109dd4c4a07a
changeset fb713c907f33 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Sep 02 10:53:11 2014 -0700
Merge
changeset 163ffd89572e in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Sep 02 10:59:42 2014 -0700
Added tag jdk7u72-b12 for changeset fb713c907f33
changeset 018049539cc2 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Sep 08 12:15:56 2014 -0700
Added tag jdk7u71-b13 for changeset df2c7c9a3609
changeset 8f0d267ca63a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Sep 08 12:31:09 2014 -0700
Merge
changeset 28f530001196 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Sep 08 12:37:52 2014 -0700
Added tag jdk7u72-b13 for changeset 8f0d267ca63a
changeset 0b24c5b0f211 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Wed Sep 10 15:42:02 2014 -0700
Merge
changeset 3f0b5d62bafa in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri Sep 26 08:28:17 2014 -0700
Added tag jdk7u71-b14 for changeset 018049539cc2
changeset fec38133453a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri Sep 26 08:41:04 2014 -0700
Merge
changeset e8ab19435208 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Fri Sep 26 08:49:31 2014 -0700
Added tag jdk7u72-b14 for changeset fec38133453a
changeset 3aad34623301 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Mon Oct 06 11:17:55 2014 -0700
Added tag jdk7u72-b30 for changeset e8ab19435208
changeset 1853995499ce in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: asaha
date: Tue Oct 07 12:50:53 2014 -0700
Merge
changeset f59ee5163710 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Thu Oct 16 19:18:12 2014 +0100
Merge 2014/10/14
changeset 603009854864 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Fri Oct 24 18:47:14 2014 +0100
Added tag icedtea-2.6pre09 for changeset f59ee5163710
changeset 79d217da0a7a in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Fri Nov 07 18:05:41 2014 +0000
Added tag icedtea-2.6pre10 for changeset 603009854864
changeset ea16b983c099 in /hg/icedtea7-forest-aarch64/jaxp
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jaxp?cmd=changeset;…
author: andrew
date: Wed Nov 12 21:21:33 2014 +0000
Added tag icedtea-2.6pre11 for changeset 79d217da0a7a
diffstat:
.hgtags
| 108 +++++++++-
.jcheck/conf
| 2 -
make/Makefile
| 4 +-
src/com/sun/org/apache/xalan/internal/XalanConstants.java
| 12 +
src/com/sun/org/apache/xalan/internal/utils/XMLSecurityManager.java
| 4 +-
src/com/sun/org/apache/xerces/internal/impl/Constants.java
| 12 +
src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java | 20 +-
src/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
| 18 +-
src/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java | 1 +
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
| 1 +
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties | 28 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_es.properties | 26 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_fr.properties | 26 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_it.properties | 26 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_ja.properties | 27 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_ko.properties | 26 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_pt_BR.properties | 36 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_sv.properties | 28 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_zh_CN.properties | 25 +--
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_zh_TW.properties | 26 +--
src/com/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader.java
| 16 +-
src/com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.java | 3 +-
src/com/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer.java
| 4 +
src/com/sun/org/apache/xerces/internal/utils/XMLSecurityManager.java
| 10 +-
src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/SAX2DTM2.java
| 6 +-
25 files changed, 221 insertions(+), 274 deletions(-)
diffs (truncated from 993 to 500 lines):
diff -r 4c959b6a3205 -r ea16b983c099 .hgtags
--- a/.hgtags Tue May 20 12:34:12 2014 -0700
+++ b/.hgtags Wed Nov 12 21:21:33 2014 +0000
@@ -50,6 +50,7 @@
feb05980f9f2964e6bc2b3a8532f9b3054c2289b jdk7-b73
ea7b88c676dd8b269bc858a4a17c14dc96c8aed1 jdk7-b74
555fb78ee4cebed082ca7ddabff46d2e5b4c9026 jdk7-b75
+fb68fd18eb9f9d94bd7f307097b98a5883018da8 icedtea7-1.12
233a4871d3364ec305efd4a58cfd676620a03a90 jdk7-b76
bfadab8c7b1bf806a49d3e1bc19ec919717f057a jdk7-b77
7a12d3789e1b07a560fc79568b991818d617ede2 jdk7-b78
@@ -63,6 +64,7 @@
81c0f115bbe5d3bcf59864465b5eca5538567c79 jdk7-b86
8b493f1aa136d86de0885fcba15262c4fa2b1412 jdk7-b87
d8ebd15910034f2ba50b2f129f959f86cca01419 jdk7-b88
+826bafcb6c4abbf24887bfc5a78868e13cddd068 icedtea7-1.13
d2818fd2b036f3b3154a9a7de41afcf4ac679c1b jdk7-b89
c5d932ee326d6f7fd4634b11c7185ea82d184df2 jdk7-b90
b89b2c3044a298d542f84a2e9d957202b7d8cdb9 jdk7-b91
@@ -111,6 +113,7 @@
d56b326ae0544fc16c3e0d0285876f3c82054db2 jdk7-b134
4aa9916693dc1078580c1865e6f2584046851e5a jdk7-b135
1759daa85d33800bd578853f9531f9de73f70fc7 jdk7-b136
+1c2f25bf36b1d43920e94fb82a0afdafd29b1735 icedtea-1.14
1d87f7460cde7f8f30af668490f82b52b879bfd8 jdk7-b137
be3758943770a0a3dd4be6a1cb4063507c4d7062 jdk7-b138
28c7c0ed2444607829ba11ad827f8d52197a2830 jdk7-b139
@@ -123,6 +126,7 @@
bcd31fa1e3c6f51b4fdd427ef905188cdac57164 jdk7-b146
067fb18071e3872698f6218724958bd0cebf30a3 jdk7u1-b01
fc268cd1dd5d2e903ccd4b0275e1f9c2461ed30c jdk7-b147
+b8d01501956a0d41f5587ff1bebbfe5a9b8fea5a icedtea-2.0-branchpoint
104ca42e1e7ca66b074a4619ce6420f15d8f454d jdk7u1-b02
64e323faadf65018c1ffc8bb9c97f7b664e87347 jdk7u1-b03
2256c20e66857f80cacda14ffdbc0979c929d7f8 jdk7u1-b04
@@ -141,6 +145,7 @@
0e61ef309edd2deb71f53f2bdaf6dcff1c80bfb8 jdk7u2-b12
d9ac427e5149d1db12c6f3e4aa4280587c06aed5 jdk7u2-b13
0efaf5c97fba2ee7864240efaa0df651a2635ae5 jdk7u2-b21
+7300d2ab9fb2068250a96ca4afc481c4beb6a42b icedtea-2.1-branchpoint
0efaf5c97fba2ee7864240efaa0df651a2635ae5 jdk7u3-b02
604dd391203960d0028fc95bc70b0ae161e09d99 jdk7u3-b03
551c076358f6691999f613db9b155c83ec9a648d jdk7u3-b04
@@ -157,6 +162,7 @@
7a37651d304de62b18b343b3ae675ab1b08fc5fe jdk7u4-b10
3fbd87d50fbf4de3987e36ec5f3e8ce1c383ce3d jdk7u4-b11
b4e5df5b18bb75db15ed97da02e5df086d2c7930 jdk7u4-b12
+c51876b27811ba0f6ea3409ba19d357b7400908a icedtea-2.2-branchpoint
7d18bccaec3781f3d4f2d71879f91e257db2f0f7 jdk7u4-b13
82c5b3166b3194e7348b2a9d146b6760c9a77128 jdk7u4-b14
36490d49683f7be9d8fbbe1f8eefa1fe9fe550fa jdk7u5-b01
@@ -186,11 +192,15 @@
f4e80156296e43182a0fea5f54032d8c0fd0b41f jdk7u6-b10
5078a73b3448849f3328af5e0323b3e1b8d2d26c jdk7u6-b11
c378e596fb5b2ebeb60b89da7ad33f329d407e2d jdk7u6-b12
+15b71daf5e69c169fcbd383c0251cfc99e558d8a ppc-aix-port-b01
+15b71daf5e69c169fcbd383c0251cfc99e558d8a ppc-aix-port-b02
+15b71daf5e69c169fcbd383c0251cfc99e558d8a ppc-aix-port-b03
15b71daf5e69c169fcbd383c0251cfc99e558d8a jdk7u6-b13
da79c0fdf9a8b5403904e6ffdd8f5dc335d489d0 jdk7u6-b14
94474d6f28284a1ef492984dd6d6f66f8787de80 jdk7u6-b15
0b329a8d325b6a58d89c6042dac62ce5852380ab jdk7u6-b16
5eb867cdd08ca299fe03b31760acd57aac2b5673 jdk7u6-b17
+445dd0b578fc2ed12c539eb6f9a71cbd40bed4f6 icedtea-2.3-branchpoint
1c4b9671de5c7ed5713f55509cb2ada38b36dffe jdk7u6-b18
3ba4c395d2cf973c8c603b2aedc846bd4ae54656 jdk7u6-b19
4f7b77cc3b252098f52a8f30a74f603783a2e0f1 jdk7u6-b20
@@ -258,12 +268,14 @@
1b914599a6d5560e743b9fecd390924ed0bf7d15 jdk7u12-b07
427a603569db59f61721e709fcb8a73390d468ae jdk7u12-b08
366ebbf581df0134d9039b649abc315e87f23772 jdk7u12-b09
+14adb683be4ebc49ee729f0253d012795a4a2ae4 icedtea-2.4-branchpoint
23191c790e12841f81ac1cf956e7dbc0b45914ee jdk7u14-b10
825eda7553590ce19eb4fa0686c4405d97daafdb jdk7u14-b11
560e5cf5b57fc91e2bc6dd1809badd58c6eb25bd jdk7u14-b12
937bae61a48febcc948b7e10ae781c9077360241 jdk7u14-b13
7038ca4959e50a02f797e639daffe6b2b4065f86 jdk7u14-b14
aa6fb94c5e7bc645f478b6f60c5e6e06bebcc2bf jdk7u14-b15
+1d1e1fc3b88d2fda0c7da55ee3abb2b455e0d317 ppc-aix-port-b04
99c114990b191f32e72c6158072033aec5816aaf jdk7u15-b01
edbaa584f09a78d0ad3c73389faf20409a552e46 jdk7u15-b02
14a9b60a2086f4e2f6ec43bee3375042946f6510 jdk7u15-b30
@@ -382,6 +394,7 @@
4beb90ab48f7fd46c7a9afbe66f8cccb230699ba jdk7u45-b18
a456c78a50e201a65c9f63565c8291b84a4fbd32 jdk7u45-b30
3c34f244296e98d8ebb94973c752f3395612391a jdk7u45-b31
+d9b92749a0f4c8e6c6f4fe11210c2a02d70bae74 jdk7u60-b00
056494e83d15cd1c546d32a3b35bdb6f670b3876 jdk7u45-b33
b5a83862ed2ab9cc2de3719e38c72519481a4bbb jdk7u45-b34
7fda9b300e07738116b2b95b568229bdb4b31059 jdk7u45-b35
@@ -408,6 +421,7 @@
8275dc4db7f852edb331ae48d663d08b9ab2b5c7 jdk7u55-b02
381e73f93a83e8d3bfd7dbf79f4f363a8fd6442f jdk7u55-b03
c72c57f71c2ba6362d9ccfbf4743947b9ecefcac jdk7u55-b04
+5592b0c44617022e3c136eedfa1e98d4f254c964 jdk7u65-b00
5592b0c44617022e3c136eedfa1e98d4f254c964 jdk7u55-b05
c59d714090080ad2e06f0ca5e8d354403059d8ce jdk7u55-b06
125ea54089add3a16898b801a9989bf6cca05da6 jdk7u55-b07
@@ -420,12 +434,21 @@
14719f73596f5c90e3f46c0f4312f32e5b105edd jdk7u55-b13
01f26830f88cf4f10897416fe1f4f372efcdecf5 jdk7u55-b30
26187a65c765b3177f1b7ff0638259bf66f9ec47 jdk7u55-b14
+b81309c6014182819d752a4517d48b201d91b154 jdk7u55-b15
5be97f6c25d9eb3ef0a05fc860964cb3d27134b0 jdk7u55-b31
+94f3ad704f28d5ec65f7a3b1cbf5cfe7e42151f3 jdk7u55-b32
+476aad2c130e2b1b7033fa6789754c03151da95c jdk7u55-b33
+32aa4a5892b0567b19da2bc5b72aa3f3a3398130 jdk7u55-b34
+1f8449a6e05ee0a495ba89c3b4021b46f641ff40 jdk7u55-b35
+7767e8740aea3283703e634ffdbfccd0fbebe82d jdk7u55-b36
d9b92749a0f4c8e6c6f4fe11210c2a02d70bae74 jdk7u60-b00
ad39e88c503948fc4fc01e97c75b6e3c24599d23 jdk7u60-b01
050986fd54e3ec4515032ee938bc59e86772b6c0 jdk7u60-b02
+74093b75ddd4fc2e578a3469d32b8bb2de3692d5 icedtea-2.5pre01
+d7085aad637fa90d027840c7f7066dba82b21667 icedtea-2.5pre02
359b79d99538d17eeb90927a1e4883fcec31661f jdk7u60-b03
7215972c2c30d0fa469a459a3e4fcee6bc93991d jdk7u60-b04
+10314bfd5ba43a63f2f06353f3d219b877f5120f icedtea-2.6pre01
673ea3822e59de18ae5771de7a280c6ae435ef86 jdk7u60-b05
fd1cb0040a1d05086ca3bf32f10e1efd43f05116 jdk7u60-b06
cd7c8fa7a057e62e094cdde78dd632de54cedb8c jdk7u60-b07
@@ -435,10 +458,93 @@
e57490e0b99917ea8e1da1bb4d0c57fd5b7705f9 jdk7u60-b11
a9574b35f0af409fa1665aadd9b2997a0f9878dc jdk7u60-b12
92cf0b5c1c3e9b61d36671d8fb5070716e0f016b jdk7u60-b13
+a0138328f7db004859b30b9143ae61d598a21cf9 icedtea-2.6pre02
+33912ce9492d29c3faa5eb6787d5141f87ebb385 icedtea-2.6pre03
2814f43a6c73414dcb2b799e1a52d5b44688590d jdk7u60-b14
+c3178eab3782f4135ea21b060683d29bde3bbc7e icedtea-2.6pre04
+b9104a740dcd6ec07a868efd6f57dad3560e402c icedtea-2.6pre05
10eed57b66336660f71f7524f2283478bdf373dc jdk7u60-b15
fefd2d5c524b0be78876d9b98d926abda2828e79 jdk7u60-b16
+ba6b0b5dfe5a0f50fac95c488c8a5400ea07d4f8 jdk7u60-b17
ba6b0b5dfe5a0f50fac95c488c8a5400ea07d4f8 jdk7u60-b18
-ba6b0b5dfe5a0f50fac95c488c8a5400ea07d4f8 jdk7u60-b17
+dd5a398eedc7031a4fb8682bc423e787db465c9e jdk7u65-b01
581752d32aebea959fec84e8ae692e1f63d2c4a8 jdk7u60-b19
+cef2dec8b5d76555c5b7b2e1a62275206f76a07a jdk7u60-b30
+bfa8403a1e28bdc1e94ba61d89e170e4ccc7d58b jdk7u60-b31
+33a8a292a02aa76139d0d04970a0d87cc674f2e3 jdk7u60-b32
+583c5eeb9f31275121aecca60307b8885a1a80d0 jdk7u60-b33
+27909f138bdb9ffdd2ab4bded231c7ccc2264046 jdk7u65-b02
+b3307181bd0f1a2c6e1e2c403b87a76e34452110 jdk7u65-b03
+efa9425faaf402b7ea9c6226eb08236d8fa1ff2b jdk7u65-b04
+319df7bff5bf7a9c2d659dd9021b918e729fa56f jdk7u65-b05
+5fd236e2f1bbc09349858f9c56dd223b6d6f21f6 jdk7u65-b06
+e1ae0b54e22200f2d67de39f6a16899ad4a1e574 jdk7u65-b07
+86e93799766d67102a37559b3831abcc825d7e24 jdk7u65-b08
+e24ee8ca453937c11be2fdbab0b4244aa7ec22bd jdk7u65-b09
+6c20039a2e0104f30697e22dc06fe83ff7a43d39 jdk7u65-b10
+50625e7c71b9b1d31bb901aec66366cacc239b3b jdk7u65-b11
+b56b145c3d85b649188a40a91106005a3ebfcf2b jdk7u65-b12
+3a8933cb0219594b72c797732768070fa23c491e jdk7u65-b13
+ddb29a56b839563502b9f80deca5d6064641f1d7 jdk7u65-b14
+708c636721447ebf679c2c754cb36a503c6177b8 jdk7u65-b15
+a34a9f6740955e1cd844c5b701d76dbe7290913a jdk7u65-b16
+178512d1bd9caf56d61811ad0d4b4269475407aa jdk7u65-b17
+be897d0fd2a0b5f43b0d0e48075e5b070ca584d4 jdk7u65-b30
+45db678253587755df4a00066e42e2fce04bbb71 jdk7u65-b18
+4e323af07c47061109fb5f585613b0cc4b4208ca jdk7u65-b19
+f3b7bb6f1924ab7f635cdd60db7fbab64576cd6d jdk7u65-b32
+d41f31b707c87675f3467e980b1ceef2e53b3b5d jdk7u65-b20
+d1f8566d39c56e40516a1afb304ed7c0681355d8 jdk7u67-b01
+4e323af07c47061109fb5f585613b0cc4b4208ca jdk7u65-b40
+a5f829d7fa05cf769402dfc82c94b737b8d011b0 jdk7u65-b31
+f33ea72260ca7480f4a1405d35a3709895b491a2 jdk7u65-b33
+86e93799766d67102a37559b3831abcc825d7e24 jdk7u66-b00
+d34839cb2f15dee01cdfb1fd93378849de34d662 jdk7u66-b01
+19e4e978c8212921104ba16d0db6bf18c6f8d0ab jdk7u66-b09
+533ecae83034da1e68ee9a414b690c9b6eead293 jdk7u66-b10
+763f80d4aae130a89efa4c6544ee98fcb7e6a2ca jdk7u66-b11
+0d91d2f038d19261e0085a76bb8974c3b7609c5d jdk7u66-b12
+cddc3774bebfe597228c7b3e386859b1fa775387 jdk7u66-b13
+15206a7046a97d0a0fd824bec8b0e4174a56d8eb jdk7u66-b14
+af60b8e3b9deb32d50552916e0afd38a30feaef0 jdk7u66-b15
+36bba6c72f866df5c65ba8678544bf0442a952b3 jdk7u66-b16
+9a777cc0d6b3b25d13feca1e610584d042565367 jdk7u66-b17
+174a2f822f4f600f798e9963f0c1496206dce471 jdk7u71-b00
+df8d93eddfc2de1046b8fb87204bc945c538a282 jdk7u71-b01
+153724c929075f0a741aacead679af39f03a0a80 jdk7u71-b02
+9e2007e23f356b7bc5d4d0c6c6350e9b3b3cd56b jdk7u71-b03
+f58a7f8db6c54cd76621d1f48d17102ffbe93983 jdk7u71-b04
+edab7f6d9a30feea45bf9185de0c65e11ab3a7b0 jdk7u71-b05
+ca2992ad734eaf8295e21351b0de329555e9e60a jdk7u71-b06
+5fbecd4c30c2e566e9b815818d51042e20d3ab83 jdk7u71-b07
+acf176ea76f904674228745c25af195e460f1240 jdk7u71-b08
+8a9f55d8d011ad6dc36f307dfac47981b676b379 jdk7u71-b09
+d82fd2f6c5c8ed03c75828033058b675f9239d4b jdk7u71-b10
+f7542072016b7972b383075f84df29bc05495d2e jdk7u71-b11
+109dd4c4a07a8adfaf59e11c29e502277b803c44 jdk7u71-b12
+df2c7c9a3609f8f4b30b09c29a9cfddc8b4b90ef jdk7u71-b13
+018049539cc25653eeba682b3ca5abcd63839d78 jdk7u71-b14
+0e7c12377e0120b908fc594afc596ce1f5f2b234 jdk7u72-b01
+bc5b33e920af4b34facfa85a6bf48d5f55b05116 jdk7u72-b02
+b1f6b12c1fcac4b0ea89bf3f134324aa8968b847 jdk7u72-b03
+f59d0ae0995d2cdb57ea482a8fa47575e0d8b57f jdk7u72-b04
+ed071d27bf7320265d8ae527bb622f2e26e1a89c jdk7u72-b05
+d3c5c35f617e33f673420ff9da8051c742513af3 jdk7u72-b06
+ef0842fc31d98031ad9bb514b0f8d2db7bcf4162 jdk7u72-b07
+89117e4403e61b9c033bcab65da30abf2219e385 jdk7u72-b08
+7637d4b21a9e3237f129f69a0dc7132877f3ab19 jdk7u72-b09
+a3d6d3327b32cd7fb41a144d48f957170dde3ba8 jdk7u72-b10
+d3fbd111daa01dc1737afd0a59084e14664d581a jdk7u72-b11
+fb713c907f33689a418c87bf721dafcdc9616ca8 jdk7u72-b12
+8f0d267ca63ab2f9d7839604ae88fafbcc0ad2d4 jdk7u72-b13
+fec38133453a8d70d4c528595ae1cab47909c4bd jdk7u72-b14
+e8ab19435208726b1334ba8e7928ea154e0959b3 jdk7u72-b30
7215972c2c30d0fa469a459a3e4fcee6bc93991d jdk7u80-b00
+4c959b6a32057ec18c9c722ada3d0d0c716a51c4 jdk7u80-b01
+614b7c12f276c52ebef06fb17c79cf0eadbcc774 icedtea-2.6pre07
+75513ef5e265955b432550ec73770b8404a4d36b icedtea-2.6pre06
+fbc3c0ab4c1d53059c32d330ca36cb33a3c04299 icedtea-2.6pre08
+25a1b88d7a473e067471e00a5457236736e9a2e0 jdk7u80-b02
+f59ee51637102611d2ecce975da8f4271bdee85f icedtea-2.6pre09
+603009854864635cbfc36e95f39b6da4070f541a icedtea-2.6pre10
+79d217da0a7a03fb071e7f2e99fbd5fc7c38aed5 icedtea-2.6pre11
diff -r 4c959b6a3205 -r ea16b983c099 .jcheck/conf
--- a/.jcheck/conf Tue May 20 12:34:12 2014 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-project=jdk7
-bugids=dup
diff -r 4c959b6a3205 -r ea16b983c099 make/Makefile
--- a/make/Makefile Tue May 20 12:34:12 2014 -0700
+++ b/make/Makefile Wed Nov 12 21:21:33 2014 +0000
@@ -118,13 +118,13 @@
ifdef ALT_LANGTOOLS_DIST
ifdef ALT_BOOTDIR
ANT_JAVA_HOME = JAVA_HOME=$(ALT_BOOTDIR)
- ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR)
+ ANT_OPTIONS += -Djdk.home=$(ALT_BOOTDIR) -Djava.home=$(ALT_BOOTDIR)
endif
ANT_OPTIONS += -Dbootstrap.dir=$(ALT_LANGTOOLS_DIST)/bootstrap
else
ifdef ALT_JDK_IMPORT_PATH
ANT_JAVA_HOME = JAVA_HOME=$(ALT_JDK_IMPORT_PATH)
- ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH)
+ ANT_OPTIONS += -Djdk.home=$(ALT_JDK_IMPORT_PATH)
-Djava.home=$(ALT_JDK_IMPORT_PATH)
endif
endif
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xalan/internal/XalanConstants.java
--- a/src/com/sun/org/apache/xalan/internal/XalanConstants.java Tue May
20 12:34:12 2014 -0700
+++ b/src/com/sun/org/apache/xalan/internal/XalanConstants.java Wed Nov
12 21:21:33 2014 +0000
@@ -91,6 +91,13 @@
*/
public static final String JDK_XML_NAME_LIMIT =
ORACLE_JAXP_PROPERTY_PREFIX + "maxXMLNameLimit";
+
+ /**
+ * JDK maxElementDepth limit
+ */
+ public static final String JDK_MAX_ELEMENT_DEPTH =
+ ORACLE_JAXP_PROPERTY_PREFIX + "maxElementDepth";
+
/**
* JDK property indicating whether the parser shall print out entity
* count information
@@ -139,6 +146,11 @@
*/
public static final String SP_XML_NAME_LIMIT =
"jdk.xml.maxXMLNameLimit";
+ /**
+ * JDK maxElementDepth limit
+ */
+ public static final String SP_MAX_ELEMENT_DEPTH =
"jdk.xml.maxElementDepth";
+
//legacy System Properties
public final static String ENTITY_EXPANSION_LIMIT =
"entityExpansionLimit";
public static final String ELEMENT_ATTRIBUTE_LIMIT =
"elementAttributeLimit" ;
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xalan/internal/utils/XMLSecurityManager.java
---
a/src/com/sun/org/apache/xalan/internal/utils/XMLSecurityManager.java
Tue May 20 12:34:12 2014 -0700
+++
b/src/com/sun/org/apache/xalan/internal/utils/XMLSecurityManager.java
Wed Nov 12 21:21:33 2014 +0000
@@ -76,7 +76,9 @@
GENEAL_ENTITY_SIZE_LIMIT(XalanConstants.JDK_GENEAL_ENTITY_SIZE_LIMIT,
XalanConstants.SP_GENEAL_ENTITY_SIZE_LIMIT, 0, 0),
PARAMETER_ENTITY_SIZE_LIMIT(XalanConstants.JDK_PARAMETER_ENTITY_SIZE_LIMIT,
- XalanConstants.SP_PARAMETER_ENTITY_SIZE_LIMIT, 0, 1000000);
+ XalanConstants.SP_PARAMETER_ENTITY_SIZE_LIMIT, 0, 1000000),
+ MAX_ELEMENT_DEPTH_LIMIT(XalanConstants.JDK_MAX_ELEMENT_DEPTH,
+ XalanConstants.SP_MAX_ELEMENT_DEPTH, 0, 0);
final String apiProperty;
final String systemProperty;
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xerces/internal/impl/Constants.java
--- a/src/com/sun/org/apache/xerces/internal/impl/Constants.java Tue May
20 12:34:12 2014 -0700
+++ b/src/com/sun/org/apache/xerces/internal/impl/Constants.java Wed Nov
12 21:21:33 2014 +0000
@@ -252,6 +252,13 @@
*/
public static final String JDK_XML_NAME_LIMIT =
ORACLE_JAXP_PROPERTY_PREFIX + "maxXMLNameLimit";
+
+ /**
+ * JDK maxElementDepth limit
+ */
+ public static final String JDK_MAX_ELEMENT_DEPTH =
+ ORACLE_JAXP_PROPERTY_PREFIX + "maxElementDepth";
+
/**
* JDK property to allow printing out information from the limit
analyzer
*/
@@ -297,6 +304,11 @@
*/
public static final String SP_XML_NAME_LIMIT =
"jdk.xml.maxXMLNameLimit";
+ /**
+ * JDK maxElementDepth limit
+ */
+ public static final String SP_MAX_ELEMENT_DEPTH =
"jdk.xml.maxElementDepth";
+
//legacy System Properties
public final static String ENTITY_EXPANSION_LIMIT =
"entityExpansionLimit";
public static final String ELEMENT_ATTRIBUTE_LIMIT =
"elementAttributeLimit" ;
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java
---
a/src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java
Tue May 20 12:34:12 2014 -0700
+++
b/src/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java
Wed Nov 12 21:21:33 2014 +0000
@@ -612,9 +612,9 @@
//fElementStack2.clear();
//fReplaceEntityReferences = true;
//fSupportExternalEntities = true;
- Boolean bo =
(Boolean)propertyManager.getProperty(XMLInputFactoryImpl.IS_REPLACING_ENTITY_REFERENCES);
+ Boolean bo =
(Boolean)propertyManager.getProperty(XMLInputFactory.IS_REPLACING_ENTITY_REFERENCES);
fReplaceEntityReferences = bo.booleanValue();
- bo =
(Boolean)propertyManager.getProperty(XMLInputFactoryImpl.IS_SUPPORTING_EXTERNAL_ENTITIES);
+ bo =
(Boolean)propertyManager.getProperty(XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES);
fSupportExternalEntities = bo.booleanValue();
Boolean cdata =
(Boolean)propertyManager.getProperty(Constants.ZEPHYR_PROPERTY_PREFIX +
Constants.STAX_REPORT_CDATA_EVENT) ;
if(cdata != null)
@@ -1309,6 +1309,7 @@
fAttributes.removeAllAttributes();
+ checkDepth(rawname);
if(!seekCloseOfStartTag()){
fReadingAttributes = true;
fAttributeCacheUsedCount =0;
@@ -1913,6 +1914,21 @@
// utility methods
/**
+ * Check if the depth exceeds the maxElementDepth limit
+ * @param elementName name of the current element
+ */
+ void checkDepth(String elementName) {
+ fLimitAnalyzer.addValue(Limit.MAX_ELEMENT_DEPTH_LIMIT,
elementName, fElementStack.fDepth);
+ if
(fSecurityManager.isOverLimit(Limit.MAX_ELEMENT_DEPTH_LIMIT,fLimitAnalyzer))
{
+ fSecurityManager.debugPrint(fLimitAnalyzer);
+ reportFatalError("MaxElementDepthLimit", new
Object[]{elementName,
+
fLimitAnalyzer.getTotalValue(Limit.MAX_ELEMENT_DEPTH_LIMIT),
+ fSecurityManager.getLimit(Limit.MAX_ELEMENT_DEPTH_LIMIT),
+ "maxElementDepth"});
+ }
+ }
+
+ /**
* Calls document handler with a single character resulting from
* built-in entity resolution.
*
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
--- a/src/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
Tue May 20 12:34:12 2014 -0700
+++ b/src/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
Wed Nov 12 21:21:33 2014 +0000
@@ -50,6 +50,7 @@
import java.util.Map;
import java.util.Stack;
import javax.xml.XMLConstants;
+import javax.xml.stream.XMLInputFactory;
/**
@@ -302,6 +303,11 @@
/** Property Manager. This is used from Stax */
protected PropertyManager fPropertyManager ;
+ /** StAX properties */
+ boolean fSupportDTD = true;
+ boolean fReplaceEntityReferences = true;
+ boolean fSupportExternalEntities = true;
+
/** used to restrict external access */
protected String fAccessExternalDTD = EXTERNAL_ACCESS_DEFAULT;
@@ -1133,7 +1139,8 @@
boolean parameter = entityName.startsWith("%");
boolean general = !parameter;
if (unparsed || (general && !fExternalGeneralEntities) ||
- (parameter && !fExternalParameterEntities)) {
+ (parameter && !fExternalParameterEntities) ||
+ !fSupportDTD || !fSupportExternalEntities) {
if (fEntityHandler != null) {
fResourceIdentifier.clear();
@@ -1428,6 +1435,10 @@
fStaxEntityResolver = null;
}
+ fSupportDTD =
((Boolean)propertyManager.getProperty(XMLInputFactory.SUPPORT_DTD)).booleanValue();
+ fReplaceEntityReferences =
((Boolean)propertyManager.getProperty(XMLInputFactory.IS_REPLACING_ENTITY_REFERENCES)).booleanValue();
+ fSupportExternalEntities =
((Boolean)propertyManager.getProperty(XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES)).booleanValue();
+
// Zephyr feature ignore-external-dtd is the opposite of
Xerces' load-external-dtd
fLoadExternalDTD =
!((Boolean)propertyManager.getProperty(Constants.ZEPHYR_PROPERTY_PREFIX
+ Constants.IGNORE_EXTERNAL_DTD)).booleanValue();
@@ -1499,6 +1510,11 @@
fSecurityManager =
(XMLSecurityManager)componentManager.getProperty(SECURITY_MANAGER, null);
entityExpansionIndex =
fSecurityManager.getIndex(Constants.JDK_ENTITY_EXPANSION_LIMIT);
+ //StAX Property
+ fSupportDTD = true;
+ fReplaceEntityReferences = true;
+ fSupportExternalEntities = true;
+
// JAXP 1.5 feature
XMLSecurityPropertyManager spm = (XMLSecurityPropertyManager)
componentManager.getProperty(XML_SECURITY_PROPERTY_MANAGER, null);
if (spm == null) {
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java
---
a/src/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java
Tue May 20 12:34:12 2014 -0700
+++
b/src/com/sun/org/apache/xerces/internal/impl/XMLNSDocumentScannerImpl.java
Wed Nov 12 21:21:33 2014 +0000
@@ -220,6 +220,7 @@
fCurrentElement = fElementQName;
String rawname = fElementQName.rawname;
+ checkDepth(rawname);
if (fBindNamespaces) {
fNamespaceContext.pushContext();
if (fScannerState == SCANNER_STATE_ROOT_ELEMENT) {
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties
---
a/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties Tue
May 20 12:34:12 2014 -0700
+++
b/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties Wed
Nov 12 21:21:33 2014 +0000
@@ -299,4 +299,5 @@
MaxEntitySizeLimit=JAXP00010003: The length of entity \"{0}\"
is \"{1}\" that exceeds the \"{2}\" limit set by \"{3}\".
TotalEntitySizeLimit=JAXP00010004: The accumulated size \"{0}\"
of entities exceeded the \"{1}\" limit set by \"{2}\".
MaxXMLNameLimit=JAXP00010005: The name \"{0}\" exceeded the
\"{1}\" limit set by \"{2}\".
+ MaxElementDepthLimit=JAXP00010006: The element \"{0}\" has a
depth of \"{1}\" that exceeds the limit \"{2}\" set by \"{3}\".
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties
---
a/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties
Tue May 20 12:34:12 2014 -0700
+++
b/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_de.properties
Wed Nov 12 21:21:33 2014 +0000
@@ -1,28 +1,3 @@
-#
-# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights
reserved.
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# This code is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 2 only, as
-# published by the Free Software Foundation. Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the LICENSE file that accompanied this code.
-#
-# This code is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# version 2 for more details (a copy is included in the LICENSE file that
-# accompanied this code).
-#
-# You should have received a copy of the GNU General Public License version
-# 2 along with this work; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
-# or visit www.oracle.com if you need additional information or have any
-# questions.
-#
-
# This file contains error and warning messages related to XML
# The messages are arranged in key and value tuples in a
ListResourceBundle.
#
@@ -276,7 +251,7 @@
NMTOKENInvalid = Attributwert "{0}" mit dem Typ NMTOKEN muss
ein Namenstoken sein.
NMTOKENSInvalid = Attributwert "{0}" mit dem Typ NMTOKENS muss
mindestens ein Namenstoken sein.
NoNotationOnEmptyElement = Elementtyp "{0}", der als EMPTY
deklariert wurde, kann nicht das Attribut "{1}" mit dem Typ NOTATION
deklarieren.
- RootElementTypeMustMatchDoctypedecl = Dokument-Root-Element
"{1}"muss mit DOCTYPE-Root "{0}" \u00FCbereinstimmen.
+ RootElementTypeMustMatchDoctypedecl = Document Root-Element
"{1}"muss mit DOCTYPE-Root "{0}" \u00FCbereinstimmen.
UndeclaredElementInContentSpec = Contentmodell des Elements
"{0}" verweist auf das nicht deklarierte Element "{1}".
UniqueNotationName = Deklaration f\u00FCr die Notation "{0}"
ist nicht eindeutig. Ein jeweiliger Name darf nicht in mehreren
Notationsdeklarationen deklariert werden.
ENTITYFailedInitializeGrammar = ENTITYDatatype-Validator:
Nicht erfolgreich. Initialisierungsmethode muss mit einer g\u00FCltigen
Grammatikreferenz aufgerufen werden. \t
@@ -324,4 +299,5 @@
MaxEntitySizeLimit=JAXP00010003: Die L\u00E4nge von
Entit\u00E4t "{0}" ist "{1}" und \u00FCberschreitet den Grenzwert "{2}",
der von "{3}" festgelegt wurde.
TotalEntitySizeLimit=JAXP00010004: Die akkumulierte
Gr\u00F6\u00DFe "{0}" der Entit\u00E4ten \u00FCberschreitet den
Grenzwert "{1}", der von "{2}" festgelegt wurde.
MaxXMLNameLimit=JAXP00010005: Der Name "{0}" \u00FCberschreitet
den Grenzwert "{1}", der von "{2}" festgelegt wurde.
+ MaxElementDepthLimit=JAXP00010006: Die Tiefe von Element "{0}"
ist "{1}" und \u00FCberschreitet den Grenzwert "{2}", der von "{3}"
festgelegt wurde.
diff -r 4c959b6a3205 -r ea16b983c099
src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_es.properties
---
a/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_es.properties
Tue May 20 12:34:12 2014 -0700
+++
b/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_es.properties
Wed Nov 12 21:21:33 2014 +0000
@@ -1,28 +1,3 @@
-#
-# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights
reserved.
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# This code is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 2 only, as
-# published by the Free Software Foundation. Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the LICENSE file that accompanied this code.
-#
-# This code is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# version 2 for more details (a copy is included in the LICENSE file that
-# accompanied this code).
-#
1
0
[forwarding bounced check-in message from icedtea7-forest-aarch64 repo]
------ This is a copy of the message, including all the headers. ------
Return-path: <adinn(a)icedtea.classpath.org>
Received: from localhost ([127.0.0.1] helo=icedtea.classpath.org)
by icedtea.classpath.org with esmtp (Exim 4.69)
(envelope-from <adinn(a)icedtea.classpath.org>)
id 1XtzMX-0003wo-MF
for aarch64-port-dev(a)openjdk.java.net; Thu, 27 Nov 2014 13:44:02 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Date: Thu, 27 Nov 2014 13:44:01 +0000
Subject: /hg/icedtea7-forest-aarch64/langtools: 210 new changesets
From: adinn(a)icedtea.classpath.org
X-Hg-Notification: changeset 2e0b7f0668b6
Message-Id:
<hg.2e0b7f0668b6.1417095841.7560965741292950956(a)icedtea.classpath.org>
To: aarch64-port-dev(a)openjdk.java.net
changeset 2e0b7f0668b6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Thu Jun 26 14:23:53 2014 -0700
Added tag jdk7u80-b01 for changeset 772aad4e9681
changeset 1b02d8630385 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Mon Jul 14 19:21:01 2014 -0700
Added tag jdk7u80-b01 for changeset 6c307a0b7a94
changeset 8fe7e5094860 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Mon Jul 14 19:45:53 2014 -0700
Merge
changeset 8246cd74b091 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Feb 11 12:35:15 2014 -0800
Added tag jdk7u65-b00 for changeset 25d63d986653
changeset 76b9d223f112 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Feb 11 15:18:16 2014 -0800
Merge
changeset 9ebc77f2bc7a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Feb 11 17:10:37 2014 -0800
Merge
changeset 1eebaa679b22 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Feb 12 16:28:54 2014 -0800
Merge
changeset 67bbdf090b77 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Feb 18 14:14:27 2014 -0800
Merge
changeset 351f61b59f75 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Feb 20 09:00:02 2014 -0800
Merge
changeset 7effcbb8d1fd in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Feb 25 23:22:46 2014 -0800
Merge
changeset c5a01a15f3fc in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Thu Feb 27 11:59:07 2014 -0800
Added tag jdk7u65-b01 for changeset 7effcbb8d1fd
changeset 33b032df7a9e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Feb 27 13:08:56 2014 -0800
Merge
changeset ff96febd9daf in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Mar 04 17:50:56 2014 -0800
Merge
changeset 75b8c65f4c14 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Mar 05 13:41:18 2014 -0800
Merge
changeset 59ac4b0725ad in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Wed Mar 05 16:29:00 2014 -0800
Added tag jdk7u65-b02 for changeset 75b8c65f4c14
changeset 577131a1b8e2 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Mar 11 14:55:28 2014 -0700
Merge
changeset e36c48be4dd2 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Mar 11 15:20:42 2014 -0700
Merge
changeset 16bb02dae837 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Mar 12 15:01:57 2014 -0700
Merge
changeset b7339a6b68f7 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Thu Mar 13 13:18:03 2014 -0700
Added tag jdk7u65-b03 for changeset 16bb02dae837
changeset 91677116552f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Mar 18 13:11:33 2014 -0700
Merge
changeset 54a6c23ccdfa in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Thu Mar 20 13:05:06 2014 -0700
Added tag jdk7u65-b04 for changeset 91677116552f
changeset 8f585b94be8c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Mar 20 15:03:42 2014 -0700
Merge
changeset f15eff13c0c0 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Mar 25 11:19:13 2014 -0700
Added tag jdk7u65-b05 for changeset 8f585b94be8c
changeset c3a8556785e8 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Mar 27 12:25:56 2014 -0700
Merge
changeset 898f77f3e5a1 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 01 12:02:05 2014 -0700
Added tag jdk7u65-b06 for changeset c3a8556785e8
changeset 1978b6434c4f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Apr 03 11:26:34 2014 -0700
Merge
changeset af5f39af1315 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 08 11:35:15 2014 -0700
Added tag jdk7u65-b07 for changeset 1978b6434c4f
changeset 684f0285b699 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Apr 09 14:14:56 2014 -0700
Merge
changeset df0aa7e38245 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 15 23:00:55 2014 -0700
Added tag jdk7u65-b08 for changeset 684f0285b699
changeset 9bf8d4b99b06 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 15 12:20:36 2014 -0700
Merge
changeset 9c1dc4480164 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Apr 16 10:11:14 2014 -0700
Merge
changeset c03f8871e124 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Apr 16 13:43:01 2014 -0700
Merge
changeset 13fed9e9f022 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Mon Apr 07 12:17:47 2014 -0700
Added tag jdk7u55-b32 for changeset ec8793f5aa4f
changeset d9e4f2bb3d75 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 08 11:16:55 2014 -0700
Added tag jdk7u55-b33 for changeset 13fed9e9f022
changeset 2715f7523853 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Apr 21 10:08:16 2014 -0700
Merge
changeset e2a9d70e8444 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 22 11:47:58 2014 -0700
Added tag jdk7u65-b09 for changeset 2715f7523853
changeset 98cac38ef130 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Apr 24 12:12:06 2014 -0700
Merge
changeset 1217c34a8b43 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 29 12:36:39 2014 -0700
Added tag jdk7u65-b10 for changeset 98cac38ef130
changeset 6e762cb12929 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 29 14:08:23 2014 -0700
Merge
changeset 4c40603840a8 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 01 09:34:10 2014 -0700
Merge
changeset 255128535c9f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 06 10:03:13 2014 -0700
Added tag jdk7u65-b11 for changeset 4c40603840a8
changeset 36b01ef633b2 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 08 12:05:19 2014 -0700
Merge
changeset 5ba8a1ef0f82 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 13 08:14:02 2014 -0700
Added tag jdk7u65-b12 for changeset 36b01ef633b2
changeset 52769f410515 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 20 12:37:11 2014 -0700
Added tag jdk7u65-b13 for changeset 5ba8a1ef0f82
changeset 7f2891e4c6fc in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Wed May 28 02:34:24 2014 -0700
Added tag jdk7u65-b14 for changeset 52769f410515
changeset dea7e67840b6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Jun 03 13:53:08 2014 -0700
Added tag jdk7u65-b15 for changeset 7f2891e4c6fc
changeset 15a051dfadb6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Fri Jun 13 11:57:02 2014 -0700
Added tag jdk7u65-b16 for changeset dea7e67840b6
changeset 576e2fd21368 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Jun 17 13:03:38 2014 -0700
Added tag jdk7u65-b17 for changeset 15a051dfadb6
changeset a7caaf4c97f7 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 25 08:32:16 2014 -0700
Added tag jdk7u65-b30 for changeset 576e2fd21368
changeset 772fe694be95 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 02 09:40:29 2014 -0700
Added tag jdk7u55-b15 for changeset 56c12a84e86e
changeset 0f809f893588 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 02 09:59:13 2014 -0700
Merge
changeset eae289997f58 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 02 10:10:25 2014 -0700
Added tag jdk7u65-b18 for changeset 0f809f893588
changeset 5f195ad625ab in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 02 21:02:02 2014 -0700
Merge
changeset afc940d62b49 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 09 15:03:52 2014 -0700
Added tag jdk7u65-b19 for changeset eae289997f58
changeset 114c4fc53777 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 08:52:27 2014 -0700
Added tag jdk7u65-b32 for changeset afc940d62b49
changeset 106d8bfdc80b in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 09:46:10 2014 -0700
Merge
changeset 905fb47a9e17 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 14 22:36:58 2014 -0700
Merge
changeset ee1fc6fd24e9 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 14 22:26:08 2014 -0700
Merge
changeset 2140845ced44 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 14 22:41:48 2014 -0700
Merge
changeset e623dfe2d0ae in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: vromero
date: Wed Jul 16 10:47:56 2014 -0400
8050386: javac, follow-up of fix for JDK-8049305
Reviewed-by: mcimadamore
changeset a644918aea31 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: vromero
date: Thu Jul 17 10:55:50 2014 -0400
8051004: javac, incorrect bug id in tests for JDK-8050386
Reviewed-by: mcimadamore
changeset 5bd6f3adf690 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: lana
date: Tue Jul 22 18:20:29 2014 -0700
Merge
changeset 3eab691bd9ac in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Tue Aug 26 17:33:01 2014 +0100
Merge jdk7u80-b02
changeset ce230c0bdf04 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Wed Aug 27 23:04:21 2014 +0100
Added tag icedtea-2.6pre07 for changeset 3eab691bd9ac
changeset cdf407c97754 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Wed Aug 27 23:07:43 2014 +0100
Added tag icedtea-2.6pre06 for changeset f43a81252f82
changeset 7567648c553a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Sat Sep 13 16:38:55 2014 +0100
Added tag icedtea-2.6pre08 for changeset cdf407c97754
changeset 41b81b3e37cd in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Wed Aug 20 12:13:00 2014 -0700
Added tag jdk7u80-b02 for changeset 5bd6f3adf690
changeset 968984941a94 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 20 12:11:51 2014 -0700
Added tag jdk7u60-b30 for changeset b578e801c5f0
changeset 152d6d83d94c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Apr 16 09:46:37 2014 -0700
Added tag jdk7u71-b00 for changeset df0aa7e38245
changeset a927daae851f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 15 10:18:21 2014 -0700
Added tag jdk7u66-b00 for changeset 684f0285b699
changeset f2234b3c5151 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 15 23:16:03 2014 -0700
Added tag jdk7u66-b01 for changeset a927daae851f
changeset fa63ff3852cb in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Apr 16 21:54:54 2014 -0700
Merge
changeset d5fdb889f00d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Apr 16 22:15:04 2014 -0700
Merge
changeset 6f229fda19bd in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Apr 21 10:23:19 2014 -0700
Merge
changeset 6d1f9085e2df in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 22 12:08:20 2014 -0700
Added tag jdk7u66-b09 for changeset 6f229fda19bd
changeset c5cfebcc3736 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 22 11:19:35 2014 -0700
Added tag jdk7u55-b34 for changeset d9e4f2bb3d75
changeset 1fb94eb7959a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Apr 24 13:23:54 2014 -0700
Merge
changeset 099ebcf23a47 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Apr 24 13:53:15 2014 -0700
Merge
changeset fffabf07b6c4 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Apr 24 14:20:12 2014 -0700
Merge
changeset 77e053e3a41f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Apr 24 21:58:00 2014 -0700
Merge
changeset 400d24921bb9 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Apr 24 22:11:31 2014 -0700
Merge
changeset 8771c946c4a9 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Apr 29 12:48:37 2014 -0700
Added tag jdk7u66-b10 for changeset 77e053e3a41f
changeset ccbe8d6d4948 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 29 14:25:38 2014 -0700
Merge
changeset 10e4038abfa4 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 29 14:20:17 2014 -0700
Merge
changeset 7ddeabffd858 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 29 14:31:33 2014 -0700
Merge
changeset 6a3c49f5bec4 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 29 14:44:29 2014 -0700
Merge
changeset 29261fa2fd1e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Apr 29 15:01:55 2014 -0700
Merge
changeset 47906fcfefde in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 01 10:03:11 2014 -0700
Merge
changeset 9f10af3e5cf1 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 01 10:08:38 2014 -0700
Merge
changeset 9a35a3a1f233 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 01 08:40:02 2014 -0700
Merge
changeset 6a1054ccf77e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon May 05 10:15:14 2014 -0700
Merge
changeset 596cf48685bc in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon May 05 10:21:26 2014 -0700
Merge
changeset 1c95f4c3d2d8 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 06 10:51:05 2014 -0700
Added tag jdk7u66-b11 for changeset 596cf48685bc
changeset d67bd9f76753 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 06 11:18:57 2014 -0700
Merge
changeset 193959a60f5d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 06 11:34:52 2014 -0700
Merge
changeset 8a9f65028a0a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 06 11:59:25 2014 -0700
Merge
changeset 344423bd7c5a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri May 09 07:43:35 2014 -0700
Merge
changeset 0bc8039fdea6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri May 09 07:49:21 2014 -0700
Merge
changeset 79f3875514d0 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri May 09 08:24:09 2014 -0700
Merge
changeset 284494d40700 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Wed May 07 10:57:48 2014 -0700
Added tag jdk7u55-b35 for changeset c5cfebcc3736
changeset 0018d4df27c5 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Wed May 07 11:31:01 2014 -0700
Added tag jdk7u55-b36 for changeset 284494d40700
changeset c1c8f9d50b3e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri May 09 08:41:19 2014 -0700
Merge
changeset 555597c06037 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri May 09 08:51:06 2014 -0700
Merge
changeset 021fb086f47f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri May 09 09:08:50 2014 -0700
Merge
changeset 117ed104780e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri May 09 09:19:26 2014 -0700
Merge
changeset 5117b0813135 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 13 14:40:23 2014 -0700
Added tag jdk7u66-b12 for changeset 021fb086f47f
changeset 14ee23d1b3d8 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 13 15:10:08 2014 -0700
Merge
changeset b9801badec02 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 13 16:15:12 2014 -0700
Merge
changeset 37f75554dbfc in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 13 16:36:38 2014 -0700
Merge
changeset 5204b7cdc5f0 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 20 12:37:13 2014 -0700
Added tag jdk7u66-b13 for changeset b9801badec02
changeset 10063f3a1d6e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 20 14:35:19 2014 -0700
Merge
changeset ad2a972c63d6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue May 20 12:34:44 2014 -0700
Added tag jdk7u60-b31 for changeset c1c8f9d50b3e
changeset ab67af57536b in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 20 14:28:07 2014 -0700
Merge
changeset d27a76d9ee59 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 20 14:54:46 2014 -0700
Merge
changeset fb3f92c7773d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 20 15:05:44 2014 -0700
Merge
changeset 8e047f0d51b6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue May 20 15:23:46 2014 -0700
Merge
changeset e7a68fd132f7 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Thu May 22 12:41:47 2014 -0700
Added tag jdk7u60-b32 for changeset ab67af57536b
changeset 3ceea3a91e4c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 22 22:10:21 2014 -0700
Merge
changeset 35d8a0fa8247 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 22 22:15:33 2014 -0700
Merge
changeset eb643f8738e7 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Wed May 28 02:34:55 2014 -0700
Added tag jdk7u66-b14 for changeset 3ceea3a91e4c
changeset 2918f02cde3e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed May 28 09:56:11 2014 -0700
Merge
changeset db1ef3edf52c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed May 28 10:20:21 2014 -0700
Merge
changeset 22eac5c6d7d6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu May 22 22:01:56 2014 -0700
Merge
changeset 1d2a90a77015 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Jun 03 13:56:14 2014 -0700
Added tag jdk7u60-b33 for changeset e7a68fd132f7
changeset 2861dae3f128 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 04 18:39:06 2014 -0700
Merge
changeset a8881c5ee568 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 04 18:45:00 2014 -0700
Merge
changeset 92ca572456e8 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 04 20:59:03 2014 -0700
Merge
changeset 38202d176a4b in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Jun 03 14:23:24 2014 -0700
Added tag jdk7u66-b15 for changeset 2918f02cde3e
changeset 787b4c2b3c7b in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 04 21:20:42 2014 -0700
Merge
changeset 9442596a63f0 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 11 11:37:12 2014 -0700
Merge
changeset 18c7e9b026a3 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Fri Jun 13 11:53:40 2014 -0700
Added tag jdk7u66-b16 for changeset 9442596a63f0
changeset bd740cf100e1 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri Jun 13 17:20:03 2014 -0700
Merge
changeset 02afd2bd0aa0 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Jun 17 13:04:06 2014 -0700
Added tag jdk7u66-b17 for changeset bd740cf100e1
changeset b033bebc14ef in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Jun 17 15:23:24 2014 -0700
Merge
changeset 1ab2481c4688 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Jun 17 15:38:55 2014 -0700
Merge
changeset 4983d2445c27 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 18 08:47:47 2014 -0700
Merge
changeset 46244a1e94b9 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 18 09:03:26 2014 -0700
Merge
changeset 5b207c2ea9d2 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jun 23 12:43:47 2014 -0700
Added tag jdk7u71-b01 for changeset 46244a1e94b9
changeset 4159eecf8bcb in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jun 23 13:05:16 2014 -0700
Added tag jdk7u72-b01 for changeset 5b207c2ea9d2
changeset 5e4cc118e2d1 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 25 09:05:13 2014 -0700
Merge
changeset 19680699d44f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 25 09:27:53 2014 -0700
Merge
changeset 76da984bf8fb in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jun 25 09:53:23 2014 -0700
Merge
changeset 2e57c63fdb9c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jun 26 18:36:23 2014 -0700
Added tag jdk7u65-b31 for changeset 5e4cc118e2d1
changeset 29583e3ca6f9 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri Jun 27 10:04:34 2014 -0700
Merge
changeset e1d8eb6fc30d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jun 30 09:11:52 2014 -0700
Merge
changeset 8d8477d2fb56 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jun 30 11:52:00 2014 -0700
Added tag jdk7u71-b02 for changeset 29583e3ca6f9
changeset 1f1c94334f19 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jun 30 12:13:44 2014 -0700
Merge
changeset ca2adfbf26cf in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jun 30 12:27:10 2014 -0700
Added tag jdk7u72-b02 for changeset 1f1c94334f19
changeset 8a5c2c7dd6dc in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 02 10:54:04 2014 -0700
Merge
changeset ae15f44a5150 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 02 11:39:10 2014 -0700
Merge
changeset 0138c5f55af0 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 07 11:56:32 2014 -0700
Added tag jdk7u71-b03 for changeset 8a5c2c7dd6dc
changeset 6e5faa9ed5f3 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 07 12:09:44 2014 -0700
Merge
changeset cb8ad15e61e2 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 07 12:33:36 2014 -0700
Added tag jdk7u72-b03 for changeset 6e5faa9ed5f3
changeset 59575d1928f9 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 09 15:19:05 2014 -0700
Merge
changeset 73ed7ce82a0d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 08:32:07 2014 -0700
Added tag jdk7u65-b33 for changeset 59575d1928f9
changeset d7901c574d01 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 09:13:18 2014 -0700
Merge
changeset 25fd036cf695 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 13:31:34 2014 -0700
Merge
changeset 8a09cca8f120 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 14:51:24 2014 -0700
Added tag jdk7u65-b20 for changeset 114c4fc53777
changeset be18b236c15d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 16:50:29 2014 -0700
Merge
changeset c4b7f94c483e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 17:01:50 2014 -0700
Merge
changeset f185917400b4 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Jul 10 17:11:11 2014 -0700
Merge
changeset de9a7eaf5e05 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 14 11:54:34 2014 -0700
Added tag jdk7u71-b04 for changeset c4b7f94c483e
changeset 960f87b4d556 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 14 12:18:57 2014 -0700
Merge
changeset dee8024917d7 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 14 12:22:50 2014 -0700
Added tag jdk7u72-b04 for changeset 960f87b4d556
changeset 72711b6b12dd in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Wed Jul 16 11:47:07 2014 -0700
Added tag jdk7u65-b40 for changeset eae289997f58
changeset 103784a125a4 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Jul 16 12:13:23 2014 -0700
Merge
changeset adf88de8b627 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Jul 21 03:09:38 2014 -0700
Merge
changeset 0637fafdd49a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Jul 22 02:10:23 2014 -0700
Added tag jdk7u72-b05 for changeset adf88de8b627
changeset 6d6a78b11de7 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Jul 22 02:04:05 2014 -0700
Added tag jdk7u71-b05 for changeset 103784a125a4
changeset 7efda07275d1 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Jul 22 08:51:36 2014 -0700
Merge
changeset 37d4adffe42d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Mon Jul 28 03:42:24 2014 -0700
Added tag jdk7u72-b06 for changeset 7efda07275d1
changeset 6c6763cce51e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Mon Jul 28 03:33:27 2014 -0700
Added tag jdk7u71-b06 for changeset 6d6a78b11de7
changeset 4662948bc05b in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Mon Jul 28 03:54:27 2014 -0700
Merge
changeset a5e828c017c4 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Jul 29 15:27:19 2014 +0100
Added tag jdk7u71-b07 for changeset 6c6763cce51e
changeset bfaa78bab478 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Jul 29 15:37:21 2014 +0100
Merge
changeset d08d506bceaf in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Jul 29 15:38:13 2014 +0100
Added tag jdk7u72-b07 for changeset bfaa78bab478
changeset 42d1ec856f73 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Aug 05 13:41:21 2014 +0100
Added tag jdk7u71-b08 for changeset a5e828c017c4
changeset 073486551f0c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Aug 05 13:48:45 2014 +0100
Merge
changeset 0e25c3ae773a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Aug 05 13:49:50 2014 +0100
Added tag jdk7u72-b08 for changeset 073486551f0c
changeset e79bb5d84afc in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Aug 12 11:06:08 2014 -0700
Added tag jdk7u72-b09 for changeset 0e25c3ae773a
changeset 36a42fe6f09a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: katleman
date: Tue Aug 12 11:06:13 2014 -0700
Added tag jdk7u71-b09 for changeset 42d1ec856f73
changeset 81ea521f4bee in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Fri Aug 15 16:44:20 2014 +0100
Merge
changeset e77dbc24fcdb in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Tue Jul 29 17:50:42 2014 +0100
Added tag jdk7u67-b01 for changeset 8a09cca8f120
changeset c6b6a085e3b0 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Mon Aug 18 15:55:01 2014 +0100
Merge
changeset fdc02d70e68c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Mon Aug 18 16:01:33 2014 +0100
Merge
changeset 1579a3e24c49 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: mfang
date: Mon Aug 18 10:33:38 2014 -0700
8055176: 7u71 l10n resource file translation update
Reviewed-by: yhuang
changeset e640d9b7ce9e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: coffeys
date: Mon Aug 18 20:22:28 2014 +0100
Merge
changeset df957022bc94 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Aug 19 04:15:43 2014 -0700
Added tag jdk7u71-b10 for changeset 1579a3e24c49
changeset b63b6992ddd2 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Aug 19 04:57:22 2014 -0700
Merge
changeset 0ef3b2062d0a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Aug 19 05:03:40 2014 -0700
Added tag jdk7u72-b10 for changeset b63b6992ddd2
changeset a8fd0637a601 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Aug 25 13:10:29 2014 -0700
Added tag jdk7u71-b11 for changeset df957022bc94
changeset 65c68241236a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Aug 25 15:56:15 2014 -0700
Merge
changeset 03d8a4c40416 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Aug 25 15:59:09 2014 -0700
Added tag jdk7u72-b11 for changeset 65c68241236a
changeset 2fd54dd66427 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Thu Aug 28 15:20:20 2014 -0700
Merge
changeset 1cefc4b498a6 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Sep 02 10:43:29 2014 -0700
Added tag jdk7u71-b12 for changeset a8fd0637a601
changeset cc58d9704b40 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Sep 02 10:57:42 2014 -0700
Merge
changeset 87acd349170a in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Sep 02 11:00:47 2014 -0700
Added tag jdk7u72-b12 for changeset cc58d9704b40
changeset 6fe93bd5d4ac in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Sep 08 12:17:52 2014 -0700
Added tag jdk7u71-b13 for changeset 1cefc4b498a6
changeset cade57461d3b in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Sep 08 12:34:49 2014 -0700
Merge
changeset 0ff8d8709ec7 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Sep 08 12:39:15 2014 -0700
Added tag jdk7u72-b13 for changeset cade57461d3b
changeset c43057987a3c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Wed Sep 10 15:45:34 2014 -0700
Merge
changeset a7c12494bc9f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri Sep 26 08:30:07 2014 -0700
Added tag jdk7u71-b14 for changeset 6fe93bd5d4ac
changeset 6106b56a874e in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri Sep 26 08:46:33 2014 -0700
Merge
changeset 7a09f7596c8b in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Fri Sep 26 08:50:56 2014 -0700
Added tag jdk7u72-b14 for changeset 6106b56a874e
changeset 8c1abb9b8e9c in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Mon Oct 06 11:19:21 2014 -0700
Added tag jdk7u72-b30 for changeset 7a09f7596c8b
changeset bcbd241df6cd in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: asaha
date: Tue Oct 07 12:59:24 2014 -0700
Merge
changeset 55486a406d9f in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Thu Oct 16 19:18:45 2014 +0100
Merge 2014/10/14
changeset cf836e0ed10d in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Fri Oct 24 18:47:21 2014 +0100
Added tag icedtea-2.6pre09 for changeset 55486a406d9f
changeset 510234036e06 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Fri Nov 07 18:05:50 2014 +0000
Added tag icedtea-2.6pre10 for changeset cf836e0ed10d
changeset 20271ca7c218 in /hg/icedtea7-forest-aarch64/langtools
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/langtools?cmd=chang…
author: andrew
date: Wed Nov 12 21:21:40 2014 +0000
Added tag icedtea-2.6pre11 for changeset 510234036e06
diffstat:
.hgtags
| 108 +++++++++-
.jcheck/conf
| 2 -
make/Makefile
| 4 +
make/build.properties
| 3 +-
make/build.xml
| 2 +-
src/share/classes/com/sun/tools/javac/jvm/Gen.java
| 5 +-
src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
| 8 +-
src/share/classes/com/sun/tools/javac/resources/javac_ja.properties
| 4 +-
src/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties
| 4 +-
src/share/classes/com/sun/tools/javah/resources/l10n_ja.properties
| 16 +-
src/share/classes/com/sun/tools/javap/resources/javap_ja.properties
| 2 +-
test/Makefile
| 3 +
test/tools/javac/T5090006/broken.jar
| Bin
test/tools/javac/T8050386/WrongStackframeGenerationTest1.java
| 47 ++++
test/tools/javac/T8050386/WrongStackframeGenerationTest2.java
| 50 ++++
15 files changed, 235 insertions(+), 23 deletions(-)
diffs (truncated from 515 to 500 lines):
diff -r 6c307a0b7a94 -r 20271ca7c218 .hgtags
--- a/.hgtags Tue May 20 12:34:25 2014 -0700
+++ b/.hgtags Wed Nov 12 21:21:40 2014 +0000
@@ -50,6 +50,7 @@
9596dff460935f09684c11d156ce591f92584f0d jdk7-b73
1a66b08deed0459054b5b1bea3dfbead30d258fa jdk7-b74
2485f5641ed0829205aaaeb31ad711c2c2ef0de3 jdk7-b75
+83367f01297bf255f511f5291bbbbaa24a9c8459 icedtea7-1.12
8fb9b4be3cb1574302acde90549a4d333ef51e93 jdk7-b76
0398ae15b90ac76d87ee21844453e95ff8613e43 jdk7-b77
acc1e40a5874ebf32bebcb6ada565b3b40b7461c jdk7-b78
@@ -63,6 +64,7 @@
ef07347428f2198ae6b8144ac0b9086bbe39fd16 jdk7-b86
409db93d19c002333980df5b797c6b965150c7a0 jdk7-b87
f9b5d4867a26f8c4b90ad37fe2c345b721e93d6b jdk7-b88
+681f1f51926faf4c73d8905a429ff4ead6e9d622 icedtea7-1.13
6cea9a143208bc1185ced046942c0f4e45dbeba5 jdk7-b89
71c2c23a7c35b2896c87004023b9743b6d1b7758 jdk7-b90
97b6fa97b8ddb3a49394011c2a0ec5d6535e594c jdk7-b91
@@ -111,6 +113,7 @@
3d7acdbb72cab55deedfd35f60d4732abc9d6ac4 jdk7-b134
9d0a61ac567b983da7cc8f4a7030f2245bb6dbab jdk7-b135
ed0f7f1f9511db4f9615b1426d22f8b961629275 jdk7-b136
+8e26c4aee63c04ee129bf9068f5eea47cc385177 icedtea-1.14
a15c9b058ae007d4ccb7e35ce44e4dfa977f090b jdk7-b137
53f212bed4f4304dce7f0bf0fa01c998c65bacd6 jdk7-b138
853b6bb99f9b58eb7cf8211c67d3b6e4f1228a3e jdk7-b139
@@ -123,6 +126,7 @@
9425dd4f53d5bfcd992d9aecea0eb7d8b2d4f62b jdk7-b146
d34578643d1c6c752d4a6b5e79c6ab1b60850b4a jdk7u1-b01
58bc532d63418ac3c9b42460d89cdaf595c6f3e1 jdk7-b147
+fb7fb3071b642334520e5b9f4a87ce28717af61c icedtea-2.0-branchpoint
cd2cc8b5edb045b950aed46d159b4fb8fc2fd1df jdk7u1-b02
82820a30201dbf4b80f1916f3d0f4a92ad21b61a jdk7u1-b03
baa2c13c70fea3d6e259a34f0903197fdceb64b5 jdk7u1-b04
@@ -141,6 +145,7 @@
f0802d8a0909f66ce19d3d44b33ddf4943aee076 jdk7u2-b12
f474527e77e4797d78bd6c3b31923fddcfd9d5c6 jdk7u2-b13
fc0769df8cd03fffc38c7a1ab6b2e2e7cc2506a8 jdk7u2-b21
+58f6a950cd726220e81eddb126ca5c57e3b368f2 icedtea-2.1-branchpoint
fc0769df8cd03fffc38c7a1ab6b2e2e7cc2506a8 jdk7u3-b02
0ffc4995457773085f61c39f6d33edc242b41bcf jdk7u3-b03
f6de36b195cd315646213c7affd2cc15702edbfb jdk7u3-b04
@@ -157,6 +162,7 @@
8919b2b02fcba65f833c68374f3bfdd9bc3ba814 jdk7u4-b10
4672e092f0968d503dc37f860b15ae7e2653f8d7 jdk7u4-b11
a4bf6a1aff54a98e9ff2b3fb53c719f658bec677 jdk7u4-b12
+e3537a4f75c7fcca16c349c3175bb0cdc2fbc29c icedtea-2.2-branchpoint
56eb9150d9ffdb71c47d72871e8ecc98b5f402de jdk7u4-b13
0e55881c2ee2984048c179d1e031cefb56a36bec jdk7u4-b14
0bea057f7ce1577e1b0306f2027c057e35394398 jdk7u5-b01
@@ -186,11 +192,15 @@
21d2313dfeac8c52a04b837d13958c86346a4b12 jdk7u6-b10
13d3c624291615593b4299a273085441b1dd2f03 jdk7u6-b11
f0be10a26af08c33d9afe8fe51df29572d431bac jdk7u6-b12
+e3eeee75b861baf378d41adcd29ae70ed047eae7 ppc-aix-port-b01
+e3eeee75b861baf378d41adcd29ae70ed047eae7 ppc-aix-port-b02
+e3eeee75b861baf378d41adcd29ae70ed047eae7 ppc-aix-port-b03
fcebf337f5c1d342973573d9c6f758443c8aefcf jdk7u6-b13
35b2699c6243e9fb33648c2c25e97ec91d0e3553 jdk7u6-b14
47ae28da508861d77ee6dd408d822acf507b28ec jdk7u6-b15
5c7763489f4d2727c6d9de11f4114fb8ed839042 jdk7u6-b16
66c671f28cb2840ceec5b44c44bac073fc0b4256 jdk7u6-b17
+cee31ee38a190f77b1e21c0515bb28802dcd9678 icedtea-2.3-branchpoint
6aa859ef42876c51bb1b1d7fb4db32a916a7dcaa jdk7u6-b18
474a52eeeafb1feccffda68b96f651e65415c01d jdk7u6-b19
32acb67a79531daf678577c7ef1bde1867da807d jdk7u6-b20
@@ -258,11 +268,13 @@
382bab6d9682eefa2185a1643dfa32d65b6c20e5 jdk7u12-b07
7c0c3aeb2c603baba2cabba9adc5a0a49afb4f47 jdk7u12-b08
96c4f3ec63552a87a825baabd7f0dfafec299483 jdk7u12-b09
+85fb9d7ce4af53f0a47d2b73d983c96239f9ff33 icedtea-2.4-branchpoint
e5b1403fa68abe3ac7174c031f19e6ecf77624a0 jdk7u14-b10
db94066df63468172e074d59e71d82dc874ed7cb jdk7u14-b11
f9a326e92fafc4724f0af550c2cba82fea202a31 jdk7u14-b12
5a52c6cc8db94b68eaacb42a9b4df30a40b09d82 jdk7u14-b13
5febc4e479fad801424cdcce90a0d463a2ef9223 jdk7u14-b14
+d52538e72925a1da7b1fcff051b591beeb2452b4 ppc-aix-port-b04
5fdb509d1f1a0533b14c61c92d77ff21e0ce2488 jdk7u14-b15
1298307076c2f0c2a4acd3a2a132cbe98d399009 jdk7u15-b01
8db0105f00ce9fe6899ece52d46d78995111c456 jdk7u15-b02
@@ -382,6 +394,7 @@
ba3ff27d4082f2cf0d06e635b2b6e01f80e78589 jdk7u45-b18
164cf7491ba2f371354ba343a604eee4c61c529d jdk7u45-b30
7f5cfaedb25c2c2774d6839810d6ae543557ca01 jdk7u45-b31
+849b17bc6e9a08fa41e0ef631e51366a09842e64 jdk7u60-b00
ef7bdbe7f1fa42fd58723e541d9cdedcacb2649a jdk7u45-b33
bcb3e939d046d75436c7c8511600b6edce42e6da jdk7u45-b34
efbda7abd821f280ec3a3aa6819ad62d45595e55 jdk7u45-b35
@@ -408,6 +421,7 @@
2a9f5c00ba46f895bc9d16a584bf7d80c1822268 jdk7u55-b02
0479d260ac835eb3f0c7f3d7d15be0599b92a20a jdk7u55-b03
a244cc40ae0b29028ff8503ee516cb5f9e3db6e3 jdk7u55-b04
+25d63d986653d81522b01bbd2664083ae5fdc243 jdk7u65-b00
25d63d986653d81522b01bbd2664083ae5fdc243 jdk7u55-b05
76eeeaace70d38795eef5215f758493421cee0ac jdk7u55-b06
08f7914d6aa947e73269b4e60110ed12573ffa28 jdk7u55-b07
@@ -419,12 +433,21 @@
81bf1ca3a3a71c628b7d952ba47c6f200a223f27 jdk7u55-b13
96d55b4d88fea1d9f8227e70003210a6c10a1dba jdk7u55-b30
c1964a222000b4884b992fdbaf8f62a45fb893c9 jdk7u55-b14
+56c12a84e86eb47e24e4bc50a4602a276e6b4e4b jdk7u55-b15
4f6115ba266e5489b5e1968a28304f82be1f5641 jdk7u55-b31
+ec8793f5aa4fb0aff4aa2f02f458fa6720f3ec6f jdk7u55-b32
+13fed9e9f022e4a7f914c8410cbaa6f6564d4efd jdk7u55-b33
+d9e4f2bb3d75d15dac2c37c6ef9f64ee49ea1728 jdk7u55-b34
+c5cfebcc373607c78d577fad2146821fafc46868 jdk7u55-b35
+284494d407006c826bc434a79cab37b17e1849e3 jdk7u55-b36
849b17bc6e9a08fa41e0ef631e51366a09842e64 jdk7u60-b00
b19e375d9829daf207b1bdc7f908a3e1d548462c jdk7u60-b01
954e1616449af74f68aed57261cbeb62403377f1 jdk7u60-b02
+0d89cc5766d72e870eaf16696ec9b7b1ca4901fd icedtea-2.5pre01
+f75a642c2913e1ecbd22fc46812cffa2e7739169 icedtea-2.5pre02
4170784840d510b4e8ae7ae250b92279aaf5eb25 jdk7u60-b03
772aad4e9681828b8ee193b9ed971cbfe6c7f347 jdk7u60-b04
+702454ac1a074e81890fb07da06ebf00370e42ed icedtea-2.6pre01
744287fccf3b2c4fba2abf105863f0a44c3bd4da jdk7u60-b05
8f6db72756f3e4c3cca8731d20e978fb741846d2 jdk7u60-b06
02f050bc5569fb058ace44ed705bbb0f9022a6fe jdk7u60-b07
@@ -434,10 +457,93 @@
3cc64ba8cf85942929b15c5ef21360f96db3b99c jdk7u60-b11
b79b8b1dc88faa73229b2bce04e979ff5ec854f5 jdk7u60-b12
3dc3e59e9580dfdf95dac57c54fe1a4209401125 jdk7u60-b13
+2040d4afc89815f6bf54a597ff58a70798b68e3d icedtea-2.6pre02
+2950924c2b80dc4d3933a8ab15a0ebb39522da5a icedtea-2.6pre03
a8b9c1929e50a9f3ae9ae1a23c06fa73a57afce3 jdk7u60-b14
+fa084876cf02f2f9996ad8a0ab353254f92c5564 icedtea-2.6pre04
+5f917c4b87a952a8bf79de08f3e2dd3e56c41657 icedtea-2.6pre05
7568ebdada118da1d1a6addcf6316ffda21801fd jdk7u60-b15
057caf9e0774e7c530c5710127f70c8d5f46deab jdk7u60-b16
+b7cc00c573c294b144317d44803758a291b3deda jdk7u60-b17
b7cc00c573c294b144317d44803758a291b3deda jdk7u60-b18
-b7cc00c573c294b144317d44803758a291b3deda jdk7u60-b17
+7effcbb8d1fd7ced194a294e29eea28bf552ac34 jdk7u65-b01
40aa95c8477aa0a3f090859570f5536afc9026b7 jdk7u60-b19
+b578e801c5f0e41be96d58e213b32f5c0c9278e8 jdk7u60-b30
+c1c8f9d50b3e0d7d8af08be4270649a7572b68d4 jdk7u60-b31
+ab67af57536bf46e54b5b28462d34274aaa67025 jdk7u60-b32
+e7a68fd132f7a2f39ed72d804b4574a4cc3defb2 jdk7u60-b33
+75b8c65f4c148baa4084022035b22de47df9426b jdk7u65-b02
+16bb02dae837566f3c350c6313b09f6110dcba68 jdk7u65-b03
+91677116552f743f3589f3d2ba255fa1079c0c48 jdk7u65-b04
+8f585b94be8c83f89fc481cf010a129ef75cd31b jdk7u65-b05
+c3a8556785e89b7868fc4ece666120dbf8c5c7a7 jdk7u65-b06
+1978b6434c4f717ba1bd715f016ab99dff879857 jdk7u65-b07
+684f0285b699d304d1efff487b550ff2e1679e98 jdk7u65-b08
+2715f752385349274b43a1efaab5733bafc40557 jdk7u65-b09
+98cac38ef1302939a37b85c0208a7969ba4cd8ad jdk7u65-b10
+4c40603840a8ffbf5e30049b52ff336a9aca04c1 jdk7u65-b11
+36b01ef633b2e70836b5914aa6924e81ff4d41ec jdk7u65-b12
+5ba8a1ef0f82d341ede3ec2fdac7e012e42594c4 jdk7u65-b13
+52769f410515f6a7fa66a93b24a1327fa6b6174a jdk7u65-b14
+7f2891e4c6fcd9c0e31f50189a50c8de189d774f jdk7u65-b15
+dea7e67840b68ae6752b37e69e242dae2765b878 jdk7u65-b16
+15a051dfadb6a7d014f0d2739ccf0a63ade56313 jdk7u65-b17
+576e2fd21368ba67f1f19d3180f78bc440b795a1 jdk7u65-b30
+0f809f893588548a3b5c8441e28c9e0a62bc13ef jdk7u65-b18
+eae289997f58ef6396dc323c3d5b93a56fb43573 jdk7u65-b19
+afc940d62b49059f565f87c83343fa3d28df883b jdk7u65-b32
+114c4fc53777e4067a26f6510fe72fa770a9253c jdk7u65-b20
+8a09cca8f12027ba59df4bb18d49e855c4db4811 jdk7u67-b01
+eae289997f58ef6396dc323c3d5b93a56fb43573 jdk7u65-b40
+5e4cc118e2d1f7a8eefca5dd7146d46a1b0ca911 jdk7u65-b31
+59575d1928f98d1e26ea548ff4d5e2415dfe9b57 jdk7u65-b33
+684f0285b699d304d1efff487b550ff2e1679e98 jdk7u66-b00
+a927daae851fa81d0470d2b67f52e8156e4d423c jdk7u66-b01
+6f229fda19bdabf7a3d1caad9d809dd713cce65d jdk7u66-b09
+77e053e3a41f254d99e7a1151b6cf874265132e5 jdk7u66-b10
+596cf48685bcf7970275ce637ea2e58b16e9816e jdk7u66-b11
+021fb086f47f6f3659f0fe2de824c3b5548530c4 jdk7u66-b12
+b9801badec029e241a580aa52db27e03fc5e2b88 jdk7u66-b13
+3ceea3a91e4cbc29a435519747c22dfb02e68f67 jdk7u66-b14
+2918f02cde3e0fd134e2051e67296c3f935825e6 jdk7u66-b15
+9442596a63f000f4290265aa0574ee5fa8865808 jdk7u66-b16
+bd740cf100e1f7f866bd902fb668e77dcd866251 jdk7u66-b17
+df0aa7e382459053c7fa92f133080cdf679c6100 jdk7u71-b00
+46244a1e94b97b324a9ab97322b710af63b2f20b jdk7u71-b01
+29583e3ca6f9cb337fb203a84be70d234e667c1d jdk7u71-b02
+8a5c2c7dd6dce2c0540ace9c4372cf984ad62b9b jdk7u71-b03
+c4b7f94c483e9092ab634067095f4f325f9648a9 jdk7u71-b04
+103784a125a4a4fa40981f524a64cfd5b0c61722 jdk7u71-b05
+6d6a78b11de79b7f38c95e597ea0f33952716e99 jdk7u71-b06
+6c6763cce51e8e888130033350dc37114b17b6a5 jdk7u71-b07
+a5e828c017c4371d7a8cd0be812e7282dc5b7772 jdk7u71-b08
+42d1ec856f73bf3378346d66ad42cd5c57a5f8f2 jdk7u71-b09
+1579a3e24c494de0ee63bed2a4c3fbd176e95abc jdk7u71-b10
+df957022bc94fc84c3d9e6f1f23af29b6afeb63d jdk7u71-b11
+a8fd0637a601ee2747e785bd5e9e2a0262acf280 jdk7u71-b12
+1cefc4b498a60ebc86b76eb2e9e861dbb072bd85 jdk7u71-b13
+6fe93bd5d4ac9d65a3f97cc16286ed2278150d7c jdk7u71-b14
+5b207c2ea9d20c5de58a7a7e618cc9b86ac7fe76 jdk7u72-b01
+1f1c94334f194aa980b7787fd5f2286405991e23 jdk7u72-b02
+6e5faa9ed5f317369eacfedbf57fc0745c1e940b jdk7u72-b03
+960f87b4d55681f19880385f9d11e227ea36f2df jdk7u72-b04
+adf88de8b627ede9e8819d94b00ad9ec7eed3077 jdk7u72-b05
+7efda07275d14dbd0fd96d304b7d682579cb6410 jdk7u72-b06
+bfaa78bab4784c6bb494393dad0c330616cb7256 jdk7u72-b07
+073486551f0c07f44c93e8dcdb31785a3f4526eb jdk7u72-b08
+0e25c3ae773a27dba34ec05ea28dbcd44ea6f933 jdk7u72-b09
+b63b6992ddd27688e276100be436bcf52e0525bc jdk7u72-b10
+65c68241236ab792fe72119a0b4c29effd048904 jdk7u72-b11
+cc58d9704b4017efe9ebe4391d73d82c0caf6d1c jdk7u72-b12
+cade57461d3b90a59ec62c06d77068b1b73f05b2 jdk7u72-b13
+6106b56a874e19e603660a09d506fe8afcde9e14 jdk7u72-b14
+7a09f7596c8bb17d3b25b4506dd76425f6efb15e jdk7u72-b30
772aad4e9681828b8ee193b9ed971cbfe6c7f347 jdk7u80-b00
+6c307a0b7a94e002d8a2532ffd8146d6c53f42d3 jdk7u80-b01
+3eab691bd9ac5222c11dbabb7b5fbc8463c62df6 icedtea-2.6pre07
+f43a81252f827395020fe71099bfa62f2ca0de50 icedtea-2.6pre06
+cdf407c97754412b02ebfdda111319dbd3cb9ca9 icedtea-2.6pre08
+5bd6f3adf690dc2de8881b6f9f48336db4af7865 jdk7u80-b02
+55486a406d9f111eea8996fdf6144befefd86aff icedtea-2.6pre09
+cf836e0ed10de1179ec398a7db323e702b60ca35 icedtea-2.6pre10
+510234036e06ec8d7ed2a39ee11faf1b9a4257b0 icedtea-2.6pre11
diff -r 6c307a0b7a94 -r 20271ca7c218 .jcheck/conf
--- a/.jcheck/conf Tue May 20 12:34:25 2014 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-project=jdk7
-bugids=dup
diff -r 6c307a0b7a94 -r 20271ca7c218 make/Makefile
--- a/make/Makefile Tue May 20 12:34:25 2014 -0700
+++ b/make/Makefile Wed Nov 12 21:21:40 2014 +0000
@@ -111,6 +111,10 @@
ANT_OPTIONS += -Ddebug.classfiles=true
endif
+ifeq ($(JAVAC_WARNINGS_FATAL), false)
+ ANT_OPTIONS += -Djavac.warnings.fatal=
+endif
+
# Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
# and the somewhat misnamed CLASS_VERSION (-target NN)
ifdef TARGET_CLASS_VERSION
diff -r 6c307a0b7a94 -r 20271ca7c218 make/build.properties
--- a/make/build.properties Tue May 20 12:34:25 2014 -0700
+++ b/make/build.properties Wed Nov 12 21:21:40 2014 +0000
@@ -68,7 +68,8 @@
# set the following to -version to verify the versions of javac being used
javac.version.opt =
# in time, there should be no exceptions to -Xlint:all
-javac.lint.opts = -Xlint:all,-deprecation -Werror
+javac.warnings.fatal = -Werror
+javac.lint.opts = -Xlint:all,-deprecation ${javac.warnings.fatal}
# options for the <javadoc> task for javac
#javadoc.jls3.url=http://java.sun.com/docs/books/jls/
diff -r 6c307a0b7a94 -r 20271ca7c218 make/build.xml
--- a/make/build.xml Tue May 20 12:34:25 2014 -0700
+++ b/make/build.xml Wed Nov 12 21:21:40 2014 +0000
@@ -877,7 +877,7 @@
</javac>
<taskdef name="genstubs"
classname="GenStubs$$Ant"
- classpath="${build.toolclasses.dir}/"/>
+
classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.home}/lib/ant.jar"/>
</target>
<target name="-def-javadoc-tool" depends="-check-target.java.home">
diff -r 6c307a0b7a94 -r 20271ca7c218
src/share/classes/com/sun/tools/javac/jvm/Gen.java
--- a/src/share/classes/com/sun/tools/javac/jvm/Gen.java Tue May 20
12:34:25 2014 -0700
+++ b/src/share/classes/com/sun/tools/javac/jvm/Gen.java Wed Nov 12
21:21:40 2014 +0000
@@ -1067,7 +1067,7 @@
boolean testFirst) {
Env<GenContext> loopEnv = env.dup(loop, new GenContext());
int startpc = code.entryPoint();
- if (testFirst) {
+ if (testFirst) { //while or for loop
CondItem c;
if (cond != null) {
code.statBegin(cond.pos);
@@ -1097,6 +1097,9 @@
code.resolve(c.falseJumps);
}
code.resolve(loopEnv.info.exit);
+ if (loopEnv.info.exit != null) {
+ loopEnv.info.exit.state.defined.excludeFrom(code.nextreg);
+ }
}
public void visitForeachLoop(JCEnhancedForLoop tree) {
diff -r 6c307a0b7a94 -r 20271ca7c218
src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
---
a/src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties Tue
May 20 12:34:25 2014 -0700
+++
b/src/share/classes/com/sun/tools/javac/resources/compiler_ja.properties Wed
Nov 12 21:21:40 2014 +0000
@@ -1,5 +1,5 @@
#
-# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights
reserved.
+# Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights
reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -98,11 +98,11 @@
compiler.err.annotation.value.not.allowable.type=\u4F7F\u7528\u3067\u304D\u306A\u3044\u578B\u306E\u6CE8\u91C8\u306E\u5024\u3067\u3059
-compiler.err.anon.class.impl.intf.no.args=\u540D\u524D\u306E\u306A\u3044\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002\u5F15\u6570\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
+compiler.err.anon.class.impl.intf.no.args=\u533F\u540D\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002\u5F15\u6570\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
-compiler.err.anon.class.impl.intf.no.typeargs=\u540D\u524D\u306E\u306A\u3044\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002\u578B\u5F15\u6570\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
+compiler.err.anon.class.impl.intf.no.typeargs=\u533F\u540D\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002\u578B\u5F15\u6570\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
-compiler.err.anon.class.impl.intf.no.qual.for.new=\u540D\u524D\u306E\u306A\u3044\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002new\u306B\u4FEE\u98FE\u5B50\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
+compiler.err.anon.class.impl.intf.no.qual.for.new=\u533F\u540D\u30AF\u30E9\u30B9\u304C\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9\u3092\u5B9F\u88C5\u3057\u3066\u3044\u307E\u3059\u3002new\u306B\u4FEE\u98FE\u5B50\u3092\u6301\u3064\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
# 0: symbol, 1: symbol, 2: symbol
compiler.err.array.and.varargs={2}\u3067{0}\u3068{1}\u306E\u4E21\u65B9\u3092\u5BA3\u8A00\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
diff -r 6c307a0b7a94 -r 20271ca7c218
src/share/classes/com/sun/tools/javac/resources/javac_ja.properties
---
a/src/share/classes/com/sun/tools/javac/resources/javac_ja.properties
Tue May 20 12:34:25 2014 -0700
+++
b/src/share/classes/com/sun/tools/javac/resources/javac_ja.properties
Wed Nov 12 21:21:40 2014 +0000
@@ -1,5 +1,5 @@
#
-# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights
reserved.
+# Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights
reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -115,7 +115,7 @@
javac.msg.usage.nonstandard.footer=\u3053\u308C\u3089\u306F\u975E\u6A19\u6E96\u30AA\u30D7\u30B7\u30E7\u30F3\u3067\u3042\u308A\u4E88\u544A\u306A\u3057\u306B\u5909\u66F4\u3055\u308C\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002
-javac.msg.bug=\u30B3\u30F3\u30D1\u30A4\u30E9\u3067\u4F8B\u5916\u304C\u767A\u751F\u3057\u307E\u3057\u305F({0})\u3002Bug
Parade\u306B\u540C\u3058\u30D0\u30B0\u304C\u767B\u9332\u3055\u308C\u3066\u3044\u306A\u3044\u3053\u3068\u3092\u3054\u78BA\u8A8D\u306E\u4E0A\u3001Java
Developer Connection
(http://java.sun.com/webapps/bugreport)\u3067\u30D0\u30B0\u306E\u767B\u9332\…
+javac.msg.bug=\u30B3\u30F3\u30D1\u30A4\u30E9\u3067\u4F8B\u5916\u304C\u767A\u751F\u3057\u307E\u3057\u305F({0})\u3002Bug
Parade\u3067\u91CD\u8907\u304C\u306A\u3044\u304B\u3092\u3054\u78BA\u8A8D\u306E\u3046\u3048\u3001Java
Developer Connection
(http://java.sun.com/webapps/bugreport)\u3067bug\u306E\u767B\u9332\u3092\u30…
javac.msg.io=\n\n\u5165\u51FA\u529B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\n\u8A73\u7D30\u306F\u6B21\u306E\u30B9\u30BF\u30C3\u30AF\u30FB\u30C8\u30EC\u30FC\u30B9\u3067\u8ABF\u67FB\u3057\u3066\u304F\u3060\u3055\u3044\u3002\n
diff -r 6c307a0b7a94 -r 20271ca7c218
src/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties
---
a/src/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties Tue
May 20 12:34:25 2014 -0700
+++
b/src/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties Wed
Nov 12 21:21:40 2014 +0000
@@ -1,5 +1,5 @@
#
-# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights
reserved.
+# Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights
reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -31,7 +31,7 @@
main.Xusage=-Xmaxerrs <number>
\u51FA\u529B\u3059\u308B\u30A8\u30E9\u30FC\u306E\u6700\u5927\u6570\u3092\u8A2D\u5B9A\u3059\u308B\n-Xmaxwarns
<number>
\u51FA\u529B\u3059\u308B\u8B66\u544A\u306E\u6700\u5927\u6570\u3092\u8A2D\u5B9A\u3059\u308B\n\n\u3053\u308C\u3089\u306F\u975E\u6A19\u6E96\u30AA\u30D7\u30B7\u30E7\u30F3\u3067\u3042\u308A\u4E88\u544A\u306A\u3057\u306B\u5909\u66F4\u3055\u308C\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u3002
main.option.already.seen={0}\u30AA\u30D7\u30B7\u30E7\u30F3\u304C\u8907\u6570\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002
main.requires_argument=\u30AA\u30D7\u30B7\u30E7\u30F3{0}\u306B\u306F\u5F15\u6570\u304C\u5FC5\u8981\u3067\u3059\u3002
-main.locale_first=\u30AA\u30D7\u30B7\u30E7\u30F3-locale\u306F\u3001\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u306E\u6700\u521D\u306B\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
+main.locale_first=\u30AA\u30D7\u30B7\u30E7\u30F3-locale\u306F\u3001\u30B3\u30DE\u30F3\u30C9\u884C\u306E\u6700\u521D\u306B\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
main.invalid_flag={0}\u306F\u7121\u52B9\u306A\u30D5\u30E9\u30B0\u3067\u3059
main.No_packages_or_classes_specified=\u30D1\u30C3\u30B1\u30FC\u30B8\u307E\u305F\u306F\u30AF\u30E9\u30B9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
main.incompatible.access.flags=-public\u3001-private\u3001-package\u307E\u305F\u306F-protected\u306E\u3046\u3061\u306E2\u3064\u4EE5\u4E0A\u3092\u6307\u5B9A\u3057\u307E\u3057\u305F\u3002
diff -r 6c307a0b7a94 -r 20271ca7c218
src/share/classes/com/sun/tools/javah/resources/l10n_ja.properties
---
a/src/share/classes/com/sun/tools/javah/resources/l10n_ja.properties Tue
May 20 12:34:25 2014 -0700
+++
b/src/share/classes/com/sun/tools/javah/resources/l10n_ja.properties Wed
Nov 12 21:21:40 2014 +0000
@@ -1,5 +1,5 @@
#
-# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights
reserved.
+# Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights
reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -27,9 +27,9 @@
# User errors, command line errors.
#
cant.create.dir=\u51FA\u529B\u7528\u306E\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA{0}\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
-at.args.cant.read=\u30D5\u30A1\u30A4\u30EB{1}\u304B\u3089\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u5F15\u6570\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3002
+at.args.cant.read=\u30D5\u30A1\u30A4\u30EB{1}\u304B\u3089\u30B3\u30DE\u30F3\u30C9\u884C\u5F15\u6570\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3002
at.args.file.not.found=\u30D5\u30A1\u30A4\u30EB{0}\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
-at.args.io.exception=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u306E@\u5F15\u6570\u306E\u51E6\u7406\u4E2D\u306B\u3001\u6B21\u306E\u5165\u51FA\u529B\u306E\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F:
{0}\u3002
+at.args.io.exception=\u30B3\u30DE\u30F3\u30C9\u884C\u306E@\u5F15\u6570\u306E\u51E6\u7406\u4E2D\u306B\u3001\u6B21\u306E\u5165\u51FA\u529B\u306E\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F:
{0}\u3002
old.jni.mixed=\u30AA\u30D7\u30B7\u30E7\u30F3-jni\u3068-old\u3092\u540C\u6642\u306B\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
old.llni.mixed=\u30AA\u30D7\u30B7\u30E7\u30F3-old\u3068-llni\u3092\u540C\u6642\u306B\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
old.not.supported=\u3053\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u306Ejavah\u3067\u306F\u30AA\u30D7\u30B7\u30E7\u30F3-old\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
@@ -38,11 +38,11 @@
jni.no.stubs=JNI\u306F\u30B9\u30BF\u30D6\u3092\u5FC5\u8981\u3068\u3057\u307E\u305B\u3093\u3002JNI\u306E\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
jni.sigerror={0}\u306E\u30B7\u30B0\u30CD\u30C1\u30E3\u3092\u5224\u5225\u3067\u304D\u307E\u305B\u3093
dir.file.mixed=\u30AA\u30D7\u30B7\u30E7\u30F3-d\u3068-o\u3092\u540C\u6642\u306B\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
-no.classes.specified=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u3067\u30AF\u30E9\u30B9\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
-no.outputfile.specified=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u3067\u51FA\u529B\u30D5\u30A1\u30A4\u30EB\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
-no.outputdir.specified=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u3067\u51FA\u529B\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
-no.classpath.specified=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u3067\u30AF\u30E9\u30B9\u30D1\u30B9\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
-no.bootclasspath.specified=\u30B3\u30DE\u30F3\u30C9\u30E9\u30A4\u30F3\u3067\u30D6\u30FC\u30C8\u30FB\u30AF\u30E9\u30B9\u30D1\u30B9\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+no.classes.specified=\u30B3\u30DE\u30F3\u30C9\u884C\u3067\u30AF\u30E9\u30B9\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+no.outputfile.specified=\u30B3\u30DE\u30F3\u30C9\u884C\u3067\u51FA\u529B\u30D5\u30A1\u30A4\u30EB\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+no.outputdir.specified=\u30B3\u30DE\u30F3\u30C9\u884C\u3067\u51FA\u529B\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+no.classpath.specified=\u30B3\u30DE\u30F3\u30C9\u884C\u3067\u30AF\u30E9\u30B9\u30D1\u30B9\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
+no.bootclasspath.specified=\u30B3\u30DE\u30F3\u30C9\u884C\u3067\u30D6\u30FC\u30C8\u30FB\u30AF\u30E9\u30B9\u30D1\u30B9\u304C\u6307\u5B9A\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002-help\u3067\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
unknown.option={0}\u306F\u4E0D\u6B63\u306A\u5F15\u6570\u3067\u3059\n
tracing.not.supported=\u8B66\u544A:
\u30C8\u30EC\u30FC\u30B9\u306F\u73FE\u5728\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u304B\u308F\u308A\u306B\u3001Virtual
Machine\u306E-verbose:jni\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
diff -r 6c307a0b7a94 -r 20271ca7c218
src/share/classes/com/sun/tools/javap/resources/javap_ja.properties
---
a/src/share/classes/com/sun/tools/javap/resources/javap_ja.properties
Tue May 20 12:34:25 2014 -0700
+++
b/src/share/classes/com/sun/tools/javap/resources/javap_ja.properties
Wed Nov 12 21:21:40 2014 +0000
@@ -3,7 +3,7 @@
err.bad.constant.pool={0}\u306E\u5B9A\u6570\u30D7\u30FC\u30EB\u306E\u8AAD\u53D6\u308A\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F: {1}
err.class.not.found=\u30AF\u30E9\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093: {0}
-err.crash=\u91CD\u5927\u306A\u5185\u90E8\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F:
{0}\n\u6B21\u306E\u60C5\u5831\u3092\u542B\u3080\u30D0\u30B0\u30FB\u30EC\u30DD\u30FC\u30C8\u3092\u30D5\u30A1\u30A4\u30EB\u3057\u3066\u304F\u3060\u3055\u3044:\n{1}
+err.crash=\u91CD\u5927\u306A\u5185\u90E8\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F:
{0}\n\u6B21\u306E\u60C5\u5831\u3092\u542B\u3080bug\u30EC\u30DD\u30FC\u30C8\u3092\u30D5\u30A1\u30A4\u30EB\u3057\u3066\u304F\u3060\u3055\u3044:\n{1}
err.end.of.file={0}\u306E\u8AAD\u53D6\u308A\u4E2D\u306B\u4E88\u671F\u3057\u306A\u3044\u30D5\u30A1\u30A4\u30EB\u306E\u7D42\u308F\u308A\u304C\u691C\u51FA\u3055\u308C\u307E\u3057\u305F
err.file.not.found=\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093: {0}
err.h.not.supported=-h\u306F\u4F7F\u7528\u53EF\u80FD\u3067\u306A\u304F\u306A\u308A\u307E\u3057\u305F - 'javah'\u30D7\u30ED\u30B0\u30E9\u30E0\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044
diff -r 6c307a0b7a94 -r 20271ca7c218 test/Makefile
--- a/test/Makefile Tue May 20 12:34:25 2014 -0700
+++ b/test/Makefile Wed Nov 12 21:21:40 2014 +0000
@@ -33,6 +33,9 @@
ifeq ($(ARCH), i386)
ARCH=i586
endif
+ ifeq ($(ARCH), ppc64le)
+ ARCH=ppc64
+ endif
endif
ifeq ($(OSNAME), Darwin)
PLATFORM = bsd
diff -r 6c307a0b7a94 -r 20271ca7c218 test/tools/javac/T5090006/broken.jar
Binary file test/tools/javac/T5090006/broken.jar has changed
diff -r 6c307a0b7a94 -r 20271ca7c218
test/tools/javac/T8050386/WrongStackframeGenerationTest1.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test/tools/javac/T8050386/WrongStackframeGenerationTest1.java Wed
Nov 12 21:21:40 2014 +0000
@@ -0,0 +1,47 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License
version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+/*
+ * @test
+ * @bug 8050386
+ * @summary Verification error due to a bad stackmap frame generated by
javac
+ */
+
+public class WrongStackframeGenerationTest1 {
+ public static void main(String[] args) {}
+
+ static void foo(){
+ while (true) {
+ int i = 0;
+ break;
+ }
+ switch (1) {
+ case 1:
+ int j = 0;
+ case 2:
+ bar();
+ }
+ }
+
+ static void bar() {}
+}
diff -r 6c307a0b7a94 -r 20271ca7c218
test/tools/javac/T8050386/WrongStackframeGenerationTest2.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test/tools/javac/T8050386/WrongStackframeGenerationTest2.java Wed
Nov 12 21:21:40 2014 +0000
@@ -0,0 +1,50 @@
+/*
+ * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License
version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+/*
+ * @test
+ * @bug 8050386
+ * @summary Verification error due to a bad stackmap frame generated by
javac
+ */
+
+public class WrongStackframeGenerationTest2 {
+ public static void main(String[] args) {}
+
+ static void foo() {
+ int len;
+ for (;;) {
1
0
[forwarding bounced check-in message from icedtea7-forest-aarch64 repo]
------ This is a copy of the message, including all the headers. ------
------ The body of the message is 143575 characters long; only the first
------ 106496 or so are included here.
Return-path: <adinn(a)icedtea.classpath.org>
Received: from localhost ([127.0.0.1] helo=icedtea.classpath.org)
by icedtea.classpath.org with esmtp (Exim 4.69)
(envelope-from <adinn(a)icedtea.classpath.org>)
id 1XtzMs-0003xI-7v
for aarch64-port-dev(a)openjdk.java.net; Thu, 27 Nov 2014 13:44:22 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Date: Thu, 27 Nov 2014 13:44:22 +0000
Subject: /hg/icedtea7-forest-aarch64/hotspot: 322 new changesets
From: adinn(a)icedtea.classpath.org
X-Hg-Notification: changeset 9cb5dfd703dd
Message-Id:
<hg.9cb5dfd703dd.1417095862.-5017525213744097322(a)icedtea.classpath.org>
To: aarch64-port-dev(a)openjdk.java.net
changeset 9cb5dfd703dd in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Tue Aug 26 17:14:48 2014 +0100
PR1948: Only try and symlink debuginfo if STRIP_POLICY is other than
no_strip
changeset c1b245e7e701 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Thu Jun 26 14:23:30 2014 -0700
Added tag jdk7u80-b01 for changeset 05fe7a87d149
changeset 699a0d90d7f4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Tue May 27 16:05:29 2014 -0700
8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
Reviewed-by: coleenp, lfoltan, kvn
changeset 6ae83ea003fd in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Wed Jun 04 09:36:15 2014 +0200
8043354: OptimizePtrCompare too aggressive when allocations are present
Summary: In bcEscapeAnalyzer update the _allocated_escapes flag if a
var escapes the method.
Reviewed-by: rasbold, kvn
changeset e293ec39c3a0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Mon Jun 02 13:26:49 2014 +0200
8011646: SEGV in compiled code with loop predication
Summary: Remove control edge of load node to ensure that castPP removal
sets the control edge correctly
Reviewed-by: anoll, kvn, roland
changeset f8795cb3f5c1 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: lana
date: Tue Jul 01 14:27:21 2014 -0700
Merge
changeset 6bee813b7b17 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Mon Jul 14 19:20:36 2014 -0700
Added tag jdk7u80-b01 for changeset e2533d62ca88
changeset dfbbd3199468 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Mon Jul 14 19:41:35 2014 -0700
Merge
changeset c3b61b975954 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Feb 11 12:33:19 2014 -0800
Added tag jdk7u65-b00 for changeset b86119fa2748
changeset 902c60412b69 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Feb 11 15:07:58 2014 -0800
Merge
changeset 926c5c98bb26 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Feb 11 17:06:29 2014 -0800
Merge
changeset 1e71efaaaa5b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Feb 12 16:22:48 2014 -0800
Merge
changeset bfcfcf77f411 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Fri Feb 14 12:07:27 2014 -0500
8030763: Validate global memory allocation
Summary: Add length checks where necessary
Reviewed-by: coleenp, mschoene
changeset 207008854ba0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Feb 18 14:08:49 2014 -0800
Merge
changeset 96d38216303f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Thu Feb 20 13:51:45 2014 -0500
8034926: Attribute classes properly
Summary: Add check to prevent underflow
Reviewed-by: coleenp, ahgross
changeset 77d04d419019 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Feb 20 08:56:21 2014 -0800
Merge
changeset a133b4873886 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Feb 20 15:09:32 2014 -0800
Merge
changeset 75a5b21398a3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Feb 25 23:18:36 2014 -0800
Merge
changeset 4a9635c98a91 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Feb 26 21:38:35 2014 -0800
8035923: Set minor version for hotspot in 7u65 to 65 and build number
to b01
Reviewed-by: jcoomes
changeset 2407065fc820 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Thu Feb 27 11:58:31 2014 -0800
Added tag jdk7u65-b01 for changeset 4a9635c98a91
changeset bbe9be4ea0d4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Feb 27 13:00:19 2014 -0800
Merge
changeset 6670d25b0255 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Tue Mar 04 15:58:08 2014 -0500
8032536: JVM resolves wrong method in some unusual cases
Summary: Handle package private case
Reviewed-by: coleenp, acorn, jdn
changeset 6e5d97fc1fcd in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Mar 04 17:46:54 2014 -0800
Merge
changeset eb797fab50d3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Mar 05 13:36:11 2014 -0800
Merge
changeset 1d15e13e99a9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Wed Mar 05 16:28:02 2014 -0800
Added tag jdk7u65-b02 for changeset eb797fab50d3
changeset af178153a503 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Mar 11 14:50:14 2014 -0700
Merge
changeset 4c7632e49838 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Mar 11 15:15:49 2014 -0700
Merge
changeset bb00df28ecdb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Mar 12 14:55:11 2014 -0700
Merge
changeset 59a0be024ffb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Thu Mar 13 13:16:48 2014 -0700
Added tag jdk7u65-b03 for changeset bb00df28ecdb
changeset f9dfc73ddf90 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Mar 18 13:08:04 2014 -0700
Merge
changeset c650f71b9c67 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Wed Mar 19 14:18:19 2014 -0400
8036800: Attribute OOM to correct part of code
Summary: checks that the attribute_length does not exceed the length of
remaining data in the class file
Reviewed-by: coleenp, ahgross
changeset 458f18560343 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Wed Mar 19 18:04:09 2014 -0400
8035119: Fix exceptions to bytecode verification
Summary: Prevent ctor calls to super() and this() from avoidable code
(try blocks, if stmts, etc.)
Reviewed-by: coleenp, acorn, mschoene
changeset 848481af9003 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Thu Mar 20 08:46:41 2014 -0400
8034985: Better form for Lambda Forms
Summary: Only allow classes loaded by boot or extensions class loaders,
or anonymous classes, to access privileged annotations.
Reviewed-by: coleenp, ahgross, twisti
changeset dd49b20b15f4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Thu Mar 20 13:04:48 2014 -0700
Added tag jdk7u65-b04 for changeset 848481af9003
changeset 98a884fa64a9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Mar 20 14:57:48 2014 -0700
Merge
changeset 523355010e35 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Mar 25 11:18:54 2014 -0700
Added tag jdk7u65-b05 for changeset 98a884fa64a9
changeset 6f1dddf9c632 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Mar 27 12:18:11 2014 -0700
Merge
changeset d625fa9e59bb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 01 12:01:39 2014 -0700
Added tag jdk7u65-b06 for changeset 6f1dddf9c632
changeset ed0d828486a4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Apr 03 11:19:47 2014 -0700
Merge
changeset 02f12a9d5aec in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coleenp
date: Fri Apr 04 13:37:56 2014 -0500
8037076: Check constant pool constants
Summary: Fix events log string.
Reviewed-by: kvn, mschoene
Contributed-by: paul.nauman(a)oracle.com
changeset a053d3d80535 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Apr 04 16:17:30 2014 -0700
8039324: Increment hsx 24.65 build to b02 for 7u65-b07
Reviewed-by: jcoomes
changeset 7df501a095c5 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 08 11:34:21 2014 -0700
Added tag jdk7u65-b07 for changeset a053d3d80535
changeset 63574c639b1d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Apr 09 14:07:17 2014 -0700
Merge
changeset f30a8a82c54f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Apr 14 08:43:38 2014 -0700
8040156: Increment hsx 24.65 build to b03 for 7u65-b08
Reviewed-by: jcoomes
changeset f0f39dbf68aa in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Mon Apr 07 09:22:54 2014 -0400
8037157: Verify <init> call
Summary: Check for null method
Reviewed-by: coleenp, acorn, mschoene
changeset 6f03dfb50363 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Apr 14 08:45:59 2014 -0700
Merge
changeset 4ceb9c03fe8e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 15 23:00:35 2014 -0700
Added tag jdk7u65-b08 for changeset 6f03dfb50363
changeset f5cb7599f587 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Apr 14 16:33:56 2014 -0700
Merge
changeset 76c718fca65d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 15 12:13:51 2014 -0700
Merge
changeset 5047927a9b8d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Apr 16 10:09:07 2014 -0700
Merge
changeset a78d104b5d82 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Apr 16 13:35:41 2014 -0700
Merge
changeset 98e65cb0c384 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Apr 18 22:04:33 2014 -0700
8041264: Increment hsx 24.65 build to b04 for 7u65-b09
Reviewed-by: jcoomes
changeset 16b9b3c08181 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: acorn
date: Tue Apr 15 15:10:07 2014 -0500
8037167: Better method signature resolution
Reviewed-by: mschoene, hseigel, lfoltan
Contributed-by: paul.nauman(a)oracle.com
changeset 2d77f0f9338a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Apr 18 22:11:23 2014 -0700
Merge
changeset 0901a8cf66a0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Mon Apr 07 12:17:30 2014 -0700
Added tag jdk7u55-b32 for changeset ba9270b8fb1f
changeset af947b2746da in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 08 11:15:34 2014 -0700
Added tag jdk7u55-b33 for changeset 0901a8cf66a0
changeset b4930eb1ea76 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Apr 21 09:59:51 2014 -0700
Merge
changeset c40bb388ca82 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 22 11:46:59 2014 -0700
Added tag jdk7u65-b09 for changeset b4930eb1ea76
changeset 4736382ac9d9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Apr 24 12:01:36 2014 -0700
Merge
changeset 7349b5e998e3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 29 12:35:37 2014 -0700
Added tag jdk7u65-b10 for changeset 4736382ac9d9
changeset 2e9f7efdd172 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 29 13:56:29 2014 -0700
Merge
changeset 7345c7bf20fd in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 01 09:05:00 2014 -0700
Merge
changeset 14df0698f407 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 06 10:02:38 2014 -0700
Added tag jdk7u65-b11 for changeset 7345c7bf20fd
changeset 28b81694b89f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 08 11:16:55 2014 -0700
Merge
changeset f4ed018b4c51 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 13 08:13:24 2014 -0700
Added tag jdk7u65-b12 for changeset 28b81694b89f
changeset 7ec585caae47 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 20 12:36:51 2014 -0700
Added tag jdk7u65-b13 for changeset f4ed018b4c51
changeset 7058f0d30de6 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Wed May 28 02:33:59 2014 -0700
Added tag jdk7u65-b14 for changeset 7ec585caae47
changeset f1b2970a2564 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Jun 03 13:52:52 2014 -0700
Added tag jdk7u65-b15 for changeset 7058f0d30de6
changeset 4c6df9a369cb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Fri Jun 13 11:56:38 2014 -0700
Added tag jdk7u65-b16 for changeset f1b2970a2564
changeset aca05127f95b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Jun 17 13:02:52 2014 -0700
Added tag jdk7u65-b17 for changeset 4c6df9a369cb
changeset f113205ab5a9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 25 08:29:30 2014 -0700
Added tag jdk7u65-b30 for changeset aca05127f95b
changeset 589326588e57 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 02 09:38:21 2014 -0700
Added tag jdk7u55-b15 for changeset 4e73c6403b44
changeset d006213be747 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 02 09:48:59 2014 -0700
Merge
changeset 1d8226b3e989 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 02 10:07:55 2014 -0700
Added tag jdk7u65-b18 for changeset d006213be747
changeset 74fb15aa1c09 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 02 21:04:56 2014 -0700
Merge
changeset a79149401826 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Jul 08 12:30:48 2014 -0700
Merge
changeset c43b0b843f89 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 09 15:01:52 2014 -0700
Added tag jdk7u65-b19 for changeset 1d8226b3e989
changeset d3c9265e12fa in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 08:49:48 2014 -0700
Added tag jdk7u65-b32 for changeset c43b0b843f89
changeset 54d3e374f260 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 09:32:29 2014 -0700
Merge
changeset 2c3305db3a4c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 14 22:35:58 2014 -0700
Merge
changeset 64af454a479f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 14 22:24:01 2014 -0700
Merge
changeset 8e2418888848 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 14 22:40:42 2014 -0700
Merge
changeset e97997718e77 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: poonam
date: Wed Jul 02 02:06:45 2014 -0700
8031290: Adjust call to getisax() for additional words returned
8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change
Summary: Add support for Sparc T7 and fix the assertion failure in
cpCacheOop
Reviewed-by: dholmes, jmasa
changeset 65ee230d3b30 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Mon Jun 16 16:27:41 2014 -0700
8046769: Set T family feature bit on Niagara systems
Reviewed-by: kvn, iveresov
changeset 061d770f0096 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: lana
date: Wed Jul 09 13:35:48 2014 -0700
Merge
changeset 29a40195a39c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Mon Jul 14 14:53:50 2014 +0200
8041918: BootstrapMethods attribute cannot be empty.
Summary: Allow a BootstrapMethods attribute that contains an empty
bootstrap_methods table where num_bootstrap_methods is equal to zero.
Reviewed-by: lfoltan, coleenp, hseigel
changeset 4270452e5ac9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: poonam
date: Fri Jul 18 09:51:53 2014 -0700
8048271: Minor GC times doubled from JDK 6u35 to JDK 7u51
Summary: Made JavaObjectsInPerm a diagnostic option
Reviewed-by: jmasa, kevinw
changeset bd8f2377a415 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: lana
date: Tue Jul 22 18:19:27 2014 -0700
Merge
changeset 1744e61450ea in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: zgu
date: Fri Jul 18 11:14:20 2014 -0700
8050165: linux-sparcv9: NMT detail causes
assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] ==
(intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
Summary: Fixed native memory tracking stack walking
Reviewed-by: coleenp, mikael
changeset fa21e59721c4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: zgu
date: Mon Jul 21 06:00:44 2014 -0700
8050167: linux-sparcv9: hs_err file does not show any stack information
Summary: Fixed creation of starting stack frame for stack walking in
error handler
Reviewed-by: coleenp, mikael
changeset 4913b2634773 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: zgu
date: Thu Jul 24 09:33:08 2014 -0400
Merge
changeset f0d3edacea3a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Thu Jul 31 12:10:10 2014 +0200
8051844: BootstrapMethods attribute cannot be empty again
Summary: Fix JDK-8034926 was pushed second time after JDK-8041918 and
cause it again. Recommit the fix JDK-8041918.
Reviewed-by: lfoltan
changeset 16f41a7c5c28 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: kvn
date: Tue Aug 05 14:44:18 2014 -0700
8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow
Summary: Added juint cast to avoid gcc problem we have on one of our
platforms.
Reviewed-by: dholmes, roland
changeset bad107a5d096 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Tue Aug 05 23:10:45 2014 -0400
8051012: Regression in verifier for <init> method call from inside of a
branch
Summary: Fix stackmap matching for branches.
Reviewed-by: coleenp, lfoltan, acorn
changeset c8c45895c863 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Tue Aug 26 17:33:01 2014 +0100
Merge jdk7u80-b02
changeset 8ffb87775f56 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Wed Aug 27 19:47:02 2014 +0100
PR1948: Fix indenting
changeset 9926b4a22b25 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Wed Aug 27 23:04:23 2014 +0100
Added tag icedtea-2.6pre07 for changeset 8ffb87775f56
changeset 69d9f2195369 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Wed Aug 27 23:07:43 2014 +0100
Added tag icedtea-2.6pre06 for changeset b517477362d1
changeset 304c66cf5010 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Thu Aug 28 15:26:22 2014 +0100
RH1015432: java-1.7.0-openjdk: Fails on PPC with StackOverflowError
(revised fix for PPC32)
Contributed-by: chphilli(a)redhat.com
changeset 6d5ec408f4ca in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Mon Sep 08 17:44:42 2014 +0100
PR1988: C++ Interpreter should no longer be used on ppc64
changeset 9e540ae27ead in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Sat Sep 13 16:38:57 2014 +0100
Added tag icedtea-2.6pre08 for changeset 6d5ec408f4ca
changeset d24203ca6ebd in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Wed Oct 01 14:51:36 2014 +0100
RH1015432: java-1.7.0-openjdk: Fails on PPC with StackOverflowError
(revised comprehensive fix)
Contributed-by: chphilli(a)redhat.com
Summary: Reverse effects of fix for Oracle bug 8013398 on Zero jvm.
1) Stack Overflow bugs found in ppc64 , ppc32 due to bad min stack
allowed calc.
found by Andrew Haley aph(a)redhat.com
hotspot/src/cpu/zero/vm/stack_zero.hpp
hotspot/src/cpu/zero/vm/stack_zero.inline.hpp
hotspot/src/os/linux/vm/os_linux.cpp
hotspot/src/os/bsd/vm/os_bsd.cpp
2) Incorrect HW flags for atomic_copy64 causing spurious SEGV's.
found by Andrew Haley aph(a)redhat.com
hotspot/make/linux/Makefile
hotspot/make/bsd/Makefile
hotspot/make/bsd/platform_zero.in
hotspot/make/linux/platform_zero.in
hotspot/src/share/vm/utilities/macros.hpp
3) Missing synch for xchg , xchg_ptr also possible cause of SEGV's.
found by Andrew Haley aph(a)redhat.com
hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp
hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp
4) Workaround for gcc bug [ http://gcc.gnu.org/PR63341 Add
-fno-tree-vectorize to ppc build.]
found by Andrew Haley aph(a)redhat.com
hotspot/make/linux/makefiles/gcc.make
hotspot/make/bsd/makefiles/gcc.make
5) And fix code rot to allow building Zero hotspot jvm debug[jvmg] ,
fastdebug.
hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
changeset ded432e6064b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Wed Aug 20 12:12:55 2014 -0700
Added tag jdk7u80-b02 for changeset bad107a5d096
changeset 612e0c2ebea4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: morris
date: Wed Aug 13 13:00:53 2014 -0700
8054530: C2: assert(res == old_res) failed: Inconsistency between old
and new
Summary: Fixed signedness problem with assertion.
Reviewed-by: kvn
changeset cd27a7c464de in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Mon Aug 18 08:01:20 2014 +0200
8046516: Segmentation fault in JVM (easily reproducible)
Summary: Place new nodes on the previous loop exit in reorg_offsets().
Reviewed-by: kvn, roland
changeset 682dd189a958 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: poonam
date: Tue Aug 19 04:24:52 2014 -0700
8044406: JVM crash with JDK8 (build 1.8.0-b132) with G1 GC
Summary: Fill the last card that has been allocated into with a dummy
object
Reviewed-by: tschatzl, mgerdin
changeset 4d36da56075c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: dbuck
date: Tue Aug 19 10:03:45 2014 -0700
8054883: Segmentation error while running program
Summary: Fix pattern matching of range check
Reviewed-by: kvn
changeset 1443b6a0483c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Tue Aug 12 20:29:25 2014 -0400
8050485: super() in a try block in a ctor causes VerifyError
Summary: Parse catch clause paths to ensure they end in throws
Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
changeset 02f03ffc0337 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Thu Aug 21 11:13:37 2014 +0200
8029302: Performance regression in Math.pow intrinsic
Summary: Added special case for x^y where y == 2
Reviewed-by: adlertz, kvn
changeset 022dc2063c86 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Thu Aug 21 15:49:55 2014 +0200
8042052: assert(t != NULL) failed: must set before get
Summary: Added missing call to _gvn.transform to make sure the type of
the PhiNode is recorded in the gvn.
Reviewed-by: anoll, kvn
changeset aa8698c3b6c1 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Tue Aug 26 09:23:17 2014 +0200
8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
Summary: Add a ! owner check for 'waiting to lock' to catch
current_pending_monitor corner cases.
Reviewed-by: dcubed, dholmes, sspitsyn, kmo, zgu
changeset a35f4994a5fc in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Tue Aug 26 09:29:13 2014 +0200
8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java
failed error_cnt=12
Summary: Added a new header waiting pattern to catch the case where the
target thread waiting on a condition (like a VM op); several other test
improvements
Reviewed-by: dcubed, sspitsyn, dholmes
changeset 80ffd20441a8 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: vkempik
date: Mon Sep 01 15:33:22 2014 +0400
6883953: java -client -XX:ValueMapInitialSize=0 crashes
Summary: Add min, max checks for ValueMapInitialSize
Reviewed-by: kvn, sgabdura
changeset aad3fc05d972 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Fri Aug 29 12:40:56 2014 -0400
8046233: VerifyError on backward branch
Summary: Check that both blocks have same uninitialized object
Reviewed-by: acorn, coleenp
changeset d638e49facb6 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: lana
date: Wed Sep 03 19:05:13 2014 -0700
Merge
changeset 6547c22e85df in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Thu Sep 04 09:04:21 2014 +0200
8029190: VM_Version::determine_features() asserts on Fujitsu Sparc64 CPUs
Summary: fix code to allow testing on Fujitsu Sparc64 CPUs
Reviewed-by: kvn
changeset c6b5db6389c9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Fri Sep 05 10:19:30 2014 +0200
8025644:
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java
fails with TestData): failure java.lang.AssertionError: expected [true]
but found [false]
Summary: In GraphKit::gen_checkcast() provide only exact superklass to
GraphKit::maybe_cast_profiled_receiver()
Reviewed-by: iveresov
changeset 5fd0a42e71aa in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: lana
date: Tue Sep 09 11:57:57 2014 -0700
Merge
changeset f0769f0382d7 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: kevinw
date: Mon Jul 21 10:40:50 2014 +0100
8049684: pstack crashes on java core dump
Reviewed-by: sundar, sspitsyn
changeset e47086077559 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coleenp
date: Fri Sep 12 14:41:42 2014 +0100
6642881: Improve performance of Class.getClassLoader()
Summary: Add classLoader to java/lang/Class instance for fast access
Reviewed-by: fparain, lfoltan, alanb, mchung, dholmes, kevinw
changeset 34aea5177b9c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Wed Sep 17 10:52:12 2014 +0200
8028280: ParkEvent leak when running modified runThese which only loads
classes
Summary: Use spin lock to manage ParkEvent and PlatformEvent free lists.
Reviewed-by: dsimms, dholmes, fparain
changeset c296492ba8b4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Wed Sep 17 11:30:38 2014 +0200
8038274: update 8u fix for 8028073 now that 8028280 is backported to 8u
Reviewed-by: dcubed, coleenp, sspitsyn
changeset 96d116f870b0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: vkempik
date: Wed Sep 24 13:47:43 2014 +0400
8012941: JSR 292: too deep inlining might crash compiler because of
stack overflow
Reviewed-by: kvn, sgabdura
changeset c02c67eb03ae in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: vkempik
date: Wed Sep 24 13:49:01 2014 +0400
8028159: C2: compiler stack overflow during inlining of @ForceInline
methods
Reviewed-by: kvn, sgabdura
changeset 40459e83f8c9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: roland
date: Mon Jun 02 10:01:15 2014 +0200
8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but
not in jdk7ux
Summary: long series of lambda form calls trigger stack overflow in c2
Reviewed-by: kvn, vlivanov
changeset 4c218194cc6c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sla
date: Wed Sep 24 09:49:47 2014 +0200
8058936: hotspot/test/Makefile should use jtreg script from
$JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg)
Reviewed-by: dholmes, stefank
changeset ba66650acf63 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 20 12:11:34 2014 -0700
Added tag jdk7u60-b30 for changeset 13f561930b3e
changeset 74556644d57f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 02 16:19:50 2014 -0700
8044602: Increment minor version of HSx for 7u72 and initialize the
build number
Reviewed-by: jcoomes
changeset a8bfc7ca56a6 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: kevinw
date: Mon Feb 24 10:46:40 2014 +0000
8028623: SA: hash codes in SymbolTable mismatching
java_lang_String::hash_code for extended characters.
Reviewed-by: sla, dsamersoff
changeset 69c6abf2d61f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Apr 16 09:44:52 2014 -0700
Added tag jdk7u71-b00 for changeset 4ceb9c03fe8e
changeset a3b4178e3094 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Apr 16 09:49:33 2014 -0700
Merge
changeset 6b37a189944a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Apr 14 10:16:03 2014 -0700
8040168: Set hotspot version to hs24.66 and build to b01 for 7u66
Reviewed-by: jcoomes
changeset fdea18d31dff in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 15 10:17:03 2014 -0700
Added tag jdk7u66-b00 for changeset 6b37a189944a
changeset 70c7be3479ca in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: igerasim
date: Mon Mar 31 23:28:28 2014 +0400
8026792: HOTSPOT: licensee reports a JDK8 build failure after
8005849/8005008 fixes integrated.
Reviewed-by: dholmes, sla
changeset 121dc94194d9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 15 10:27:11 2014 -0700
Merge
changeset e28a2b5982e1 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 15 23:15:35 2014 -0700
Added tag jdk7u66-b01 for changeset 121dc94194d9
changeset c3fc4993b139 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Apr 16 21:49:23 2014 -0700
Merge
changeset dc31bfb7b37a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Apr 16 22:09:02 2014 -0700
Merge
changeset 81c8c56eecf6 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: twisti
date: Fri Apr 18 17:05:33 2014 -1000
8038899: Safer safepoints
Reviewed-by: kvn, ahgross
changeset fd9830ba1a03 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Apr 18 10:43:52 2014 -0700
8041132: Increment hsx 24.66 build to b02 for 7u66-b09
Reviewed-by: jcoomes
changeset ae58e470eb15 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: poonam
date: Thu Mar 20 03:52:48 2014 -0700
6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign
extension on 32-bit systems
Summary: Native pointers less than 64 bits wide should be extended as
an unsigned number.
Reviewed-by: kvn, kevinw, roland
changeset 3de1b22e8efd in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Sun Apr 20 17:52:01 2014 -0700
Merge
changeset f28ea516eb0b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Apr 21 10:21:33 2014 -0700
Merge
changeset 729e58ebc0e0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 22 12:07:36 2014 -0700
Added tag jdk7u66-b09 for changeset f28ea516eb0b
changeset cc346e2de3b1 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Apr 21 11:43:22 2014 -0700
8041408: Increment hsx 24.55 build to b04 for 7u55-b34
Reviewed-by: jcoomes
changeset 278d7e230b29 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: poonam
date: Thu Mar 20 03:52:48 2014 -0700
6653795: C2 intrinsic for Unsafe.getAddress performs pointer sign
extension on 32-bit systems
Summary: Native pointers less than 64 bits wide should be extended as
an unsigned number.
Reviewed-by: kvn, kevinw, roland
changeset db88943dba0b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 22 11:19:16 2014 -0700
Added tag jdk7u55-b34 for changeset 278d7e230b29
changeset a4dcdeeeb13f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Apr 24 13:03:22 2014 -0700
Merge
changeset 883acc405b87 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Apr 24 13:29:22 2014 -0700
Merge
changeset a5eb96b3d540 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Apr 24 14:17:42 2014 -0700
Merge
changeset 3dc6ae1972a4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Apr 24 21:46:57 2014 -0700
Merge
changeset ad547adc14ab in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Apr 24 22:05:07 2014 -0700
Merge
changeset 737fcf362870 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Fri Apr 25 08:46:51 2014 +0200
8036805: Correct linker method lookup.
8036810: Correct linker field lookup
Summary: Correct handling of array of primitive type qualifiers during
field and method resolution.
Reviewed-by: lfoltan
changeset c9043163df7f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Apr 29 12:48:08 2014 -0700
Added tag jdk7u66-b10 for changeset 3dc6ae1972a4
changeset 0a4195fa393a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 29 14:23:14 2014 -0700
Merge
changeset 2f45dffe0821 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 29 14:17:43 2014 -0700
Merge
changeset c762e1c41436 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 29 14:28:39 2014 -0700
Merge
changeset d874c1ef7528 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 29 14:37:13 2014 -0700
Merge
changeset b03cab9d8ccf in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Apr 29 14:48:58 2014 -0700
Merge
changeset 8c28a5a7feb8 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 01 10:00:33 2014 -0700
Merge
changeset 30fd9d2e7332 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 01 10:06:32 2014 -0700
Merge
changeset 86ae7cc7b787 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 01 08:37:12 2014 -0700
Merge
changeset 668dc6c433eb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon May 05 10:08:53 2014 -0700
Merge
changeset 8d2b3f7d5b30 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon May 05 10:18:59 2014 -0700
Merge
changeset 0a31430fc44c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 06 10:50:42 2014 -0700
Added tag jdk7u66-b11 for changeset 8d2b3f7d5b30
changeset e5699cde2503 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 06 11:15:48 2014 -0700
Merge
changeset 4a331451fc11 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 06 11:24:29 2014 -0700
Merge
changeset fb2e9446a4ca in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 06 11:44:26 2014 -0700
Merge
changeset 535106603d08 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri May 09 07:40:28 2014 -0700
Merge
changeset 92e135a35ddb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri May 09 07:46:16 2014 -0700
Merge
changeset 0b254cd91b61 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri May 09 08:19:08 2014 -0700
Merge
changeset b3e388601b0f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Wed May 07 10:57:25 2014 -0700
Added tag jdk7u55-b35 for changeset db88943dba0b
changeset 5dcd8ce641e4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Wed May 07 11:30:28 2014 -0700
Added tag jdk7u55-b36 for changeset b3e388601b0f
changeset 35b2dbe7f7c6 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri May 09 08:29:00 2014 -0700
Merge
changeset d426ea492ce2 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri May 09 08:47:31 2014 -0700
Merge
changeset 5ee19b64ef20 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri May 09 09:05:19 2014 -0700
Merge
changeset f56cb54c4b4e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri May 09 09:16:57 2014 -0700
Merge
changeset 5b80a4ecbadb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 13 14:40:08 2014 -0700
Added tag jdk7u66-b12 for changeset 5ee19b64ef20
changeset 4abcb41ac068 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 13 15:07:22 2014 -0700
Merge
changeset a1e6f9c4c1f4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 13 15:56:41 2014 -0700
Merge
changeset e58400fc8d2d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 13 16:25:30 2014 -0700
Merge
changeset 97fb076fab01 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: adlertz
date: Fri Oct 18 10:50:17 2013 +0200
8022783: Optimize C2 optimizations
Reviewed-by: kvn, twisti
changeset 5ed1b44b4c49 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 20 12:36:48 2014 -0700
Added tag jdk7u66-b13 for changeset a1e6f9c4c1f4
changeset 648ece640cf7 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 20 14:33:03 2014 -0700
Merge
changeset d3f10dc85718 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue May 20 12:34:19 2014 -0700
Added tag jdk7u60-b31 for changeset 35b2dbe7f7c6
changeset f166d2e39199 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 20 14:22:18 2014 -0700
Merge
changeset 7da8933d5670 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 20 14:48:20 2014 -0700
Merge
changeset e2165afb3049 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 20 14:59:29 2014 -0700
Merge
changeset a4e14917429f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 20 15:16:03 2014 -0700
Merge
changeset 79abf6cf7807 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: twisti
date: Tue May 20 19:50:38 2014 -0700
8042603: 'SafepointPollOffset' was not declared in static member
function 'static bool Arguments::check_vm_args_consistency()'
Reviewed-by: kvn
changeset 5b3c119963d7 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue May 20 22:27:32 2014 -0700
Merge
changeset 61d1e75e0a58 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Wed May 21 08:20:28 2014 +0200
8015256: Better class accessibility
Summary: Improve protection domain check in forName()
Reviewed-by: coleenp, mchung, acorn, jdn
changeset cc1fea28c886 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Thu May 22 12:41:31 2014 -0700
Added tag jdk7u60-b32 for changeset f166d2e39199
changeset b44baba406f2 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 22 22:06:01 2014 -0700
Merge
changeset fa1afe57ff83 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 22 22:13:25 2014 -0700
Merge
changeset 0790b7dba06d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Wed May 28 02:34:28 2014 -0700
Added tag jdk7u66-b14 for changeset b44baba406f2
changeset d20b495c96d3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed May 28 09:43:20 2014 -0700
Merge
changeset fa1a8360ff78 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed May 28 10:08:39 2014 -0700
Merge
changeset 761de5506390 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Fri May 30 13:38:44 2014 -0400
8041717: Issue with class file parser
Summary: Add better checking for bad values.
Reviewed-by: coleenp, lfoltan, mschoene
changeset a3b8e785348d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 02 16:23:15 2014 -0700
8044603: Increment minor version of HSx for 7u71 and initialize the
build number
Reviewed-by: jcoomes
changeset 30598696081b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu May 22 21:57:42 2014 -0700
Merge
changeset 902b2446c212 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Jun 03 13:55:56 2014 -0700
Added tag jdk7u60-b33 for changeset cc1fea28c886
changeset a53e975f1410 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 04 18:34:34 2014 -0700
Merge
changeset 80fc53e266d3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 04 18:42:43 2014 -0700
Merge
changeset b65783849d17 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 04 18:53:16 2014 -0700
Merge
changeset 32387ee26041 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Jun 03 14:23:05 2014 -0700
Added tag jdk7u66-b15 for changeset d20b495c96d3
changeset 694827098c12 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 04 21:06:45 2014 -0700
Merge
changeset 3bbfed065c60 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 11 11:31:32 2014 -0700
Merge
changeset f20329b8fac8 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Fri Jun 13 11:53:15 2014 -0700
Added tag jdk7u66-b16 for changeset 3bbfed065c60
changeset 4abb71ff14b2 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Jun 13 17:13:46 2014 -0700
Merge
changeset ce598813a307 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Jun 17 13:03:03 2014 -0700
Added tag jdk7u66-b17 for changeset 4abb71ff14b2
changeset fb6562214f2e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Jun 17 15:18:30 2014 -0700
Merge
changeset 53714bee78e0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Jun 17 15:31:24 2014 -0700
Merge
changeset a1b922cdb1de in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 18 08:44:22 2014 -0700
Merge
changeset e091f9378dd3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 18 08:58:54 2014 -0700
Merge
changeset 4201be941a56 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: vkempik
date: Wed Jun 18 18:30:08 2014 +0200
8038903: More native monitor monitoring
Summary: Moved ntive monitor monitoring flags to experimental
Reviewed-by: zgu
changeset f95d6d32e080 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 18 11:57:17 2014 -0700
Merge
changeset 10328b4f16b2 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 18 13:56:36 2014 -0700
Merge
changeset 1bd3adac3aac in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 23 12:40:00 2014 -0700
Added tag jdk7u71-b01 for changeset f95d6d32e080
changeset 3b7cc82870f1 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 23 13:02:26 2014 -0700
Added tag jdk7u72-b01 for changeset 1bd3adac3aac
changeset 0fd259d6dc5d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 23 13:10:40 2014 -0700
Merge
changeset cf8b3a090e59 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 25 09:01:56 2014 -0700
Merge
changeset 2aee4de01b2a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 25 09:18:13 2014 -0700
Merge
changeset 1afbc3b5dc76 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jun 25 09:50:38 2014 -0700
Merge
changeset 9487aae0a861 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jun 26 18:34:04 2014 -0700
Added tag jdk7u65-b31 for changeset cf8b3a090e59
changeset 7ae56b97de3b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Jun 27 09:53:19 2014 -0700
Merge
changeset 1c760efe2d07 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: vkempik
date: Wed Mar 26 13:57:31 2014 +0100
8036863: Update jdk7 testlibrary to match jdk8 in hotspot
Summary: Update testlibrary in jdk7, cumulative backport
Reviewed-by: kevinw, sla
changeset 134854bd2b14 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 30 09:09:16 2014 -0700
Merge
changeset c56fe4c1ae13 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 30 11:49:57 2014 -0700
Added tag jdk7u71-b02 for changeset 1c760efe2d07
changeset 0caed46767e3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 30 12:04:20 2014 -0700
Merge
changeset b0747f7bb135 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jun 30 12:24:57 2014 -0700
Added tag jdk7u72-b02 for changeset 0caed46767e3
changeset 18673681d3bf in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 02 09:20:05 2014 -0700
8049081: Increment hsx 24.72 build to b02 for 7u72-b03
Reviewed-by: jcoomes
changeset a76ae712c881 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: poonam
date: Wed Jul 02 02:06:45 2014 -0700
8031290: Adjust call to getisax() for additional words returned
8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change
Summary: Add support for Sparc T7 and fix the assertion failure in
cpCacheOop
Reviewed-by: dholmes, jmasa
changeset b47cec57c0fb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 02 10:45:43 2014 -0700
Merge
changeset f5c552a5aa1a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 02 11:37:06 2014 -0700
Merge
changeset 0cb0b5abd0b5 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: iignatyev
date: Wed Dec 11 01:09:04 2013 +0400
8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails
because it expects NullPointerException
Reviewed-by: twisti
changeset 0aa16e6c8827 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 07 09:54:33 2014 -0700
Merge
changeset e6b6d91b3934 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 07 11:54:21 2014 -0700
Added tag jdk7u71-b03 for changeset 0cb0b5abd0b5
changeset 3a2934191de4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 07 12:03:14 2014 -0700
Merge
changeset cfb184be7dbf in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 07 12:31:24 2014 -0700
Added tag jdk7u72-b03 for changeset 3a2934191de4
changeset de16e763bea4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 09 13:10:45 2014 -0700
8049787: Increment hsx 24.72 build to b03 for 7u72-b04
Reviewed-by: jcoomes
changeset 795b36f9236d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Mon Jun 02 13:26:49 2014 +0200
8011646: SEGV in compiled code with loop predication
Summary: Remove control edge of load node to ensure that castPP removal
sets the control edge correctly
Reviewed-by: anoll, kvn, roland
changeset bd290d3ad27e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: kevinw
date: Wed Apr 02 18:40:52 2014 +0200
8033696: "assert(thread != NULL) failed: just checking" due to
Thread::current() and JNI pthread interaction
Reviewed-by: dholmes, dsamersoff
Contributed-by: andreas.eriksson(a)oracle.com
changeset 72cb515b07d8 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: brutisso
date: Thu Apr 17 13:13:07 2014 +0200
8038925: Java with G1 crashes in dump_instance_fields using jmap or
jcmd without fullgc
Reviewed-by: brutisso, mgerdin
Contributed-by: andreas.eriksson(a)oracle.com
changeset d1888f8dcc4e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Fri Apr 18 08:11:07 2014 +0200
8039050: Crash in C2 compiler at Node::rematerialize
Summary: Added missing calls to record_for_igvn() in loop opts. Added
verification of def-use domination.
Reviewed-by: kvn
changeset df855c3f4d31 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 09 15:14:52 2014 -0700
Merge
changeset 466bfbbb1ce8 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 08:29:13 2014 -0700
Added tag jdk7u65-b33 for changeset df855c3f4d31
changeset b28e953672e7 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 09:04:12 2014 -0700
Merge
changeset cfca733dad2e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 13:03:34 2014 -0700
Merge
changeset 39776d909702 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 14:49:14 2014 -0700
Added tag jdk7u65-b20 for changeset d3c9265e12fa
changeset a7fabca93d7f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 16:25:09 2014 -0700
Merge
changeset a491e5e52998 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 16:59:11 2014 -0700
Merge
changeset c10de3e3ba82 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Jul 10 17:08:39 2014 -0700
Merge
changeset 474009d42c6c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 14 11:52:32 2014 -0700
Added tag jdk7u71-b04 for changeset a491e5e52998
changeset e4708cde2898 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 14 12:13:45 2014 -0700
Merge
changeset 7835108a451f in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 14 12:21:16 2014 -0700
Added tag jdk7u72-b04 for changeset e4708cde2898
changeset 3ebfdfd21797 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Wed Jul 16 11:46:47 2014 -0700
Added tag jdk7u65-b40 for changeset 1d8226b3e989
changeset c93efe6377ff in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Jul 16 12:05:46 2014 -0700
Merge
changeset 137e0859cd29 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Jul 21 03:06:54 2014 -0700
Merge
changeset 48cd410a0a8c in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Jul 22 02:08:51 2014 -0700
Added tag jdk7u72-b05 for changeset 137e0859cd29
changeset f95fa655cc11 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Jul 22 02:02:25 2014 -0700
Added tag jdk7u71-b05 for changeset c93efe6377ff
changeset f9e9ccf6c887 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Jul 22 08:45:18 2014 -0700
Merge
changeset 4d9d227d70f3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: sgabdura
date: Mon May 12 12:23:13 2014 +0200
8039298: assert(base == NULL || t_adr->isa_rawptr() || !
phase->type(base)->higher_equal(TypePtr::NULL_PTR))
Summary: Convert the assert into the runtime check to skip IGVN
optimizations for problematic memory nodes. Eliminate dead nodes more
aggressively.
Reviewed-by: kvn, twisti, iveresov
changeset db82ab65a580 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Mon Jul 28 03:41:08 2014 -0700
Added tag jdk7u72-b06 for changeset 4d9d227d70f3
changeset 7f32b65fde34 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Mon Jul 28 03:32:13 2014 -0700
Added tag jdk7u71-b06 for changeset f95fa655cc11
changeset e065ca78d4e2 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Mon Jul 28 03:51:38 2014 -0700
Merge
changeset 65dabf4942b4 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Mon Jun 16 16:27:41 2014 -0700
8046769: Set T family feature bit on Niagara systems
Reviewed-by: kvn, iveresov
changeset 551e8602a81d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Tue May 27 16:05:29 2014 -0700
8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
Reviewed-by: coleenp, lfoltan, kvn
changeset 8ee36caacf63 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Thu May 29 12:40:49 2014 -0700
8043205: Incorrect system traps.h include path
Reviewed-by: kvn, dholmes
changeset f4d4e4680418 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Tue Apr 29 22:05:10 2014 -0700
8042059: Various fixes to linux/sparc
Reviewed-by: twisti, kvn
changeset 30e9355cff36 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Tue Apr 29 22:04:09 2014 -0700
8022070: Compilation error in stubGenerator_sparc.cpp with some compilers
Reviewed-by: twisti, kvn
changeset 034ed50b37ce in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: mikael
date: Thu May 29 12:38:24 2014 -0700
8043207: Add const to Address argument for Assembler::swap
Reviewed-by: kvn, drchase
changeset 4e17bd4fb230 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Jul 29 15:27:10 2014 +0100
Added tag jdk7u71-b07 for changeset 7f32b65fde34
changeset ece56f93f37b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Jul 29 15:36:04 2014 +0100
Merge
changeset e52bfdccd6c1 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Jul 29 15:38:06 2014 +0100
Added tag jdk7u72-b07 for changeset ece56f93f37b
changeset eb8f2d720fc0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: zgu
date: Fri Jul 18 11:14:20 2014 -0700
8050165: linux-sparcv9: NMT detail causes
assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] ==
(intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
Summary: Fixed native memory tracking stack walking
Reviewed-by: coleenp, mikael
changeset c28f17356988 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: zgu
date: Mon Jul 21 06:00:44 2014 -0700
8050167: linux-sparcv9: hs_err file does not show any stack information
Summary: Fixed creation of starting stack frame for stack walking in
error handler
Reviewed-by: coleenp, mikael
changeset 1ffc702334d9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Aug 05 13:41:12 2014 +0100
Added tag jdk7u71-b08 for changeset 4e17bd4fb230
changeset 439c695a7aa0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Aug 05 13:47:30 2014 +0100
Merge
changeset 44a114f679c2 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Aug 05 13:49:42 2014 +0100
Added tag jdk7u72-b08 for changeset 439c695a7aa0
changeset 342e3e35fdc1 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Tue Aug 05 23:10:45 2014 -0400
8051012: Regression in verifier for <init> method call from inside of a
branch
Summary: Fix stackmap matching for branches.
Reviewed-by: coleenp, lfoltan, acorn
changeset a27f16d45457 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: kvn
date: Tue Aug 05 14:44:18 2014 -0700
8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow
Summary: Added juint cast to avoid gcc problem we have on one of our
platforms.
Reviewed-by: dholmes, roland
changeset b1a3df5a9461 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Aug 12 11:05:35 2014 -0700
Added tag jdk7u72-b09 for changeset a27f16d45457
changeset 4bd5291ac85d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: katleman
date: Tue Aug 12 11:05:43 2014 -0700
Added tag jdk7u71-b09 for changeset 1ffc702334d9
changeset 16ae827c59bb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Fri Aug 15 16:42:59 2014 +0100
Merge
changeset 3c01618f40c0 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Tue Jul 29 17:50:34 2014 +0100
Added tag jdk7u67-b01 for changeset 39776d909702
changeset 9a17c184bcb9 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Mon Aug 18 15:53:28 2014 +0100
Merge
changeset 7c869d42c571 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: coffeys
date: Mon Aug 18 16:01:14 2014 +0100
Merge
changeset 4b7acf32a20d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Aug 19 04:13:50 2014 -0700
Added tag jdk7u71-b10 for changeset 9a17c184bcb9
changeset e6508ab77271 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Aug 19 04:46:31 2014 -0700
Merge
changeset 4a7941c7ba44 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Aug 19 05:01:29 2014 -0700
Added tag jdk7u72-b10 for changeset e6508ab77271
changeset 6d42812f099d in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Aug 20 15:13:18 2014 -0700
8055714: Increment hsx 24.72 build to b04 for 7u72-b11
Reviewed-by: jcoomes
changeset d6cb97651f0b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: hseigel
date: Tue Aug 12 20:29:25 2014 -0400
8050485: super() in a try block in a ctor causes VerifyError
Summary: Parse catch clause paths to ensure they end in throws
Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
changeset de5901c7745e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Thu Aug 21 11:15:37 2014 -0700
Merge
changeset 959b4e5d2e31 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Aug 25 13:07:35 2014 -0700
Added tag jdk7u71-b11 for changeset d6cb97651f0b
changeset c17a84870864 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Aug 25 15:52:39 2014 -0700
Merge
changeset cbd62ecbb915 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Aug 25 15:57:31 2014 -0700
Added tag jdk7u72-b11 for changeset c17a84870864
changeset 0b53273ef822 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Sep 05 11:11:13 2014 -0700
Merge
changeset 8650025672d3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Sep 10 15:31:55 2014 -0700
Merge
changeset 608f470d2268 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Sep 02 10:41:06 2014 -0700
Added tag jdk7u71-b12 for changeset 959b4e5d2e31
changeset a9e695f0d831 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Sep 02 10:50:16 2014 -0700
Merge
changeset 8b534fca8884 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Sep 02 10:59:04 2014 -0700
Added tag jdk7u72-b12 for changeset a9e695f0d831
changeset ad909197a1ce in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Sep 08 12:15:04 2014 -0700
Added tag jdk7u71-b13 for changeset 608f470d2268
changeset ac701f87d1ea in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Sep 08 12:28:22 2014 -0700
Merge
changeset b6162d8973c3 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Sep 08 12:36:58 2014 -0700
Added tag jdk7u72-b13 for changeset ac701f87d1ea
changeset 9b04c0f54507 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Wed Sep 10 15:38:47 2014 -0700
Merge
changeset 436c55e3e3bf in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Oct 07 12:19:13 2014 -0700
Merge
changeset ecf8e0d94b68 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Sep 26 08:27:32 2014 -0700
Added tag jdk7u71-b14 for changeset ad909197a1ce
changeset d9b56c6bdddb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Sep 26 08:37:56 2014 -0700
Merge
changeset a6ae698522bf in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Fri Sep 26 08:48:47 2014 -0700
Added tag jdk7u72-b14 for changeset d9b56c6bdddb
changeset a8f0e879848a in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Mon Oct 06 11:17:15 2014 -0700
Added tag jdk7u72-b30 for changeset a6ae698522bf
changeset 735b6a7be7dc in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: asaha
date: Tue Oct 07 12:47:46 2014 -0700
Merge
changeset 4722cfd15c83 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Thu Oct 16 19:18:18 2014 +0100
Merge 2014/10/14
changeset b231464d6734 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Fri Oct 24 18:47:24 2014 +0100
Added tag icedtea-2.6pre09 for changeset 4722cfd15c83
changeset a6583ef990c2 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Wed Jun 04 15:49:42 2014 +0100
SystemTap probes for the garbage collector.
Contributed-by: Lukas Berk <lberk(a)redhat.com>
changeset c8417820ac94 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: ihse
date: Wed Nov 05 02:26:35 2014 +0000
7172012, PR2067: Make test-in-build an option (Queens)
Reviewed-by: ohair, dholmes
changeset 3ebfc00afeeb in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Fri Nov 07 18:05:52 2014 +0000
Added tag icedtea-2.6pre10 for changeset c8417820ac94
changeset 628c88e6d165 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Mon Nov 10 17:21:51 2014 +0000
Merge AArch64 port
changeset 3394e08aa6ba in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Tue Nov 11 18:16:34 2014 +0000
Backout 8c8b5e62e624 and instead move .S rule from zeroshark.make to
rules.make
changeset e13857ecc787 in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Tue Nov 11 19:48:30 2014 +0000
Backout additional changes made in ec6a6772fed6, which revert parts of
the PPC/AIX port and IcedTea fixes.
changeset 5c40e2190b6e in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: andrew
date: Wed Nov 12 21:21:43 2014 +0000
Added tag icedtea-2.6pre11 for changeset e13857ecc787
changeset 205e1ae8868b in /hg/icedtea7-forest-aarch64/hotspot
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/hotspot?cmd=changes…
author: adinn
date: Thu Nov 27 11:27:10 2014 +0000
merge
diffstat:
.hgtags
| 88 +-
agent/src/os/linux/libproc.h
| 2 +-
make/bsd/Makefile
| 30 +-
make/bsd/makefiles/gcc.make
| 14 +
make/bsd/makefiles/mapfile-vers-debug
| 3 +-
make/bsd/makefiles/mapfile-vers-product
| 3 +-
make/bsd/platform_zero.in
| 2 +-
make/defs.make
| 23 +-
make/linux/Makefile
| 82 +-
make/linux/makefiles/aarch64.make
| 41 +
make/linux/makefiles/buildtree.make
| 1 +
make/linux/makefiles/defs.make
| 21 +
make/linux/makefiles/gcc.make
| 18 +
make/linux/makefiles/mapfile-vers-debug
| 3 +-
make/linux/makefiles/mapfile-vers-product
| 3 +-
make/linux/makefiles/rules.make
| 5 +
make/linux/makefiles/sa.make
| 3 +-
make/linux/makefiles/saproc.make
| 2 +-
make/linux/makefiles/vm.make
| 55 +-
make/linux/makefiles/zeroshark.make
| 5 -
make/linux/platform_aarch64
| 15 +
make/linux/platform_ppc64
| 2 +-
make/linux/platform_zero.in
| 2 +-
make/solaris/Makefile
| 8 +
make/solaris/makefiles/mapfile-vers
| 3 +-
src/cpu/aarch64/vm/aarch64.ad
| 11573 ++++++++++
src/cpu/aarch64/vm/aarch64Test.cpp
| 38 +
src/cpu/aarch64/vm/aarch64_ad.m4
| 340 +
src/cpu/aarch64/vm/aarch64_call.cpp
| 197 +
src/cpu/aarch64/vm/aarch64_linkage.S
| 163 +
src/cpu/aarch64/vm/ad_encode.m4
| 73 +
src/cpu/aarch64/vm/assembler_aarch64.cpp
| 5368 ++++
src/cpu/aarch64/vm/assembler_aarch64.hpp
| 3529 +++
src/cpu/aarch64/vm/assembler_aarch64.inline.hpp
| 44 +
src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.cpp
| 51 +
src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.hpp
| 117 +
src/cpu/aarch64/vm/bytecodeInterpreter_aarch64.inline.hpp
| 287 +
src/cpu/aarch64/vm/bytecodes_aarch64.cpp
| 39 +
src/cpu/aarch64/vm/bytecodes_aarch64.hpp
| 32 +
src/cpu/aarch64/vm/bytes_aarch64.hpp
| 76 +
src/cpu/aarch64/vm/c1_CodeStubs_aarch64.cpp
| 431 +
src/cpu/aarch64/vm/c1_Defs_aarch64.hpp
| 82 +
src/cpu/aarch64/vm/c1_FpuStackSim_aarch64.cpp
| 203 +
src/cpu/aarch64/vm/c1_FpuStackSim_aarch64.hpp
| 74 +
src/cpu/aarch64/vm/c1_FrameMap_aarch64.cpp
| 345 +
src/cpu/aarch64/vm/c1_FrameMap_aarch64.hpp
| 142 +
src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.cpp
| 2946 ++
src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.hpp
| 80 +
src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp
| 1428 +
src/cpu/aarch64/vm/c1_LinearScan_aarch64.cpp
| 39 +
src/cpu/aarch64/vm/c1_LinearScan_aarch64.hpp
| 78 +
src/cpu/aarch64/vm/c1_MacroAssembler_aarch64.cpp
| 456 +
src/cpu/aarch64/vm/c1_MacroAssembler_aarch64.hpp
| 107 +
src/cpu/aarch64/vm/c1_Runtime1_aarch64.cpp
| 1352 +
src/cpu/aarch64/vm/c1_globals_aarch64.hpp
| 79 +
src/cpu/aarch64/vm/c2_globals_aarch64.hpp
| 87 +
src/cpu/aarch64/vm/c2_init_aarch64.cpp
| 37 +
src/cpu/aarch64/vm/codeBuffer_aarch64.hpp
| 36 +
src/cpu/aarch64/vm/compile_aarch64.hpp
| 40 +
src/cpu/aarch64/vm/copy_aarch64.hpp
| 62 +
src/cpu/aarch64/vm/cppInterpreterGenerator_aarch64.hpp
| 35 +
src/cpu/aarch64/vm/cpustate_aarch64.hpp
| 592 +
src/cpu/aarch64/vm/debug_aarch64.cpp
| 36 +
src/cpu/aarch64/vm/decode_aarch64.hpp
| 409 +
src/cpu/aarch64/vm/depChecker_aarch64.cpp
| 31 +
src/cpu/aarch64/vm/depChecker_aarch64.hpp
| 32 +
src/cpu/aarch64/vm/disassembler_aarch64.hpp
| 38 +
src/cpu/aarch64/vm/dump_aarch64.cpp
| 127 +
src/cpu/aarch64/vm/frame_aarch64.cpp
| 832 +
src/cpu/aarch64/vm/frame_aarch64.hpp
| 215 +
src/cpu/aarch64/vm/frame_aarch64.inline.hpp
| 344 +
src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp
| 32 +
src/cpu/aarch64/vm/globals_aarch64.hpp
| 127 +
src/cpu/aarch64/vm/icBuffer_aarch64.cpp
| 73 +
src/cpu/aarch64/vm/icache_aarch64.cpp
| 41 +
src/cpu/aarch64/vm/icache_aarch64.hpp
| 45 +
src/cpu/aarch64/vm/immediate_aarch64.cpp
| 312 +
src/cpu/aarch64/vm/immediate_aarch64.hpp
| 51 +
src/cpu/aarch64/vm/interp_masm_aarch64.cpp
| 1463 +
src/cpu/aarch64/vm/interp_masm_aarch64.hpp
| 281 +
src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp
| 57 +
src/cpu/aarch64/vm/interpreterRT_aarch64.cpp
| 429 +
src/cpu/aarch64/vm/interpreterRT_aarch64.hpp
| 66 +
src/cpu/aarch64/vm/interpreter_aarch64.cpp
| 314 +
src/cpu/aarch64/vm/interpreter_aarch64.hpp
| 44 +
src/cpu/aarch64/vm/javaFrameAnchor_aarch64.hpp
| 79 +
src/cpu/aarch64/vm/jniFastGetField_aarch64.cpp
| 175 +
src/cpu/aarch64/vm/jniTypes_aarch64.hpp
| 108 +
src/cpu/aarch64/vm/jni_aarch64.h
| 64 +
src/cpu/aarch64/vm/methodHandles_aarch64.cpp
| 445 +
src/cpu/aarch64/vm/methodHandles_aarch64.hpp
| 63 +
src/cpu/aarch64/vm/nativeInst_aarch64.cpp
| 233 +
src/cpu/aarch64/vm/nativeInst_aarch64.hpp
| 457 +
src/cpu/aarch64/vm/registerMap_aarch64.hpp
| 46 +
src/cpu/aarch64/vm/register_aarch64.cpp
| 55 +
src/cpu/aarch64/vm/register_aarch64.hpp
| 252 +
src/cpu/aarch64/vm/register_definitions_aarch64.cpp
| 156 +
src/cpu/aarch64/vm/relocInfo_aarch64.cpp
| 123 +
src/cpu/aarch64/vm/relocInfo_aarch64.hpp
| 39 +
src/cpu/aarch64/vm/runtime_aarch64.cpp
| 49 +
src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
| 3105 ++
src/cpu/aarch64/vm/stubGenerator_aarch64.cpp
| 2370 ++
src/cpu/aarch64/vm/stubRoutines_aarch64.cpp
| 290 +
src/cpu/aarch64/vm/stubRoutines_aarch64.hpp
| 128 +
src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.hpp
| 36 +
src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp
| 2122 +
src/cpu/aarch64/vm/templateInterpreter_aarch64.hpp
| 40 +
src/cpu/aarch64/vm/templateTable_aarch64.cpp
| 3761 +++
src/cpu/aarch64/vm/templateTable_aarch64.hpp
| 43 +
src/cpu/aarch64/vm/vmStructs_aarch64.hpp
| 70 +
src/cpu/aarch64/vm/vm_version_aarch64.cpp
| 171 +
src/cpu/aarch64/vm/vm_version_aarch64.hpp
| 57 +
src/cpu/aarch64/vm/vmreg_aarch64.cpp
| 52 +
src/cpu/aarch64/vm/vmreg_aarch64.hpp
| 35 +
src/cpu/aarch64/vm/vmreg_aarch64.inline.hpp
| 65 +
src/cpu/aarch64/vm/vtableStubs_aarch64.cpp
| 245 +
src/cpu/sparc/vm/copy_sparc.hpp
| 2 +-
src/cpu/sparc/vm/stubGenerator_sparc.cpp
| 4 +-
src/cpu/sparc/vm/vm_version_sparc.cpp
| 27 +-
src/cpu/sparc/vm/vm_version_sparc.hpp
| 16 +-
src/cpu/x86/vm/assembler_x86.cpp
| 2 +
src/cpu/zero/vm/stack_zero.hpp
| 2 +-
src/cpu/zero/vm/stack_zero.inline.hpp
| 9 +-
src/os/bsd/dtrace/libjvm_db.c
| 3 +
src/os/bsd/vm/os_bsd.cpp
| 34 +-
src/os/linux/vm/osThread_linux.cpp
| 3 +
src/os/linux/vm/os_linux.cpp
| 105 +-
src/os/linux/vm/os_linux.inline.hpp
| 3 +
src/os/linux/vm/thread_linux.inline.hpp
| 5 +
src/os/solaris/dtrace/libjvm_db.c
| 3 +
src/os/solaris/vm/os_solaris.cpp
| 19 +-
src/os/windows/vm/os_windows.cpp
| 56 +-
src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp
| 8 +-
src/os_cpu/linux_aarch64/vm/assembler_linux_aarch64.cpp
| 53 +
src/os_cpu/linux_aarch64/vm/atomic_linux_aarch64.inline.hpp
| 144 +
src/os_cpu/linux_aarch64/vm/bytes_linux_aarch64.inline.hpp
| 44 +
src/os_cpu/linux_aarch64/vm/copy_linux_aarch64.inline.hpp
| 124 +
src/os_cpu/linux_aarch64/vm/globals_linux_aarch64.hpp
| 46 +
src/os_cpu/linux_aarch64/vm/linux_aarch64.S
| 25 +
src/os_cpu/linux_aarch64/vm/linux_aarch64.ad
| 68 +
src/os_cpu/linux_aarch64/vm/orderAccess_linux_aarch64.inline.hpp
| 144 +
src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp
| 746 +
src/os_cpu/linux_aarch64/vm/os_linux_aarch64.hpp
| 58 +
src/os_cpu/linux_aarch64/vm/os_linux_aarch64.inline.hpp
| 39 +
src/os_cpu/linux_aarch64/vm/prefetch_linux_aarch64.inline.hpp
| 45 +
src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.cpp
| 41 +
src/os_cpu/linux_aarch64/vm/threadLS_linux_aarch64.hpp
| 36 +
src/os_cpu/linux_aarch64/vm/thread_linux_aarch64.cpp
| 92 +
src/os_cpu/linux_aarch64/vm/thread_linux_aarch64.hpp
| 85 +
src/os_cpu/linux_aarch64/vm/vmStructs_linux_aarch64.hpp
| 65 +
src/os_cpu/linux_aarch64/vm/vm_version_linux_aarch64.cpp
| 28 +
src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp
| 11 +-
src/os_cpu/linux_sparc/vm/vm_version_linux_sparc.cpp
| 2 +-
src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp
| 8 +-
src/os_c
1
0
[forwarding bounced check-in message from icedtea7-forest-aarch64 repo]
------ This is a copy of the message, including all the headers. ------
------ The body of the message is 266587 characters long; only the first
------ 106496 or so are included here.
Return-path: <adinn(a)icedtea.classpath.org>
Received: from localhost ([127.0.0.1] helo=icedtea.classpath.org)
by icedtea.classpath.org with esmtp (Exim 4.69)
(envelope-from <adinn(a)icedtea.classpath.org>)
id 1XtzLh-0003w5-BA
for aarch64-port-dev(a)openjdk.java.net; Thu, 27 Nov 2014 13:43:09 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Date: Thu, 27 Nov 2014 13:43:09 +0000
Subject: /hg/icedtea7-forest-aarch64/jdk: 465 new changesets
From: adinn(a)icedtea.classpath.org
X-Hg-Notification: changeset 92efbbbea98b
Message-Id:
<hg.92efbbbea98b.1417095789.-5107281755808049882(a)icedtea.classpath.org>
To: aarch64-port-dev(a)openjdk.java.net
changeset 92efbbbea98b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Thu Jun 26 14:23:44 2014 -0700
Added tag jdk7u80-b01 for changeset efc8886310cb
changeset 145669a86b1d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Wed Jun 04 11:17:27 2014 +0400
8042465: Applet menus not rendering when browser is full screen on Mac
Reviewed-by: anthony, pchelko
changeset f359fa5cc95f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mkos
date: Wed Jun 04 13:55:21 2014 +0100
8043129: JAF initialisation in SAAJ clashing with the one in javax.mail
Reviewed-by: chegar
changeset f901cef944de in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Wed Jun 04 16:26:11 2014 +0400
8032901: WaitForMultipleObjects() return value not handled appropriately
Reviewed-by: dholmes, sla
changeset 3f77dc642839 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Mon Jun 09 10:50:31 2014 +0100
8046269: Build broken : THIS_FILE : undeclared identifier
Reviewed-by: sla
changeset 9df69ec6c161 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Wed Jun 18 14:11:38 2014 +0400
7036518: TEST_BUG: add cygwin support to
test/java/nio/charset/coders/CheckSJISMappingProp.sh
7036519: TEST_BUG: add cygwin support to test/demo/zipfs/basic.sh
Reviewed-by: sherman
changeset 184171631add in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Wed Jun 18 14:40:16 2014 +0400
8019834: InetAddress.getByName hangs for bad IPv6 literals
Reviewed-by: alanb
changeset 488d331ecd1e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: sla
date: Thu Jun 19 12:56:16 2014 +0200
8046024: JDI shared memory transport failed with "Observed abandoned IP
mutex"
Reviewed-by: alanb
changeset 982f4666e2b6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Mon Jun 23 18:27:36 2014 +0400
8028074: InetAddress.getByName fails with UHE "invalid IPv6 address" if
host name starts with a-f
Reviewed-by: chegar
changeset 5f5b1e1b514a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Fri Jun 27 08:03:35 2014 +0400
8048080: (smartcardio) javax.smartcardio.Card.openLogicalChannel()
dosn't work on MacOSX
Reviewed-by: valeriep
changeset 808e2d0a374f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Tue Jul 01 15:30:52 2014 +0400
8048506: [macosx] javax.swing.PopupFactory issue with null owner
Reviewed-by: pchelko, alexsch
changeset 6e9a8611fafd in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: lana
date: Tue Jul 01 14:26:29 2014 -0700
Merge
changeset 639c541e83e7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Mon Jul 14 19:20:51 2014 -0700
Added tag jdk7u80-b01 for changeset bc7f9d966c1d
changeset 46ad6fb16414 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Mon Jul 14 19:44:24 2014 -0700
Merge
changeset ca75d5f6b227 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Mon Feb 03 21:46:36 2014 +0400
8029177: [Parfait] warnings from b117 for
jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
Summary: Additional review by Chris Ries
Reviewed-by: jfranck, ksrini
changeset a0a98b2bdbac in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: twisti
date: Mon Feb 03 13:00:51 2014 -0800
8032686: Issues with method invoke
Reviewed-by: jrose, vlivanov, ahgross
changeset 028185e4318e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Feb 04 22:41:06 2014 -0800
Merge
changeset 0ec8934753f0 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Fri Feb 07 20:21:23 2014 +0400
8033618: Correct logging output
Reviewed-by: ksrini, alanb, ahgross
changeset b7cc52fcb50f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Feb 11 12:34:24 2014 -0800
Added tag jdk7u65-b00 for changeset 7fa6d3ba2cc7
changeset e4fcfe1bb9e3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Feb 11 15:14:10 2014 -0800
Merge
changeset c9d44cc4d48c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Feb 11 10:29:33 2014 -0800
Merge
changeset 268b4fed4762 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Feb 11 15:41:55 2014 -0800
Merge
changeset a4dd09ef9566 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Feb 11 17:08:26 2014 -0800
Merge
changeset c58a25d48388 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: jbachorik
date: Thu Feb 06 09:35:26 2014 +0100
8033301: Build more informative InfoBuilder
Reviewed-by: sla, ahgross
changeset 16c88f6bd52b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: chegar
date: Wed Feb 12 17:49:39 2014 +0000
8031050: (thread) Change Thread initialization so that thread name is
set before invoking SecurityManager
Reviewed-by: alanb, dholmes, mchung
changeset 6db58f9409dc in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Feb 12 16:26:05 2014 -0800
Merge
changeset 802beea75025 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Feb 12 16:35:30 2014 -0800
Merge
changeset 5fb0b18ab587 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Wed Feb 19 10:23:06 2014 +0400
8034772: JDK-8028795 brought a specification change to 7u55 release and
caused JCK7 signature test failure
Reviewed-by: art, serb
changeset 14f9f6259771 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri Feb 21 08:39:13 2014 -0800
Merge
changeset 32f9c266ef81 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Tue Feb 25 19:33:43 2014 +0400
8028285: RMI Thread can no longer call out to AWT
Reviewed-by: art, serb, ddehaven
changeset c220d329a781 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Feb 25 23:21:10 2014 -0800
Merge
changeset 9a25873b2b41 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Thu Feb 27 11:58:53 2014 -0800
Added tag jdk7u65-b01 for changeset c220d329a781
changeset d9bbfd8a5ef1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Feb 27 13:03:47 2014 -0800
Merge
changeset 55cce9f6900d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Mon Mar 03 16:10:16 2014 +0400
8032960: Running forms URL throws NullPointerException in Javaconsole.
Reviewed-by: anthony, serb
changeset 1dfbfad6c921 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: prr
date: Mon Mar 03 09:21:16 2014 -0800
8034267: Probabilistic native crash
Reviewed-by: bae, serb, mschoene
changeset 81353e2baf81 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Tue Mar 04 23:56:51 2014 +0400
8035009: Make Proxy representations consistent
Reviewed-by: ahgross, jfranck
changeset 177d11da2566 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Mar 04 17:49:21 2014 -0800
Merge
changeset a42a3bb22f69 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Mar 05 13:39:18 2014 -0800
Merge
changeset 7651084e944a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Wed Mar 05 16:28:35 2014 -0800
Added tag jdk7u65-b02 for changeset a42a3bb22f69
changeset 1b21d26982d3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mbankal
date: Wed Mar 05 20:56:53 2014 -0800
8034272: Do not cram data into CRAM arrays
Reviewed-by: vinnie, coffeys, ahgross
changeset c084492f9e3d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mbankal
date: Wed Mar 05 22:31:11 2014 -0800
8031340: Better TLS/EC management
Reviewed-by: valeriep, coffeys, ahgross
changeset 84bce1b3d28a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: vlivanov
date: Thu Mar 06 15:27:05 2014 +0400
8035793: Maximum arity maxed out
Reviewed-by: jrose, twisti, ahgross
changeset e9cf7b6ae721 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mbankal
date: Mon Mar 10 18:40:38 2014 +0000
8036794: Manage JavaScript instances
Reviewed-by: sundar, ahgross
changeset f87a73691c85 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dbuck
date: Tue Mar 11 14:27:57 2014 -0700
8033055: Issues in 2d
Reviewed-by: bae, prr
changeset aa10e1795fd7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Wed Mar 12 12:46:11 2014 +0400
8035834: InetAddress.getLocalHost() can hang after JDK-8030731 was fixed
Reviewed-by: vinnie
changeset 0367aad88a50 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: jbachorik
date: Fri Mar 07 10:15:36 2014 +0100
8029755: Enhance subject class
Reviewed-by: sla, dfuchs, hawtin
changeset 774d237e97c4 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Mar 11 14:53:30 2014 -0700
Merge
changeset 50f6a2636adc in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Mar 11 15:18:37 2014 -0700
Merge
changeset f927e7b43b49 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Mar 12 09:10:09 2014 -0700
Merge
changeset 32a094c7545d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Mar 12 14:59:01 2014 -0700
Merge
changeset 756071871d61 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: malenkov
date: Thu Mar 13 14:58:55 2014 +0400
8035699: File choosers should be choosier
Reviewed-by: alexsch, art, skoivu
changeset bb8c187e84f1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Thu Mar 13 13:17:36 2014 -0700
Added tag jdk7u65-b03 for changeset 756071871d61
changeset f0f5f7e38090 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Mar 18 13:10:13 2014 -0700
Merge
changeset bac16c82c14a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: twisti
date: Wed Mar 19 10:48:43 2014 -0700
8035788: Provide more consistency for lookups
Reviewed-by: jrose, vlivanov, ahgross
changeset 9f62204f67ec in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Thu Mar 20 13:05:00 2014 -0700
Added tag jdk7u65-b04 for changeset bac16c82c14a
changeset 828517af57e6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Mar 20 15:01:38 2014 -0700
Merge
changeset 5184990bf3df in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Wed Mar 19 19:16:01 2014 +0400
8037012: (tz) Support tzdata2014a
Reviewed-by: coffeys, okutsu, sherman
changeset 14b3f82c245f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Thu Feb 20 16:01:35 2014 +0400
8027212: java/nio/channels/Selector/SelectAfterRead.java fails
intermittently
Reviewed-by: chegar, ewang
changeset bfbb7e4e19d6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Mar 25 11:19:04 2014 -0700
Added tag jdk7u65-b05 for changeset 14b3f82c245f
changeset cac9fc67df3e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Thu Mar 27 17:28:32 2014 +0000
8036571: (process) Process process arguments carefully
Reviewed-by: rriggs, coffeys
changeset 1c76e1c3182f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Mar 27 12:22:55 2014 -0700
Merge
changeset de5bbcf48c88 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: xuelei
date: Wed Mar 26 03:45:30 2014 +0000
8037162: More robust DH exchanges
Reviewed-by: weijun, asmotrak, ahgross, robm
changeset 3a2c7340f7de in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Tue Apr 01 00:33:47 2014 +0100
8031346: Enhance RSA key handling
Reviewed-by: xuelei, coffeys
changeset 81abcd983361 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Tue Mar 25 11:28:26 2014 -0700
8037046: Validate libraries to be loaded
Reviewed-by: ksrini, ahgross
changeset 7d8e5d907895 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Tue Apr 01 14:25:18 2014 +0100
Merge
changeset bfae8dda86b1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 01 12:01:47 2014 -0700
Added tag jdk7u65-b06 for changeset 7d8e5d907895
changeset cd286b3adc54 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Apr 03 11:24:01 2014 -0700
Merge
changeset 8b0cbe0231f8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Fri Apr 04 15:24:14 2014 +0100
8035004: Provider provides less service
Reviewed-by: mullan, coffeys
changeset cde691a6989f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Mon Apr 07 16:59:47 2014 +0400
8038306: (tz) Support tzdata2014b
Reviewed-by: coffeys, sherman, okutsu
changeset 417001e147b4 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 08 11:34:53 2014 -0700
Added tag jdk7u65-b07 for changeset cde691a6989f
changeset 896bac8b653d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 09 14:12:49 2014 -0700
Merge
changeset 9ccfe70cee62 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: vkempik
date: Tue Mar 25 14:11:22 2014 +0100
8036786: Update jdk7 testlibrary to match jdk8
Summary: Update testlibrary in jdk7, cumulative backport
Reviewed-by: alanb, sla
changeset 03ab1beaec59 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mcherkas
date: Fri Apr 11 13:07:30 2014 +0400
8031075: [Regression] focus disappears with shift+tab on dialog having
one focus component
Reviewed-by: art, serb
changeset 39b6836b1c97 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Wed Apr 09 13:16:33 2014 +0400
8001108: an attempt to use "<init>" as a method name should elicit
NoSuchMethodException
Reviewed-by: twisti
changeset b766e67e5027 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Wed Apr 09 13:06:37 2014 +0400
8001109: arity mismatch on a call to spreader method handle should
elicit IllegalArgumentException
Reviewed-by: twisti
changeset fef98c3ff64d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Wed Apr 09 13:00:26 2014 +0400
8024283: 10 nashorn tests fail with similar stack trace InternalError
with cause being NoClassDefFoundError
Reviewed-by: twisti
changeset b82737ea61d1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Thu Apr 10 13:55:57 2014 +0400
8024616: JSR292: lazily initialize core NamedFunctions used for
bootstrapping
Reviewed-by: twisti
changeset 44c91f69802f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Thu Apr 03 11:37:02 2014 +0400
8013611: Modal dialog fails to obtain keyboard focus
Reviewed-by: leonidr
changeset cf4d81c3fa6f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: bae
date: Thu Apr 03 17:09:54 2014 +0400
8019990: IM candidate window appears on the South-East corner of the
display.
Reviewed-by: bagiras, serb
changeset fbe9320339ea in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Fri Feb 07 16:00:49 2014 +0400
8023990: Regression: postscript size increase from 6u18
Reviewed-by: prr, bae
changeset d5353f8e1e02 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Mon Apr 14 13:48:47 2014 +0400
8032585: JSR292: IllegalAccessError when attempting to invoke protected
method from different package
Reviewed-by: twisti
changeset ee0cedc50d32 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 15 23:00:45 2014 -0700
Added tag jdk7u65-b08 for changeset d5353f8e1e02
changeset 473400607e72 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Apr 14 16:34:38 2014 -0700
Merge
changeset 8786d9afd84f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 15 12:17:38 2014 -0700
Merge
changeset 221a6b3738f3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 16 10:10:23 2014 -0700
Merge
changeset a948d8801288 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 16 13:39:41 2014 -0700
Merge
changeset 473dfb1347b6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Mon Apr 21 13:37:43 2014 +0400
8033278: Missed access checks for Lookup.unreflect* after 8032585
Reviewed-by: twisti
changeset b83f5194edf2 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Thu Apr 03 11:37:02 2014 +0400
8013611: Modal dialog fails to obtain keyboard focus
Reviewed-by: leonidr
changeset 01a4cd03a6c8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Mon Apr 07 12:17:41 2014 -0700
Added tag jdk7u55-b32 for changeset b83f5194edf2
changeset 3f54f8a387c1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 08 11:16:12 2014 -0700
Added tag jdk7u55-b33 for changeset 01a4cd03a6c8
changeset 45913a29c1ed in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Apr 21 10:03:08 2014 -0700
Merge
changeset fc7967b034d3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 22 11:47:16 2014 -0700
Added tag jdk7u65-b09 for changeset 45913a29c1ed
changeset a290dfe75bdb in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Apr 24 12:08:05 2014 -0700
Merge
changeset 3bb943c6ff7d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Fri Apr 25 13:33:04 2014 +0400
8039520: More atomicity of atomic updates
Reviewed-by: dl, skoivu, chegar
changeset e67383c77c6c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 29 12:36:11 2014 -0700
Added tag jdk7u65-b10 for changeset 3bb943c6ff7d
changeset 2bc661ca4dc3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 29 14:02:13 2014 -0700
Merge
changeset b84e98280630 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 01 09:16:33 2014 -0700
Merge
changeset 89f9d8dbef1c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 06 10:02:57 2014 -0700
Added tag jdk7u65-b11 for changeset b84e98280630
changeset ab610f5627c7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 08 12:00:26 2014 -0700
Merge
changeset 61d15f512305 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: yhuang
date: Tue May 06 22:15:25 2014 -0700
8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
Reviewed-by: naoto
changeset 34ae1d13a333 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 13 08:13:49 2014 -0700
Added tag jdk7u65-b12 for changeset 61d15f512305
changeset 3c74f01ece0f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Tue May 13 15:41:23 2014 +0400
8042582: Test
java/awt/KeyboardFocusmanager/ChangeKFMTest/ChangeKFMTest.html fails on
Windows x64
Reviewed-by: pchelko, ant
changeset 69698344d0a1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Mon May 19 01:51:35 2014 +0400
8043012: (tz) Support tzdata2014c
Reviewed-by: okutsu, peytoia
changeset 2e6105ddad44 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 20 12:37:02 2014 -0700
Added tag jdk7u65-b13 for changeset 69698344d0a1
changeset 355c2e9a57de in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Wed May 28 02:34:16 2014 -0700
Added tag jdk7u65-b14 for changeset 2e6105ddad44
changeset 8cff6ce00a91 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Mon May 19 18:31:48 2014 +0400
8042590: Running form URL throws NPE
Reviewed-by: anthony, serb
changeset 190017413768 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Jun 03 13:53:01 2014 -0700
Added tag jdk7u65-b15 for changeset 8cff6ce00a91
changeset 23e78e36bc39 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Fri Jun 13 11:56:54 2014 -0700
Added tag jdk7u65-b16 for changeset 190017413768
changeset 96d1fa382dda in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Jun 17 13:03:15 2014 -0700
Added tag jdk7u65-b17 for changeset 23e78e36bc39
changeset 0a7949e427b0 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 25 08:31:00 2014 -0700
Added tag jdk7u65-b30 for changeset 96d1fa382dda
changeset dcc61b936fe1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jul 02 09:39:31 2014 -0700
Added tag jdk7u55-b15 for changeset a015a0971dac
changeset 7f7430459adf in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jul 02 09:55:48 2014 -0700
Merge
changeset ba6cef21c369 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jul 02 10:09:19 2014 -0700
Added tag jdk7u65-b18 for changeset 7f7430459adf
changeset 8e6bcbd88360 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jul 02 21:08:29 2014 -0700
Merge
changeset 8da26940090e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Jul 08 12:31:57 2014 -0700
Merge
changeset c3a56021fc22 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jul 09 15:02:53 2014 -0700
Added tag jdk7u65-b19 for changeset ba6cef21c369
changeset 8b9d926bd35a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Jul 10 08:51:20 2014 -0700
Added tag jdk7u65-b32 for changeset c3a56021fc22
changeset dc15796f1edb in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Jul 10 09:37:54 2014 -0700
Merge
changeset 0e14379a6867 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jul 14 22:36:35 2014 -0700
Merge
changeset 99e8530451e8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jul 14 22:25:12 2014 -0700
Merge
changeset 9c9794cffe04 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jul 14 22:41:22 2014 -0700
Merge
changeset 1da767aa71b7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dfuchs
date: Tue Jul 01 14:20:00 2014 +0100
8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed
with NPE
Summary: This is a test bug - loggers held in local variables can be
arbitrarily gc'ed if that variable is no longer used. The fix makes sure
that the loggers won't be arbitrarily gc'ed before the test is complete.
Reviewed-by: mchung
changeset b17d22daeb60 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dfuchs
date: Tue Jul 01 14:56:39 2014 +0100
8031068: java/util/logging/ParentLoggersTest.java: checkLoggers:
getLoggerNames() returned unexpected loggers
Summary: The test was not keeping any strong reference on the loggers
it created allowing for them to be garbage collected too early.
Reviewed-by: mchung, chegar
changeset 78c8ed952f6d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Wed Jul 02 13:01:35 2014 +0100
Merge
changeset a7cf06964339 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Wed Jul 02 15:05:17 2014 +0100
6984762: Invalid close of file descriptor '-1' in findZoneinfoFile
Reviewed-by: okutsu
changeset 66a3e7b2bb11 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: alitvinov
date: Thu Jul 03 18:32:47 2014 +0400
8040076: Memory leak: java.awt.List objects allowing multiple
selections are not GC-ed.
Reviewed-by: anthony, pchelko
Contributed-by: artem.malenko(a)oracle.com
changeset ebb2c60b579c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Mon Jul 07 17:54:42 2014 +0400
6545422: [TESTBUG] NativeErrors.java uses wrong path name in exec
Summary: Uses common testlibrary to find executable. Removed
NullPointerExceptions. Log more.
Reviewed-by: sla
Contributed-by: mattias.tobiasson(a)oracle.com
changeset 252fa19d21bc in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Tue Jul 08 17:04:12 2014 +0400
6993873:
java/awt/Focus/FocusOwnerFrameOnClick/FocusOwnerFrameOnClick.java test
indicates ".a frame wasn't focused on click" jdk7 issue on linux
Reviewed-by: ant, pchelko
changeset d212c9f2451f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: juh
date: Tue Jul 08 23:40:22 2014 +0100
8021804: Certpath validation fails if validity period of root cert does
not include validity period of intermediate cert
Reviewed-by: mullan
changeset 6450d814a2ba in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: lana
date: Wed Jul 09 13:34:48 2014 -0700
Merge
changeset b8ebd45fff19 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: weijun
date: Thu Jul 10 14:25:23 2014 +0800
8049480: Current versions of Java can't verify jars signed and
timestamped with Java 9
Reviewed-by: xuelei, mullan
changeset 62bceb0dc56a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Sun Jul 13 22:42:00 2014 +0400
8025051: Update resource files for TimeZone display names
Reviewed-by: okutsu, mfang
changeset 35aabd00a534 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Tue Jul 15 02:26:55 2014 +0400
8049250: Need a flag to invert the Card.disconnect(reset) argument
Reviewed-by: valeriep
changeset 0a466d5df046 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aivanov
date: Tue Jul 15 16:13:58 2014 +0400
8046559: NPE when changing Windows theme
Reviewed-by: anthony, pchelko
changeset 5240d6c6f05c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Tue Jul 15 18:01:44 2014 +0400
8016545: java.beans.XMLEncoder.writeObject output is wrong
Reviewed-by: alexsch
changeset 985b343af710 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mcherkas
date: Thu Jul 10 18:46:40 2014 +0400
4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
Reviewed-by: prr, bae
changeset 1b53bd08ccbd in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Tue Jul 15 16:50:52 2014 +0100
8043200: Decrease the preference mode of RC4 in the enabled cipher
suite list
8050158: Introduce system property to maintain RC4 preference order
Reviewed-by: xuelei
changeset d3f6d3392cdf in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Tue Jul 01 16:51:44 2014 +0100
7095856: OutputStreamHook doesn't handle null values
Reviewed-by: lancea, msheppar
changeset b41024bcedc7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: lana
date: Tue Jul 22 18:16:37 2014 -0700
Merge
changeset 0b9ab5a573c0 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Tue Jul 22 22:06:52 2014 +0400
8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since
7u40b33
Reviewed-by: joehw
changeset 677a0ad1e733 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Tue Jul 22 09:21:33 2014 +0400
8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator
through SchemaFactory
Reviewed-by: lancea
changeset e46f1acfd0bd in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Thu Jul 24 15:02:05 2014 +0400
8044614: [macosx] Focus issue with 2 applets in firefox
Reviewed-by: alexsch, pchelko
changeset 38edb98b7b7f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Fri Jul 25 19:49:06 2014 +0100
8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
Reviewed-by: mullan
Contributed-by: Bradford Wetmore <bradford.wetmore(a)oracle.com>
changeset f21f2a9ed7df in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Wed Jul 30 13:36:51 2014 +0100
8046495: KeyEvent can not be accepted in quick mouse clicking
Reviewed-by: art, pchelko
changeset 5bccbd93b577 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mbankal
date: Wed Jul 30 05:09:27 2014 -0700
8036709: Java 7 jarsigner displays warning about cert policy tree
Reviewed-by: weijun, coffeys
changeset 5657e6e7bca1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Wed Aug 06 12:42:25 2014 +0400
8041990: [macosx] Language specific keys does not work in applets when
opened outside the browser
Reviewed-by: alexsch, serb
changeset 17055bf10cbf in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mbankal
date: Wed Aug 06 04:26:22 2014 -0700
8031046: Native Windows ccache might still get unsupported ticket
Reviewed-by: weijun, coffeys
changeset 17abdc0b457f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Fri Aug 01 15:36:23 2014 +0100
8031435: Ftp download does not work properly for ftp user without password
Reviewed-by: chegar
changeset 01a6b7c65a73 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Tue Aug 05 20:17:08 2014 +0100
8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
Reviewed-by: wetmore, xuelei
changeset b68fcc30419b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Thu Jul 31 11:31:57 2014 +0400
8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
changeset ee4e3f5bd64f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Fri Aug 08 15:06:39 2014 +0400
8046343: (smartcardio) CardTerminal.connect('direct') does not work on
MacOSX
Reviewed-by: mullan, valeriep
changeset 5c7f60091d08 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: van
date: Sat Aug 09 01:01:20 2014 +0400
8052159: TEST_BUG: javax/swing/JTextField/8036819/bug8036819.java fails
to compile
Reviewed-by: pchelko, serb
changeset 42589a83bbfe in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: alitvinov
date: Sat Aug 09 01:22:45 2014 +0400
8048887: SortingFocusTraversalPolicy throws IllegalArgumentException
from the sort method
Reviewed-by: azvegint, alexsch
Contributed-by: nakul.natu(a)oracle.com
changeset 1922cb4a63e9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: van
date: Thu Aug 07 22:16:57 2014 -0700
8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With
Voiceover Running
Reviewed-by: anthony, serb
changeset 2590a9c18fdb in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Tue Aug 12 00:13:57 2014 +0400
8054841: (process) ProcessBuilder leaks native memory
Reviewed-by: rriggs, alanb
changeset 7497dc085814 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Tue Aug 26 17:33:02 2014 +0100
Merge jdk7u80-b02
changeset bb64a360997c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Aug 27 16:20:16 2014 +0100
4963723: Implement SHA-224
Summary: Add support for SHA-224, SHA224withRSA, SHA224withECDSA,
HmacSHA224 and OAEPwithSHA-224AndMGF1Padding.
Reviewed-by: vinnie
Original-by: valeriep
changeset 0cc91db3a787 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Aug 27 18:40:41 2014 +0100
7044060: Need to support NSA Suite B Cryptography algorithms
Summary: Add support for DSA parameter generation and OIDs for NSA
Suite B algorithms.
Reviewed-by: vinnie
Original-by: valeriep
changeset 547493d23ef8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Aug 27 23:04:19 2014 +0100
Added tag icedtea-2.6pre07 for changeset 0cc91db3a787
changeset 9caf15ac18b8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Aug 27 23:07:42 2014 +0100
Added tag icedtea-2.6pre06 for changeset 21eee0ed9be9
changeset 223137954781 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: xuelei
date: Thu Apr 18 22:23:56 2013 -0700
8006935: Need to take care of long secret keys in HMAC/PRF compuation
Reviewed-by: valeriep
changeset e97e34bd3cc9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Mon Sep 08 18:46:06 2014 +0100
PR1989: Make jdk_generic_profile.sh handle missing programs better and
be more verbose
changeset 9702c7936ed8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Sep 10 17:12:24 2014 +0100
PR1992, RH735336: Support retrieving proxy settings on GNOME 3.12.2
changeset 6923000c68ee in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Sat Sep 13 16:38:53 2014 +0100
Added tag icedtea-2.6pre08 for changeset 9702c7936ed8
changeset 930f4626048e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Sep 17 15:43:58 2014 +0100
PR2003: --disable-system-gtk option broken by refactoring in PR1736
changeset d5d2aed90aa8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Fri Sep 19 02:38:01 2014 +0100
PR2009: Checksum of policy JAR files changes on every build
changeset af556f9f1f01 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Oct 01 14:52:34 2014 +0100
PR2025: LCMS_CFLAGS & LCMS_LIBS should not be used unless SYSTEM_LCMS
is enabled
changeset 1ad3247faaeb in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: andrew
date: Wed Oct 01 14:55:14 2014 +0100
RH1015432: java-1.7.0-openjdk: Fails on PPC with StackOverflowError
(revised comprehensive fix)
Contributed-by: chphilli(a)redhat.com
Summary: Reverse effects of fix for Oracle bug 8013398 on Zero jvm
[related fix].
Workaround for gcc bug [ http://gcc.gnu.org/PR63341 Add
-fno-tree-vectorize to ppc build.]
found by Andrew Haley aph(a)redhat.com
jdk/make/common/Defs-linux.gmk
changeset 828c4fedd29f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Wed Aug 20 12:13:00 2014 -0700
Added tag jdk7u80-b02 for changeset 2590a9c18fdb
changeset 0679be303315 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: serb
date: Thu Dec 12 16:30:22 2013 +0400
8001472: api/java_awt/Window/indexTGF_* tests fail because expected
colors aren't equal
Reviewed-by: anthony, azvegint
changeset aca7751320fc in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mcherkas
date: Tue Aug 12 19:02:51 2014 +0400
8042835: Remove mnemonic character from open, save and open directory
JFileChooser's buttons
Reviewed-by: alexp, alexsch
Contributed-by: artem.malinko(a)oracle.com
changeset b25397be1e6a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: naoto
date: Fri Aug 15 12:46:02 2014 -0700
8041791: String.toLowerCase regression - violates Unicode standard
Reviewed-by: peytoia
Contributed-by: jeremymanson(a)google.com
changeset b64f4a90cee7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aivanov
date: Mon Aug 18 11:08:51 2014 +0400
8046007: Java app receives javax.print.PrintException: Printer is not
accepting job
Reviewed-by: prr, bae
changeset 434a2dde9c21 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Mon Aug 18 17:14:25 2014 +0400
8009258: TEST_BUG:java/io/pathNames/GeneralWin32.java fails intermittently
Reviewed-by: dxu, alanb
Contributed-by: yiming.wang(a)oracle.com
changeset 74c83f186ab1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Mon Aug 18 17:16:50 2014 +0400
8015628: Test Failure in closed/java/io/pathNames/GeneralSolaris.java
Reviewed-by: alanb
changeset b94e612ae7c5 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Mon Aug 18 17:18:23 2014 +0400
4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links
Summary: Exclude the possible usage of linked files or directories in
the test
Reviewed-by: alanb
changeset 8a39734cca39 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Mon Aug 18 17:20:32 2014 +0400
8028631: Improve the test coverage to the pathname handling on
unix-like platforms
Summary: Add GeneralSolaris.java testcase and fix the concurrency issue
Reviewed-by: lancea, chegar, alanb
changeset 9c832ae708b3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aivanov
date: Sat Aug 23 01:15:40 2014 +0400
8043610: Sorting columns in JFileChooser fails with AppContext NPE
Reviewed-by: anthony, alexsch
changeset 140a7fe18d66 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Sat Aug 23 01:05:50 2014 +0400
8055731: sun/security/smartcardio/TestDirect.java throws
java.lang.IndexOutOfBoundsException
Reviewed-by: valeriep
changeset 525b2ad2fc7c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: bae
date: Tue Aug 26 15:53:05 2014 +0100
8040617: [macosx] Large JTable cell results in a OutOfMemoryException
Reviewed-by: serb, prr
changeset fd940a08ec2d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Tue Aug 26 15:55:35 2014 +0400
8055421: (fs) bad error handling in
java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
Reviewed-by: martin, alanb
changeset 70b7e2766d4a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aivanov
date: Thu Aug 28 17:14:59 2014 +0400
8056156: [TEST_BUG] Test
javax/swing/JFileChooser/8046391/bug8046391.java fails in Windows
Reviewed-by: anthony, alexp
changeset f40d035e338d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Fri Aug 22 16:10:50 2014 +0100
8032808: Support Solaris SO_FLOW_SLA socket option
Reviewed-by: michaelm
changeset e036c254ef30 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: michaelm
date: Tue Jun 24 11:32:10 2014 +0100
8047186: jdk.net.Sockets throws InvocationTargetException instead of
original runtime exceptions
Reviewed-by: michaelm
Contributed-by: artem.smotrakov(a)oracle.com
changeset 75dceeafa4c8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: michaelm
date: Fri Aug 15 14:50:27 2014 +0100
8029607: Type of Service (TOS) cannot be set in IPv6 header
Reviewed-by: alanb
changeset 8d0a1cb7b3b9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: michaelm
date: Mon Jul 07 12:42:14 2014 +0100
8048212: Two tests failed with "java.net.SocketException: Bad protocol
option" on Windows after 8029607
Reviewed-by: alanb
changeset 6c199d604eef in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Thu Aug 28 14:18:11 2014 +0100
Merge
changeset 85eb739ea5a6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: weijun
date: Mon Dec 17 12:18:46 2012 +0800
7197159: accept different kvno if there no match
Reviewed-by: xuelei
changeset 2df9079cfbd9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Thu Aug 28 18:39:18 2014 +0400
8017212: File.createTempFile requires unnecessary "read" permission
Reviewed-by: alanb
changeset 353c0eb4aace in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Thu Aug 28 18:01:16 2014 +0100
7158636: InterfaceAddress.getBroadcast() returns invalid broadcast
address on WLAN
Summary: Update Windows native code to infer WLAN interface type in
Windows Vista and later
Reviewed-by: chegar, alanb
changeset 0032f33fdc47 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Fri Aug 29 17:13:47 2014 +0400
7058832: com/sun/net/httpserver/bugs/B6373555.java failing intermittently
Reviewed-by: alanb
changeset 87ff88fdd832 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Tue Sep 02 13:57:25 2014 +0400
8036981: JAXB not preserving formatting for xsd:any Mixed content
Reviewed-by: lancea, mkos
changeset 866ce3916733 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: michaelm
date: Thu May 16 17:28:47 2013 +0100
8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in
HttpURLConnection
Reviewed-by: alanb, chegar
changeset 43d918d51967 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Tue Sep 02 15:56:40 2014 +0100
Merge
changeset eec956f1670c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Tue Sep 02 22:25:32 2014 +0100
8054019: Keytool Error publicKey's is not X.509, but X509
Reviewed-by: mullan, xuelei
changeset b6d1b9081cb3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: weijun
date: Mon Aug 11 22:09:48 2014 +0800
8054817: File ccache only recognizes Linux and Solaris defaults
Reviewed-by: mullan
changeset e3161d87f66b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: vinnie
date: Wed May 02 14:50:46 2012 +0100
7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on
Solaris sparc 5.10
Reviewed-by: mullan
changeset 1326b00e10d1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: lana
date: Wed Sep 03 19:05:46 2014 -0700
Merge
changeset 86bc5adbf7b7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: sgabdura
date: Thu Sep 04 08:34:33 2014 +0200
8022229: Intermittent test failures in sun/tools/jstatd
Reviewed-by: ykantser, sla, egahlin, jbachorik, allwin
changeset 38181109e3d1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aivanov
date: Thu Sep 04 19:16:55 2014 +0400
8056211:
api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002]
failure
Reviewed-by: pchelko, alexsch
changeset fdeb6abac0ea in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: alexsch
date: Mon Sep 08 15:37:28 2014 +0400
8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset
failed with GTKLookAndFeel on Linux and Solaris
Reviewed-by: ant, azvegint
changeset 49b0ce28e2ca in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Tue Sep 09 18:43:18 2014 +0100
8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
(zlib 1.2.8 port)
Reviewed-by: sherman
changeset 54503c218de8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: lana
date: Tue Sep 09 11:57:07 2014 -0700
Merge
changeset 22b4d5ebccb3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Tue Sep 09 19:02:36 2014 +0400
7010989: Duplicate closure of file descriptors leads to unexpected and
incorrect closure of sockets
Reviewed-by: chegar
changeset ac93f5941f48 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coleenp
date: Fri Sep 12 14:36:45 2014 +0100
6642881: Improve performance of Class.getClassLoader()
Summary: Add classLoader to java/lang/Class instance for fast access
Reviewed-by: fparain, lfoltan, alanb, mchung, dholmes, kevinw
changeset b4e500502985 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Mon Sep 15 12:29:43 2014 +0400
8048110: Using tables in JTextPane leads to infinite loop in
FlowLayout.layoutRow
Reviewed-by: alexp, alexsch
changeset 0d4f0a8a1ee5 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Mon Sep 15 13:47:19 2014 +0400
8015586: [macosx] Test closed/java/awt/print/PrinterJob/PrintToDir.java
fails on MacOSX
Reviewed-by: prr, jchen
changeset ae7b0ff91866 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Wed Sep 17 12:59:08 2014 +0400
8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
Reviewed-by: serb, pchelko
changeset fd488f5e328f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Fri Sep 12 14:23:54 2014 +0400
8049343: (tz) Support tzdata2014g
Reviewed-by: mfang, okutsu
changeset 6b53b16c1641 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Wed Sep 17 23:52:27 2014 +0400
8055949: ByteArrayOutputStream capacity should be maximal array size
permitted by VM
Summary: Try to resize to "well-known" hotspot max array size first.
Reviewed-by: alanb, mduigou
changeset 056ef4238bb4 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Fri Sep 19 17:49:42 2014 +0100
8057813: Alterations to jdk_security3 test target
Reviewed-by: mullan
changeset 9ac8a27d7d19 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: sgabdura
date: Tue Sep 23 09:06:39 2014 +0200
8057564: JVM hangs at getAgentProperties after attaching to VM with lower
Summary: Create custom Security Descriptor for Named Pipe.
Reviewed-by: mgronlun, dsamersoff, uta
changeset 1ed30c084e3d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: bae
date: Wed Sep 24 12:40:07 2014 +0100
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
Reviewed-by: alexp
changeset 33c1eee28403 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 20 12:11:43 2014 -0700
Added tag jdk7u60-b30 for changeset 8dc56d0f3e86
changeset 684995bfbec9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: sla
date: Tue Jan 28 09:33:39 2014 -0500
7142035: assert in j.l.instrument agents during shutdown when daemon
thread is running
Reviewed-by: sla
Contributed-by: sunny.chan(a)gs.com
changeset 5778b1df3760 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Thu Apr 17 18:14:04 2014 +0400
8032874: ArrayIndexOutOfBoundsException in JTable while clearing data
in JTable
Reviewed-by: alexp, alexsch
changeset f99ab4df9969 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mkos
date: Tue Apr 08 11:25:56 2014 +0100
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
changeset 65665762ea10 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: bae
date: Fri Mar 21 23:04:14 2014 +0400
8036022: D3D: rendering with XOR composite causes InternalError.
Reviewed-by: flar, serb
changeset 8da8dfbea6b8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 01 15:06:49 2014 -0700
8036819: JAB: mneumonics not read for textboxes
Reviewed-by: alexsch
Contributed-by: vivi.an(a)oracle.com
changeset 4061e68ca538 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Fri Jan 24 01:22:52 2014 +0400
8028616: Htmleditorkit parser doesn't handle leading slash (/)
Reviewed-by: alexp, alexsch
changeset 4c2e8ef55e68 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Wed Mar 12 15:46:25 2014 +0400
8032872: [macosx] Cannot select from JComboBox in a JWindow
Reviewed-by: pchelko, ant
changeset bbe7c6dce6d5 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: alitvinov
date: Tue Mar 25 16:54:49 2014 +0400
8032878: Editable combos in table do not behave as expected
Reviewed-by: alexp, alexsch
Contributed-by: alexey.ivanov(a)oracle.com
changeset 68cd2b3ce15e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Tue May 20 10:11:23 2014 +0400
7195480: javax.smartcardio does not detect cards on Mac OS X
Reviewed-by: valeriep
changeset 0139f3cc1a4a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Fri May 30 18:54:16 2014 +0100
8042857: 14 stuck threads waiting for notification on LDAPRequest
Reviewed-by: vinnie
changeset 568b8aa89233 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Tue Apr 08 16:48:41 2014 +0400
8039097: Some tests fail with NPE since 7u60 b12
Reviewed-by: serb, alexsch
changeset e236dfbf9e8b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Wed Apr 09 13:00:26 2014 +0400
8024283: 10 nashorn tests fail with similar stack trace InternalError
with cause being NoClassDefFoundError
Reviewed-by: twisti
changeset 066c15ecfa44 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Wed Apr 09 13:06:37 2014 +0400
8001109: arity mismatch on a call to spreader method handle should
elicit IllegalArgumentException
Reviewed-by: twisti
changeset cbec1eb6d4f8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Wed Apr 09 13:16:33 2014 +0400
8001108: an attempt to use "<init>" as a method name should elicit
NoSuchMethodException
Reviewed-by: twisti
changeset d6338a746929 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 09 22:26:08 2014 -0700
Merge
changeset 13527ded8ed2 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Thu Apr 10 13:55:57 2014 +0400
8024616: JSR292: lazily initialize core NamedFunctions used for
bootstrapping
Reviewed-by: twisti
changeset c5915fd41407 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Mon Apr 14 13:48:47 2014 +0400
8032585: JSR292: IllegalAccessError when attempting to invoke protected
method from different package
Reviewed-by: twisti
changeset f4f3a4e08404 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Mon Apr 14 14:01:29 2014 +0400
8031502: JSR292: IncompatibleClassChangeError in LambdaForm for
CharSequence.toString() method handle type converter
Reviewed-by: twisti
changeset ddb23a518a7b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 16 09:45:58 2014 -0700
Added tag jdk7u71-b00 for changeset ee0cedc50d32
changeset 7106aaee86d1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 16 09:50:31 2014 -0700
Merge
changeset 07b86b2fd60f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 15 10:17:53 2014 -0700
Added tag jdk7u66-b00 for changeset 9ccfe70cee62
changeset ba461042778f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Mon Mar 24 19:34:55 2014 +0400
8032909: XSLT string-length returns incorrect length when string
includes complementary chars
Reviewed-by: joehw, dfuchs
changeset 1729ee5feeb5 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Sun Jan 05 21:02:57 2014 -0800
8027359: XML parser returns incorrect parsing results
Reviewed-by: lancea
changeset 32ca56a2ce55 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 15 10:33:52 2014 -0700
Merge
changeset e2691b62b11e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmeetry
date: Tue Apr 08 18:46:13 2014 +0400
8028726: (prefs) Check
src/solaris/native/java/util/FileSystemPreferences.c for JNI pending
exceptions
Reviewed-by: lancea, chegar, alanb
Contributed-by: dan.xu(a)oracle.com
changeset e4e37cd21ae2 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: msheppar
date: Mon Feb 17 16:15:50 2014 +0000
8021372: NetworkInterface.getNetworkInterfaces() returns duplicate
hardware address
Summary: amended src/windows/native/java/net/NetworkInterface_winXP.c
to "properly" handle Ipv6IfIndex
Reviewed-by: chegar, dsamersoff
changeset ed7c598c21b0 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: khazra
date: Thu Jun 13 11:23:00 2013 -0700
8015421: NegativeArraySizeException occurs in ChunkedOutputStream()
with Integer.MAX_VALUE
Summary: Ensure integer overflow does not occur
Reviewed-by: chegar
changeset 1a01b176f86a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: khazra
date: Thu Jun 13 17:48:11 2013 -0700
7169142: CookieHandler does not work with localhost
Summary: Add .local to derived effective hostnames without dot
Reviewed-by: chegar
changeset 9e752d44a42b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmeetry
date: Sat Mar 08 01:40:14 2014 +0400
7122142: (ann) Race condition between isAnnotationPresent and
getAnnotations
7185456: (ann) Optimize Annotation handling in java/sun.reflect.* code
for small number of annotations
8005232: (JEP-149) Class Instance size reduction
8022721: TEST_BUG: AnnotationTypeDeadlockTest.java throws
java.lang.IllegalStateException: unexpected condition
Reviewed-by: jfranck, plevart, robilad
changeset fc87b55d62fc in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 15 14:06:19 2014 -0700
Merge
changeset 19a67abea24c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 15 23:15:53 2014 -0700
Added tag jdk7u66-b01 for changeset fc87b55d62fc
changeset 5658f6a542fc in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 16 21:52:35 2014 -0700
Merge
changeset 6d171562a204 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Apr 16 22:12:46 2014 -0700
Merge
changeset d21afa5dba15 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Mon Apr 21 13:37:43 2014 +0400
8033278: Missed access checks for Lookup.unreflect* after 8032585
Reviewed-by: twisti
changeset 65151bb5b083 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Apr 21 07:04:43 2014 -0700
Merge
changeset c67e394e4942 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Apr 21 10:22:37 2014 -0700
Merge
changeset 7a743a9e7157 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 22 12:08:08 2014 -0700
Added tag jdk7u66-b09 for changeset c67e394e4942
changeset 2b67aa329c81 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Mon Feb 24 11:59:28 2014 +0400
8032669: Mouse release not being delivered to Swing component in 7u45
Reviewed-by: alexsch, pchelko
changeset 8ad3591c5c3a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: alitvinov
date: Mon Feb 24 19:17:40 2014 +0400
8032078: [macosx] CPlatformWindow.setWindowState throws
RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
Reviewed-by: pchelko, serb
changeset bd1532fbece4 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 22 11:19:27 2014 -0700
Added tag jdk7u55-b34 for changeset 3f54f8a387c1
changeset 8aa509b4a15e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Apr 24 13:20:28 2014 -0700
Merge
changeset 0815dc1492ec in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Apr 24 13:47:48 2014 -0700
Merge
changeset 15c40559381e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Apr 24 14:19:07 2014 -0700
Merge
changeset 71be2224767b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Apr 24 21:52:08 2014 -0700
Merge
changeset 2d1d0af960f4 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Apr 24 22:08:42 2014 -0700
Merge
changeset 2f22fe72dbaf in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Fri Apr 25 13:33:04 2014 +0400
8039520: More atomicity of atomic updates
Reviewed-by: dl, skoivu, chegar
changeset b683e27e6c76 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: naoto
date: Mon Apr 21 13:29:56 2014 -0700
8036936: Use local locales
Summary: Made sure cache key is cleared on GC invocation
Reviewed-by: okutsu
changeset 3902dc166d37 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Fri Apr 25 18:09:54 2014 +0100
Merge
changeset 86ff4a9d4269 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Apr 28 11:29:28 2014 -0700
Merge
changeset 257fd79cdef5 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmeetry
date: Wed Apr 09 19:29:30 2014 +0400
8034200: Test java/net/CookieHandler/LocalHostCookie.java fails after
fix of JDK-7169142
Reviewed-by: michaelm
changeset 326b98940638 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Apr 29 12:48:25 2014 -0700
Added tag jdk7u66-b10 for changeset 257fd79cdef5
changeset e0b0840302e2 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 29 14:24:38 2014 -0700
Merge
changeset 9fc8eb8bbf31 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 29 14:19:12 2014 -0700
Merge
changeset 3bc657d98ec8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 29 14:30:13 2014 -0700
Merge
changeset 0ae4b35ec523 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 29 14:42:10 2014 -0700
Merge
changeset d977b736a139 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Apr 29 14:58:44 2014 -0700
Merge
changeset 9a5aa33fadc4 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: kizune
date: Mon May 05 23:40:42 2014 +0400
8001105: findVirtual of Object[].clone produces internal error
Reviewed-by: twisti, jrose
changeset bde108177ced in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: yhuang
date: Tue May 06 22:15:25 2014 -0700
8013836: getFirstDayOfWeek reports wrong day for pt-BR locale
Reviewed-by: naoto
changeset 7cc7125f42f6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Fri Mar 07 10:58:52 2014 +0400
8012026: [macosx] Component.getMousePosition() does not work in an
applet on MacOS
Reviewed-by: alexsch, pchelko
changeset 66a99e7786a7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 01 10:02:10 2014 -0700
Merge
changeset 8e58a9d5950b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 01 10:07:48 2014 -0700
Merge
changeset 3e0908eeb06d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 01 08:38:53 2014 -0700
Merge
changeset 9a36fe5f5beb in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon May 05 10:12:40 2014 -0700
Merge
changeset 6f38c929df1b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon May 05 10:20:23 2014 -0700
Merge
changeset f0bc39b9adda in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 06 10:50:54 2014 -0700
Added tag jdk7u66-b11 for changeset 6f38c929df1b
changeset c93a2426309c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 06 11:17:18 2014 -0700
Merge
changeset 0d2c69b2d1d0 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 06 11:30:23 2014 -0700
Merge
changeset 12c4e8c464f0 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed May 07 10:05:54 2014 -0700
Merge
changeset 4af4e563a38c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Wed May 07 16:23:04 2014 +0100
8036861: Application can't be loaded fine,the save dialog can't show up.
Reviewed-by: serb, azvegint
changeset 8fb48ea28c3a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri May 09 07:42:20 2014 -0700
Merge
changeset 510910263b66 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri May 09 07:48:02 2014 -0700
Merge
changeset 0b78eec4f61e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri May 09 08:22:00 2014 -0700
Merge
changeset 4c802f7741b7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Mon Feb 24 11:59:28 2014 +0400
8032669: Mouse release not being delivered to Swing component in 7u45
Reviewed-by: alexsch, pchelko
changeset 2cdc52ec4813 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmarkov
date: Fri Mar 07 10:58:52 2014 +0400
8012026: [macosx] Component.getMousePosition() does not work in an
applet on MacOS
Reviewed-by: alexsch, pchelko
changeset 6845d311ff99 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Wed May 07 10:57:39 2014 -0700
Added tag jdk7u55-b35 for changeset 2cdc52ec4813
changeset 114d06877867 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Wed May 07 11:30:54 2014 -0700
Added tag jdk7u55-b36 for changeset 6845d311ff99
changeset feac9624a1e1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri May 09 08:36:37 2014 -0700
Merge
changeset e012c187d505 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri May 09 08:49:32 2014 -0700
Merge
changeset d4f0008cdf6d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri May 09 09:07:21 2014 -0700
Merge
changeset 460c1277644d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri May 09 09:18:51 2014 -0700
Merge
changeset 0e9223dd4775 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Mon May 12 15:07:32 2014 +0400
8041529: Better parameterization of parameter lists
Reviewed-by: twisti, ahgross
changeset 78fd07d646e8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Tue May 13 15:41:23 2014 +0400
8042582: Test
java/awt/KeyboardFocusmanager/ChangeKFMTest/ChangeKFMTest.html fails on
Windows x64
Reviewed-by: pchelko, ant
changeset 67e8421e7619 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 13 14:40:16 2014 -0700
Added tag jdk7u66-b12 for changeset d4f0008cdf6d
changeset c26d324e56fd in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 13 15:08:56 2014 -0700
Merge
changeset 486aa993e8b4 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 13 16:00:43 2014 -0700
Merge
changeset 259773e98794 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 13 16:33:01 2014 -0700
Merge
changeset 4e87f3f89e10 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dfuchs
date: Wed May 14 15:23:59 2014 +0200
8041564: Improved management of logger resources
Reviewed-by: skoivu, mchung, igerasim
changeset 45c83c1f2973 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Mon May 19 18:31:48 2014 +0400
8042590: Running form URL throws NPE
Reviewed-by: anthony, serb
changeset 24b7c3d09427 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon May 19 09:00:00 2014 -0700
Merge
changeset 8568a6b22ca7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 20 12:37:02 2014 -0700
Added tag jdk7u66-b13 for changeset 24b7c3d09427
changeset a0266edfc8ef in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 20 14:34:19 2014 -0700
Merge
changeset 3709fc571038 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue May 20 12:34:30 2014 -0700
Added tag jdk7u60-b31 for changeset feac9624a1e1
changeset fb40615ef352 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 20 14:25:41 2014 -0700
Merge
changeset bd735cb5534e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 20 14:52:01 2014 -0700
Merge
changeset 8ea51919350f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue May 20 15:02:44 2014 -0700
Merge
changeset 16cd2826a58f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: sgabdura
date: Wed May 21 08:38:00 2014 +0200
8015256: Better class accessibility
Summary: Improve protection domain check in forName()
Reviewed-by: coleenp, mchung, acorn, jdn
changeset e42372b91c35 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Thu May 22 12:41:39 2014 -0700
Added tag jdk7u60-b32 for changeset fb40615ef352
changeset 74d01c3385b9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 22 22:08:38 2014 -0700
Merge
changeset 424f62904d32 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 22 22:14:55 2014 -0700
Merge
changeset 141fd0bd0610 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: pchelko
date: Fri May 23 12:03:24 2014 +0400
8041545: Better validation of generated rasters
Reviewed-by: prr, serb, bae, skoivu
changeset 654a386b6c32 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmeetry
date: Wed May 28 10:34:41 2014 +0400
8035781: Improve equality for annotations
Reviewed-by: darcy
changeset b094fa522d03 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Wed May 28 02:34:45 2014 -0700
Added tag jdk7u66-b14 for changeset 74d01c3385b9
changeset e5ed4a6ba4ae in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed May 28 09:51:39 2014 -0700
Merge
changeset c2119348ddb7 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed May 28 10:15:08 2014 -0700
Merge
changeset 782dd8585a1d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: bae
date: Thu May 29 10:48:39 2014 +0400
8041540: Better use of pages in font processing
Reviewed-by: prr
changeset e25b8029d77a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Thu May 29 15:31:00 2014 +0400
8038908: Make Signature more robust
Reviewed-by: valeriep, skoivu, asmotrak
changeset 1c1549cbed1b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Thu May 29 19:43:14 2014 +0100
8038364: Use certificate exceptions correctly
Reviewed-by: mullan, coffeys
changeset 6c8a00ff5837 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: azvegint
date: Fri May 30 16:20:04 2014 +0400
8042609: Limit splashiness of splash images
Reviewed-by: mschoene, serb
changeset baa4618841b6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu May 22 22:00:19 2014 -0700
Merge
changeset 54c26bea73da in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmeetry
date: Sat Mar 08 01:40:14 2014 +0400
7122142: (ann) Race condition between isAnnotationPresent and
getAnnotations
7185456: (ann) Optimize Annotation handling in java/sun.reflect.* code
for small number of annotations
8005232: (JEP-149) Class Instance size reduction
8022721: TEST_BUG: AnnotationTypeDeadlockTest.java throws
java.lang.IllegalStateException: unexpected condition
Reviewed-by: jfranck, plevart, robilad
changeset fab037d14d9c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Tue May 20 16:07:46 2014 +0100
8028627: Unsynchronized code path from javax.crypto.Cipher to the
WeakHashMap used by JceSecurity to store codebase mappings
Reviewed-by: mullan
changeset e0eed8a565c9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Mon May 19 17:46:12 2014 +0400
8038000: java.awt.image.RasterFormatException: Incorrect scanline stride
Reviewed-by: bae, serb
changeset 9cfcdeeecfac in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: coffeys
date: Fri May 09 04:24:44 2014 -0700
8028192: Use of PKCS11-NSS provider in FIPS mode broken
Reviewed-by: xuelei
changeset 0685432cc64f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Jun 03 13:56:05 2014 -0700
Added tag jdk7u60-b33 for changeset 9cfcdeeecfac
changeset ef78e5bed953 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 04 18:37:05 2014 -0700
Merge
changeset a19442bfd366 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 04 18:43:50 2014 -0700
Merge
changeset e4d181d8ab2a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 04 18:56:39 2014 -0700
Merge
changeset 07fc91c550da in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 02 12:13:46 2014 -0700
Merge
changeset e0f247ce3b2e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Jun 03 14:23:16 2014 -0700
Added tag jdk7u66-b15 for changeset 07fc91c550da
changeset 36ea51c7efd1 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 04 21:18:42 2014 -0700
Merge
changeset 1fa5eab2b34d in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Fri Jun 06 00:58:04 2014 +0400
8042797: Avoid strawberries in LogRecord
Reviewed-by: dfuchs
changeset eabde5c42157 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mbankal
date: Tue Jun 10 02:07:15 2014 -0700
8037066: Secure transport layer
Reviewed-by: xuelei, coffeys, ahgross, asmotrak
changeset 11e2ca8f84f3 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: robm
date: Mon Jun 16 08:53:40 2014 -0700
8039509: Wrap sockets more thoroughly
Reviewed-by: michaelm, coffeys
changeset d4814cafa25f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 11 11:35:21 2014 -0700
Merge
changeset d8f4df6a2a96 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Fri Jun 13 11:53:31 2014 -0700
Added tag jdk7u66-b16 for changeset d4814cafa25f
changeset 69adfb3ccee5 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri Jun 13 17:17:45 2014 -0700
Merge
changeset b30f90efb10b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: katleman
date: Tue Jun 17 13:03:34 2014 -0700
Added tag jdk7u66-b17 for changeset 69adfb3ccee5
changeset 5034ce41565a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Jun 17 15:21:36 2014 -0700
Merge
changeset 8b060e24fc4a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Tue Jun 17 15:36:22 2014 -0700
Merge
changeset 2b95e5b66cc9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 18 08:46:44 2014 -0700
Merge
changeset da1d67ddba4a in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 18 09:01:37 2014 -0700
Merge
changeset b69efbb8bf7f in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 18 14:07:55 2014 -0700
Merge
changeset b0c31af6bcec in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mbankal
date: Thu Jun 19 23:20:26 2014 -0700
8037846: Ensure streaming of input cipher streams
Reviewed-by: ascarpino, coffeys, robm, ahgross, asmotrak
changeset 6c865d8ab140 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: bae
date: Sat Jun 21 01:39:52 2014 +0400
8042850: Extra unused entries in ICU ScriptCodes enum
Reviewed-by: prr
changeset 6dd0ecea8938 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 23 10:07:30 2014 -0700
Merge
changeset 7b0d6f593ccf in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Thu May 29 13:47:38 2014 +0400
8039319: (smartcardio) Card.transmitControlCommand() does not work on
Mac OS X
Reviewed-by: valeriep
changeset fcde99bd8ef9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Fri May 23 07:07:33 2014 +0400
8043507: javax.smartcardio.CardTerminals.list() fails on MacOSX
Reviewed-by: valeriep
changeset 05e73d9d37a6 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Fri May 30 11:05:16 2014 +0400
8028617: Dvorak keyboard mapping not honored when ctrl key pressed
Reviewed-by: pchelko, anthony
changeset c76a5b2876b9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 23 12:42:10 2014 -0700
Added tag jdk7u71-b01 for changeset 6c865d8ab140
changeset 249b91d95817 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 23 13:03:59 2014 -0700
Added tag jdk7u72-b01 for changeset c76a5b2876b9
changeset fbd5f93e9f5b in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 23 13:11:45 2014 -0700
Merge
changeset 21a9c20c2b09 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 25 09:03:48 2014 -0700
Merge
changeset 986b24217379 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 25 09:24:05 2014 -0700
Merge
changeset 74c1c9539064 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jun 25 09:52:09 2014 -0700
Merge
changeset 7b47a34063e9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Wed Apr 16 12:37:49 2014 +0400
8039396: NPE when writing a class descriptor object to a custom
ObjectOutputStream
Reviewed-by: alanb
changeset 5316fe79a90e in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Thu Jun 26 18:35:20 2014 -0700
Added tag jdk7u65-b31 for changeset 7b47a34063e9
changeset 829ca47df2ce in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Fri Jun 27 09:58:04 2014 -0700
Merge
changeset f5b10a0686c5 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 30 09:10:54 2014 -0700
Merge
changeset 1723d5159a90 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 30 11:51:05 2014 -0700
Added tag jdk7u71-b02 for changeset 829ca47df2ce
changeset b02c1a8b10cd in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 30 12:09:42 2014 -0700
Merge
changeset 2fa3608c1da8 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jun 30 12:26:10 2014 -0700
Added tag jdk7u72-b02 for changeset b02c1a8b10cd
changeset 40baa37fb20c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: mcherkas
date: Mon Mar 31 20:11:20 2014 +0400
8019623: Lack of synchronization in AppContext.getAppContext()
Reviewed-by: anthony, art
changeset a54976372126 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jul 02 10:50:12 2014 -0700
Merge
changeset b4ce1799ced9 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Wed Jul 02 11:38:18 2014 -0700
Merge
changeset d836e1453388 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: anashaty
date: Fri May 30 14:48:50 2014 +0400
8032788: ImageIcon constructor throws an NPE and hangs when passed a
null String parameter
Reviewed-by: pchelko, serb
changeset 0ee1eb5c32bf in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: dmeetry
date: Fri Jul 04 21:03:03 2014 +0400
8044274: Proper property processing
Reviewed-by: naoto
changeset 5b9e9506bd57 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: aefimov
date: Mon Jul 07 18:41:49 2014 +0400
8038913: Bolster XML support
Reviewed-by: mullan
changeset e5d92012ceca in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jul 07 09:55:36 2014 -0700
Merge
changeset 87f9570ca734 in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jul 07 11:55:34 2014 -0700
Added tag jdk7u71-b03 for changeset 5b9e9506bd57
changeset bc98cecdab4c in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jul 07 12:07:08 2014 -0700
Merge
changeset ce19813eaadd in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: asaha
date: Mon Jul 07 12:32:34 2014 -0700
Added tag jdk7u72-b03 for changeset bc98cecdab4c
changeset e79939a27fbf in /hg/icedtea7-forest-aarch64/jdk
details:
http://icedtea.classpath.org/hg/icedtea7-forest-aarch64/jdk?cmd=changeset;n…
author: igerasim
date: Thu May 29 01:50:50 2014 +0400
7047033: (smartcardio) Card.disconnect(boolean reset) does not reset
when reset is true
Reviewed-by: valeriep
changeset b6f86aad718f in /hg/icedtea7-forest-aar
1
0