hg: jdk8/tl/jdk: 6355584: Introduce constrained Kerberos delegation

2012-11-06 Thread weijun . wang
Changeset: a1bbb8805e22 Author:weijun Date: 2012-11-07 14:13 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a1bbb8805e22 6355584: Introduce constrained Kerberos delegation Reviewed-by: valeriep + src/share/classes/com/sun/security/jgss/ExtendedGSSCredential.java ! src/share/

hg: jdk8/tl/jaxp: 3 new changesets

2012-11-06 Thread lana . steuck
Changeset: 121fc928a361 Author:ohair Date: 2012-10-26 14:25 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/121fc928a361 8000992: Update new build-infra makefiles Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes

hg: jdk8/tl/langtools: 5 new changesets

2012-11-06 Thread lana . steuck
Changeset: 741cce355ba6 Author:ohair Date: 2012-10-26 14:25 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/741cce355ba6 8000992: Update new build-infra makefiles Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also cha

hg: jdk8/tl/hotspot: Added tag jdk8-b63 for changeset acabb5c282f5

2012-11-06 Thread lana . steuck
Changeset: 4d37eb50b9b1 Author:katleman Date: 2012-11-01 14:11 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/4d37eb50b9b1 Added tag jdk8-b63 for changeset acabb5c282f5 ! .hgtags

hg: jdk8/tl/jaxws: 3 new changesets

2012-11-06 Thread lana . steuck
Changeset: c30a7cb5c587 Author:ohair Date: 2012-10-26 14:25 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/c30a7cb5c587 8000992: Update new build-infra makefiles Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes

hg: jdk8/tl/corba: 4 new changesets

2012-11-06 Thread lana . steuck
Changeset: de2b8def2be5 Author:ohair Date: 2012-10-26 14:24 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/de2b8def2be5 8000992: Update new build-infra makefiles Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes

hg: jdk8/tl: 7 new changesets

2012-11-06 Thread lana . steuck
Changeset: e64f2cb57d05 Author:ohair Date: 2012-10-26 14:29 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/e64f2cb57d05 8000992: Update new build-infra makefiles Summary: Build-infra project integration. Multiple authors on this work: erikj and ihse primarily, also changes from

hg: jdk8/tl/langtools: 7198690: missing compiler message

2012-11-06 Thread jonathan . gibbons
Changeset: 55a007aaf63d Author:jjg Date: 2012-11-06 17:22 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/55a007aaf63d 7198690: missing compiler message Reviewed-by: jjh ! src/share/classes/com/sun/tools/javac/main/Main.java

hg: jdk8/tl/jdk: 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread chris . hegarty
Changeset: 157506182fa7 Author:chegar Date: 2012-11-06 21:01 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/157506182fa7 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently Reviewed-by: alanb, dsamersoff ! test/sun/net/www/protocol/http/StackTraceTest

hg: jdk8/tl/langtools: 8002286: Regression: Fix for 8000931 causes a JCK test failure

2012-11-06 Thread maurizio . cimadamore
Changeset: 9b85813d2262 Author:mcimadamore Date: 2012-11-06 14:45 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9b85813d2262 8002286: Regression: Fix for 8000931 causes a JCK test failure Summary: Wrong type used as 'site' in Resolve.resolveMethod Reviewed-by: jjg ! s

Re: RFR 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread Dmitry Samersoff
Chris, On 2012-11-06 15:50, Chris Hegarty wrote: > If it's ok with you I'd like to keep > what is in the webrev. It should be good enough for this test. Yes sure. -Dmitry > > -Chris. > >> >> -Dmitry >> >> >>> >>> -Chris. >>> Other option is use port 1, it reserved for tcp multiplex

Re: RFR 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread Chris Hegarty
On 11/06/2012 11:44 AM, Dmitry Samersoff wrote: On 2012-11-06 15:41, Chris Hegarty wrote: On 11/06/2012 11:30 AM, Dmitry Samersoff wrote: Chris, If you need definitely refusing port the best option is use port 0 reserved by IANA for this purpose. Do you have a link specifying this? I don't s

Re: RFR 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread Dmitry Samersoff
On 2012-11-06 15:41, Chris Hegarty wrote: > On 11/06/2012 11:30 AM, Dmitry Samersoff wrote: >> Chris, >> >> If you need definitely refusing port the best option is use port 0 >> reserved by IANA for this purpose. > > Do you have a link specifying this? I don't see this behavior on my > Solaris box

Re: RFR 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread Chris Hegarty
On 11/06/2012 11:30 AM, Dmitry Samersoff wrote: Chris, If you need definitely refusing port the best option is use port 0 reserved by IANA for this purpose. Do you have a link specifying this? I don't see this behavior on my Solaris box. -Chris. Other option is use port 1, it reserved fo

Re: RFR 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread Dmitry Samersoff
Chris, If you need definitely refusing port the best option is use port 0 reserved by IANA for this purpose. Other option is use port 1, it reserved for tcp multiplexor service and nowdays is always closed for obvious security reason. -Dmitry On 2012-11-06 15:08, Chris Hegarty wrote: > Trivial

Re: RFR 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread Alan Bateman
On 06/11/2012 11:08, Chris Hegarty wrote: Trivial test issue where the test will fail if run on a machine that has a process listening on port 8080 ( test expects this port to refuse the connection ). The solution is to simply open and close a listening socket and use its ephemeral port. Should

RFR 8002297: sun/net/www/protocol/http/StackTraceTest.java fails intermittently

2012-11-06 Thread Chris Hegarty
Trivial test issue where the test will fail if run on a machine that has a process listening on port 8080 ( test expects this port to refuse the connection ). The solution is to simply open and close a listening socket and use its ephemeral port. Should be good enough. http://cr.openjdk.java.n