Re: JDK 8: Second Release Candidate

2014-02-15 Thread Martijn Verburg
Hi Brenden, Oracle's installer is separate from OpenJDK itself, I'm afraid you'll also need to report this issue to bugs.sun.com! Cheers, Martijn On 14 February 2014 20:48, Brenden Towey wrote: > Also, I have another gripe. I was reminded of this as I was installing > the new Java 8 bits, an

Re: JDK 8: Second Release Candidate

2014-02-15 Thread Martijn Verburg
Hi Brenden, Thanks for reporting this issue, but it should be submitted via bugs.sun.com:-). Cheers, Martijn On 14 February 2014 18:54, Brenden Towey wrote: > I'd like to make a bug report. Java has had for a while now a bug in its > regex system which I'd like to see fixed. > > The short of

Re: JDK 8: Second Release Candidate

2014-02-14 Thread Brenden Towey
Also, I have another gripe. I was reminded of this as I was installing the new Java 8 bits, and I temporarily removed the older Java 8 version. C:\Users\Brenden\Dev\proj\Test2\build\classes>java -version java version "1.7.0_45" Java(TM) SE Runtime Environment (build 1.7.0_45-b18) Java HotSpot(T

Re: JDK 8: Second Release Candidate

2014-02-14 Thread Brenden Towey
I'd like to make a bug report. Java has had for a while now a bug in its regex system which I'd like to see fixed. The short of it is that the \z pattern does not return 'requiresEnd' and it should. public void endTest() { Matcher m = Pattern.compile( "\\z" ).matcher( "" );

JDK 8: Second Release Candidate

2014-02-11 Thread mark . reinhold
Last week a serious flaw in a new API was reported [1]. We decided to fix that bug, along with an unrelated JCK failure on Mac OS X [2], so we now have a second JDK 8 Release Candidate, build 129. Binaries available here, as usual: https://jdk8.java.net/download.html - Mark [1] https://bugs.op