http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7030453
The change will be in JDK 8 with the next integration from HSX, where it
presently resides:
http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/92d2cba30f08
This change set has also been active in the mlvm repository from 8/2011 to
(fi
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7077803
The change will be in JDK 8 with the next integration from HSX, where it
presently resides:
http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/01014596ada1
This change set has also been active in the mlvm repository since 9/2011:
ht
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7054590
The change is in JDK 8 since 6/2011:
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/6444b0a364d7
As a conformance error, it should be backported.
Requesting approval to integrate hs23-b11 into jdk7u4-b09.
A webrev is available at:
http://cr.openjdk.java.net/~amurillo/7u4/hs23-b11-jdk7u4-b09.webrev/
Pre-integration testing is in progress; the integration will proceed
only after SQE has analyzed the results and approved.
The fixes in the
Changeset: 029394aa3e44
Author:katleman
Date: 2011-12-28 15:41 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/029394aa3e44
Added tag jdk7u4-b06 for changeset 2c1b789d1803
! .hgtags
Changeset: d34bb20fc52e
Author:lana
Date: 2012-01-13 11:12 -0800
URL:
Changeset: 899ddc704d9f
Author:katleman
Date: 2012-01-19 09:35 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/899ddc704d9f
Added tag jdk7u4-b07 for changeset 3804879a5ea0
! .hgtags
Changeset: c747f413d531
Author:katleman
Date: 2011-12-28 15:41 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/langtools/rev/c747f413d531
Added tag jdk7u4-b06 for changeset 083eac71addf
! .hgtags
Changeset: 10a63f9cdcb9
Author:lana
Date: 2012-01-13 11:13 -0800
URL:
Changeset: fc2b89be0b07
Author:katleman
Date: 2011-12-28 15:41 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxws/rev/fc2b89be0b07
Added tag jdk7u4-b06 for changeset 961f897b134d
! .hgtags
Changeset: e2bb49acbbc2
Author:katleman
Date: 2012-01-19 09:35 -0800
URL:
Changeset: dbd1cd66b8f0
Author:katleman
Date: 2011-12-28 15:40 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/corba/rev/dbd1cd66b8f0
Added tag jdk7u4-b06 for changeset 185304fa5422
! .hgtags
Changeset: 352a72e872ea
Author:lana
Date: 2012-01-13 11:11 -0800
URL:
Changeset: 56d27771e217
Author:katleman
Date: 2011-12-28 15:40 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/rev/56d27771e217
Added tag jdk7u4-b06 for changeset 1231e80827d0
! .hgtags
Changeset: 1c1d2ab8729b
Author:katleman
Date: 2012-01-19 09:34 -0800
URL:
Changeset: 77600fe5b02c
Author:katleman
Date: 2011-12-28 15:41 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/77600fe5b02c
Added tag jdk7u4-b06 for changeset 4ec17260df0f
! .hgtags
Changeset: 4b20a76b4f0f
Author:lana
Date: 2012-01-13 11:11 -0800
URL:
I have witnessed and can read a race condition in FutureTask (jdk7, jdk6).
However, there is a new version of FutureTask at oswego,
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/FutureTask.java?view=co
which purposely fixes the race condition.
Are new versions
Changeset: 435a3314549f
Author:cgruszka
Date: 2011-09-16 11:13 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/435a3314549f
Merge
Changeset: a73a15b22a0b
Author:cgruszka
Date: 2011-09-23 10:25 -0400
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/a73a1
On the Makefiles
Please refrain from using any wildcards (e.g. * ) in the make rules. Better to
be explicit, or if necessary
use something like FILES=$(wildcard $(SOMEDIR)/*) and a cp $(FILES) $(SOMEPLACE)
so that we can at least see in the Makefile log what it really copied.
Please indent t
- Original Message -
> Hi,
>
> We are now at a point in the 7u4 project where we have a reasonably
> good understanding on what the end game will look like. I'd
> therefore like to outline the activities in the coming months. I
> would also like to remind you that these plans could and pro
Hi Kumar,
The fix looks fine to me.
--
best regards,
Anthony
On 1/20/2012 8:24 PM, Kumar Srinivasan wrote:
Hi All,
Based on all the comments from Anthony, Joe and David,
here is the modified version:
Highlights:
1. re-factored code in solaris directory to be shared with macosx,
reducin
Changeset: e931d7fb0043
Author:fparain
Date: 2012-01-19 01:02 -0800
URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e931d7fb0043
7104647: Adding a diagnostic command framework
Reviewed-by: mchung, dholmes
! make/common/Release.gmk
! make/java/management/mapfile-vers
! make/
Hi All,
Based on all the comments from Anthony, Joe and David,
here is the modified version:
Highlights:
1. re-factored code in solaris directory to be shared with macosx,
reducing duplication across the *nixes.
2. adjusted the makefilesto allow the above
2. eliminated all conditionals f
This is a request to push the following fix to jdk7u-osx:
http://cr.openjdk.java.net/~alexp/7130935/webrev.00/
the bug's description is here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7130935
the fix was approved by swingler
Thanks
alexp
18.01.2012 0:29, Mike Swingler пишет:
On Jan 13, 2012, at 10:52 AM, Sergey Bylokhov wrote:
13.01.2012 21:31, Mike Swingler пишет:
On Jan 13, 2012, at 6:27 AM, Sergey Bylokhov wrote:
13.01.2012 6:30, Mike Swingler wrote:
On Jan 12, 2012, at 4:24 AM, Sergey Bylokhov wrote:
Hello,
This is a
Approved.
On 1/20/2012 3:04 PM, Anton V. Tarasov wrote:
Hello,
A request to push the changes to jdk7u-osx.
Reviewed on macosx-port-dev by Anthony Petrov & Artem Ananiev.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7125491
Webrev: http://cr.openjdk.java.net/~ant/7125491/webrev.0/
Hello,
A request to push the changes to jdk7u-osx.
Reviewed on macosx-port-dev by Anthony Petrov & Artem Ananiev.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7125491
Webrev: http://cr.openjdk.java.net/~ant/7125491/webrev.0/
Technical review:
http://mail.openjdk.java.net/pipermail/m
Approved.
On 1/20/2012 2:34 PM, Dmitry Cherepanov wrote:
This is a request to push the following fix to jdk7u-osx:
CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7128597
Webrev: http://cr.openjdk.java.net/~dcherepanov/7128597/webrev.0
Technical review:
http://mail.openjdk.java.net/pi
This is a request to push the following fix to jdk7u-osx:
CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7128597
Webrev: http://cr.openjdk.java.net/~dcherepanov/7128597/webrev.0
Technical review:
http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-January/002126.html
Thanks,
Approved.
On 1/19/2012 10:46 PM, Alexander Potochkin wrote:
This is a request to push the following fix to jdk7u-osx:
http://cr.openjdk.java.net/~alexp/7122246/webrev.00/
the bug's description is here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7122246
the fix was approved by swingler
Approved.
On 1/19/2012 8:13 PM, Leonid Romanov wrote:
Hi,
This a request to push the following changes to jdk7u-osx.
CR: http://monaco.us.oracle.com/detail.jsf?cr=7130751
Webrev: http://cr.openjdk.java.net/~leonidr/7130751/webrev.00
The fix has been reviewed on macosx-port-dev mailing list b
Approved.
On 1/20/2012 9:11 AM, Pete Brunet wrote:
Artem, Please see http://cr.openjdk.java.net/~ptbrunet/7124306/webrev.00/
On 1/19/12 9:43 AM, Artem Ananiev wrote:
Hi, Pete,
your last webrev also contained the fix for 7124303, which has been
pushed to the workspace. Please, update the webr
27 matches
Mail list logo