Re: RFR: 7113349 JDK8 port to macosx

2012-02-28 Thread John Rose
On Feb 28, 2012, at 4:20 AM, Henri Gomez wrote: > FYI, jdk7u handle FreeType for OSX like this : > > endif > else > FT_OPTIONS = $(CFLAGS) > FT_LD_OPTIONS = -L$(FREETYPE_LIB_PATH) > # Add runtime lib search path to ensure test will be runnable > ifeq ($(PLATFORM), solaris) >FT_LD_OPTIONS

jdk8-b28: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing

2012-02-28 Thread lana . steuck
http://hg.openjdk.java.net/jdk8/jdk8/rev/6e2541d60f4e http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/5bed623b0c77 http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/1e1d41daaded http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/88b85470e72c http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/f3244c1f0486

hg: jdk8/jdk8/jdk: 27 new changesets

2012-02-28 Thread lana . steuck
Changeset: 2152ac3e4575 Author:dl Date: 2011-10-12 16:33 +0100 URL: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/2152ac3e4575 7082299: AtomicReferenceArray should ensure that array is Object[] Reviewed-by: chegar, dholmes, alanb ! src/share/classes/java/util/concurrent/atomic/Atomi

hg: jdk8/jdk8: 3 new changesets

2012-02-28 Thread lana . steuck
Changeset: 9760a2114f51 Author:asaha Date: 2012-02-14 10:21 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/rev/9760a2114f51 Merge Changeset: d47bf204f34d Author:asaha Date: 2012-02-17 14:58 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/rev/d47bf204f34d Merge C

hg: jdk8/jdk8/langtools: 4 new changesets

2012-02-28 Thread lana . steuck
Changeset: 3b168225dfc0 Author:asaha Date: 2012-02-14 10:29 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/3b168225dfc0 Merge - src/share/classes/com/sun/tools/javac/Launcher.java Changeset: d903497bf389 Author:asaha Date: 2012-02-17 14:59 -0800 URL:

hg: jdk8/jdk8/jaxws: 4 new changesets

2012-02-28 Thread lana . steuck
Changeset: 4289a81ba085 Author:asaha Date: 2012-02-14 10:22 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/4289a81ba085 Merge Changeset: 456621c5d797 Author:asaha Date: 2012-02-17 14:59 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxws/rev/456621c5d79

hg: jdk8/jdk8/jaxp: 3 new changesets

2012-02-28 Thread lana . steuck
Changeset: 6fc515ab48c3 Author:asaha Date: 2012-02-14 10:22 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/6fc515ab48c3 Merge Changeset: a8e76ac83b62 Author:asaha Date: 2012-02-17 14:59 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/jaxp/rev/a8e76ac83b62

hg: jdk8/jdk8/corba: 4 new changesets

2012-02-28 Thread lana . steuck
Changeset: 66c7161ee588 Author:coffeys Date: 2011-11-17 10:51 -0800 URL: http://hg.openjdk.java.net/jdk8/jdk8/corba/rev/66c7161ee588 7110704: Issues with some method in corba Reviewed-by: mbankal ! src/share/classes/com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.java ! src/shar

Re: RFR: 7113349 JDK8 port to macosx

2012-02-28 Thread Weijun Wang
These files in jdk have trailing whitespaces: src/solaris/native/sun/awt/awt_LoadLibrary.c src/macosx/native/sun/awt/AWTEvent.m src/macosx/native/sun/awt/LWCToolkit.m Haven't checked the other repos. You might need to update your own jcheck to treat .m files like any other C codes, so

Re: RFR: 7113349 JDK8 port to macosx

2012-02-28 Thread Alan Bateman
On 27/02/2012 23:47, David Holmes wrote: : General meta comment: When this stuff went into 7u my biggest complaint was that it introduced a mass of new platform-specific stuff in places that weren't otherwise platform specific. That still seems to be the case. I was really hoping/expecting th

Re: RFR: 7113349 JDK8 port to macosx

2012-02-28 Thread John Rose
On Feb 22, 2012, at 1:50 PM, Michael McMahon wrote: > This is the webrev for the Mac OS changes for JDK8. It is pretty much > a straight merge of the current jdk7u-dev changes. It builds and passes most > JCK and regression tests with only a small number of failures. > > http://cr.openjdk.java.ne