hg: jdk8/tl/jdk: 7150368: javac should include basic ability to generate native headers

2012-03-13 Thread jonathan . gibbons
Changeset: 361480e36b44 Author:jjg Date: 2012-03-13 15:44 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/361480e36b44 7150368: javac should include basic ability to generate native headers Reviewed-by: mcimadamore, darcy, ohrstrom ! make/docs/CORE_PKGS.gmk

hg: jdk8/tl/langtools: 7150368: javac should include basic ability to generate native headers

2012-03-13 Thread jonathan . gibbons
Changeset: b14d9583ce92 Author:jjg Date: 2012-03-13 15:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/b14d9583ce92 7150368: javac should include basic ability to generate native headers Reviewed-by: mcimadamore, darcy, ohrstrom ! src/share/classes/com/sun/tools/java

Re: Fwd: Remove including of link.h to improve portability

2012-03-13 Thread Jonathan Lu
Hi Alan, With Phil's advice, I've splitted the original patch into two parts and created another bug for TL repository, bug 7153343. And here's the rebased patch based on TL repository. http://cr.openjdk.java.net/~luchsh/7153343/jdk.patch Could you please take a look? Thanks! - Jonathan On

Re: [OpenJDK 2D-Dev] Remove including of link.h to improve portability

2012-03-13 Thread Jonathan Lu
Hi Phil, Thanks a lot for the review and testing, I've splited the patch into two parts, one for 2D repository and another for TL. Here's the patch for 2D repository: http://cr.openjdk.java.net/~luchsh/7152519/ So could anybody please help to do another review? Thanks a lot! - Jonathan On

hg: jdk8/tl/jdk: 2 new changesets

2012-03-13 Thread chris . hegarty
Changeset: e0bf958097e2 Author:chegar Date: 2012-03-13 09:33 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e0bf958097e2 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate Reviewed-by: alanb ! test/java/net/Socks/SocksServer.java ! test/java/net/Socks/Sock

hg: jdk8/tl/jdk: 7149608: Default TZ detection fails on linux when symbolic links to non default location used.

2012-03-13 Thread sean . coffey
Changeset: 6bbafa8404eb Author:coffeys Date: 2012-03-13 11:01 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6bbafa8404eb 7149608: Default TZ detection fails on linux when symbolic links to non default location used. Reviewed-by: alanb, okutsu ! src/solaris/native/java/util

Re: Fwd: Remove including of link.h to improve portability

2012-03-13 Thread Alan Bateman
On 13/03/2012 10:21, Jonathan Lu wrote: Hi Alan, With Phil's advice, I've splitted the original patch into two parts and created another bug for TL repository, bug 7153343. And here's the rebased patch based on TL repository. http://cr.openjdk.java.net/~luchsh/7153343/jdk.patch Could you ple