hg: jdk7/tl/jdk: 6967533: Epoch bug: ExceptionInInitializerError on systems with uninitialized clock

2010-07-09 Thread martinrb
Changeset: da8526047e5f Author:martin Date: 2010-07-09 18:55 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/da8526047e5f 6967533: Epoch bug: ExceptionInInitializerError on systems with uninitialized clock Summary: Remove (hopefully!) unnecessary check of currentTimeMillis Re

hg: jdk7/tl/jdk: 6930056: (launcher) Need to remove or build as part of test these liblibrary.so files

2010-07-09 Thread kumar . x . srinivasan
Changeset: f13e94562d84 Author:ksrini Date: 2010-07-09 09:54 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f13e94562d84 6930056: (launcher) Need to remove or build as part of test these liblibrary.so files Reviewed-by: ohair, darcy - test/tools/launcher/Makefile.SolarisRun

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: On 07/09/10 12:10, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bu

Re: 6964714, Please review the fix (XS), round 3

2010-07-09 Thread Chris Hegarty
Dmitry, The regression test could be simplified, if(addr instanceof Inet6Address), otherwise looks good. -Chris. On 07/09/10 14:18, Dmitry Samersoff wrote: Chris, Please review my changes. see: http://cr.openjdk.java.net/~dsamersoff/6964714/webrev.03/ -Dmitry

Re: 6964714, Please review the fix (XS), round 3

2010-07-09 Thread Dmitry Samersoff
Chris, Please review my changes. see: http://cr.openjdk.java.net/~dsamersoff/6964714/webrev.03/ -Dmitry -- Dmitry Samersoff J2SE Sustaining team, SPB04 * Give Rabbit time and he'll always get the answer ...

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Chris Hegarty
On 07/09/10 12:10, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Chris Hegarty
On 07/09/10 11:27, Michael McMahon wrote: Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long bec

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long because, if two or more threads were servicing r

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Chris Hegarty
On 07/09/10 10:10, Michael McMahon wrote: Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long because, if two or more threads were servicing requests the dates they

Re: Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Michael McMahon
Chris Hegarty wrote: Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long because, if two or more threads were servicing requests the dates they would be generating should be fairly simil

Code Review 6967684: httpserver using a non thread-safe SimpleDateFormat

2010-07-09 Thread Chris Hegarty
Michael, CR 6967684: httpserver using a non thread-safe SimpleDateFormat Bug description says it all. I guess in reality this may have gone unseen for so long because, if two or more threads were servicing requests the dates they would be generating should be fairly similar, but worst case th