hg: jdk8/tl: Added tag jdk8-b50 for changeset 2fd67618b9a3

2012-08-08 Thread lana . steuck
Changeset: 57c0aee73090 Author:katleman Date: 2012-08-02 15:32 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/57c0aee73090 Added tag jdk8-b50 for changeset 2fd67618b9a3 ! .hgtags

hg: jdk8/tl/corba: Added tag jdk8-b50 for changeset d20d9eb9f093

2012-08-08 Thread lana . steuck
Changeset: 9b0f841ca9f7 Author:katleman Date: 2012-08-02 15:32 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/9b0f841ca9f7 Added tag jdk8-b50 for changeset d20d9eb9f093 ! .hgtags

hg: jdk8/tl/jaxp: Added tag jdk8-b50 for changeset 2791ec55f66b

2012-08-08 Thread lana . steuck
Changeset: dc1ea77ed9d9 Author:katleman Date: 2012-08-02 15:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/dc1ea77ed9d9 Added tag jdk8-b50 for changeset 2791ec55f66b ! .hgtags

hg: jdk8/tl/jaxws: Added tag jdk8-b50 for changeset bdab72e87b83

2012-08-08 Thread lana . steuck
Changeset: 1a70b6333ebe Author:katleman Date: 2012-08-02 15:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/1a70b6333ebe Added tag jdk8-b50 for changeset bdab72e87b83 ! .hgtags

hg: jdk8/tl/langtools: 2 new changesets

2012-08-08 Thread lana . steuck
Changeset: c4cd4cab2220 Author:katleman Date: 2012-08-02 15:37 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c4cd4cab2220 Added tag jdk8-b50 for changeset b2d8a270f5f2 ! .hgtags Changeset: cfa70d7ac944 Author:lana Date: 2012-08-07 20:24 -0700 URL:

hg: jdk8/tl/jdk: 14 new changesets

2012-08-08 Thread lana . steuck
Changeset: 79c9847d4a5f Author:katleman Date: 2012-08-02 15:36 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/79c9847d4a5f Added tag jdk8-b50 for changeset e4bae5c53fca ! .hgtags Changeset: 28665fa73b4a Author:rupashka Date: 2012-07-19 19:09 +0400 URL:

hg: jdk8/tl/jdk: 7189533: GetJavaProperties should free temporary file if subsequent allocations fails

2012-08-08 Thread ahughes
Changeset: d87e86aaf2b3 Author:andrew Date: 2012-08-08 12:37 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d87e86aaf2b3 7189533: GetJavaProperties should free temporary file if subsequent allocations fails Summary: Add missing calls to free Reviewed-by: alanb, dholmes,

hg: jdk8/tl/jdk: 7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool

2012-08-08 Thread alan . bateman
Changeset: a50e92a980a5 Author:alanb Date: 2012-08-08 15:31 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a50e92a980a5 7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool Reviewed-by: alanb Contributed-by: amy...@oracle.com !

hg: jdk8/tl/jdk: 7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes

2012-08-08 Thread kumar . x . srinivasan
Changeset: a44671e0b6d7 Author:ksrini Date: 2012-08-08 09:29 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a44671e0b6d7 7189944: (launcher) test/tools/launcher/Aghs.java needs a couple of minor fixes Reviewed-by: darcy, jgish ! test/tools/launcher/Arrrghs.java !

hg: jdk8/tl/langtools: 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {}

2012-08-08 Thread sundararajan . athijegannathan
Changeset: f071cd32d297 Author:sundar Date: 2012-08-08 22:17 +0530 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f071cd32d297 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {} Reviewed-by: darcy, jjg !

Re: RFR: 6830717: replay of compilations would help with debugging

2012-08-08 Thread Vladimir Kozlov
This looks good. Small note: I don't see skip_Replay variable usage in other places. Yumin, could you add replay to C1 compilations as next step? Thanks, Vladimir yumin...@oracle.com wrote: Hi, Please give your comments of the changes about 6830717: replay of compilations would help

Re: RFR: 6830717: replay of compilations would help with debugging

2012-08-08 Thread yumin . qi
Thanks. On 8/8/2012 10:11 AM, Vladimir Kozlov wrote: This looks good. Small note: I don't see skip_Replay variable usage in other places. Yumin, could you add replay to C1 compilations as next step? I could do, file a bug and assign it to serviceability team --- if it assigned to me. It