Hi Dalibor
Le 10/01/2014 22:11, Dalibor Topic a écrit :
With 7u60 development moving ahead at a steady pace, and JDK 8u and JDK 9
Projects ramping up, it's a good time
to take a look ahead at the subsequent 7u release. Our development model in JDK
7 Updates allows us to accumulate
fixes for fut
njdk.java.net/jdk7u/jdk7u/jdk/rev/ffd0a74b30d6
The localization bundles are supposed to contain "Severe".
(see below)
On 10/26/13 6:22 PM, Francis ANDRE wrote:
Hi
Here patches for making the jdk jtreg tests succeed
1/ java.util.logging jtreg tests working in a country where the l
, Francis ANDRE wrote:
Hi
On my WXP/Cygwin/VS2010 platform, this jdk test
java/nio/channels/DatagramChannel/SendToUnresolved.java fails because the
TestUtil.UNRESOLVABLE_HOST which is the string "blah-blah.blah-blah.blah"
gets resolved to blah-blah.blah-blah.blah/66.152.109.63:37
So, I am
Hi Alan
Le 28/10/2013 08:53, Alan Bateman a écrit :
On 26/10/2013 17:22, Francis ANDRE wrote:
Hi
Here patches for making the jdk jtreg tests succeed
Just an FYI that one of the ground rules for the jdk7u project [1] is that
fixes go into jdk8 first. This means that you probably should bring
Hi
On my WXP/Cygwin/VS2010 platform, this jdk test
java/nio/channels/DatagramChannel/SendToUnresolved.java fails because the
TestUtil.UNRESOLVABLE_HOST which is the string "blah-blah.blah-blah.blah" gets
resolved to blah-blah.blah-blah.blah/66.152.109.63:37
So, I am wondering why blah-blah.bl
Hi
Here patches for making the jdk jtreg tests succeed
1/ java.util.logging jtreg tests working in a country where the locale is
different from en_US
2/ An java.net.URL test that fails with ConnectionException instead of
UnknownHostException.
diff --git a/test/java/util/logging/LevelResour