Fwd: hg: hsx/hotspot-rt/hotspot: 7141242: build-infra merge: Rename CPP->CXX and LINK->LD

2012-02-06 Thread David Holmes
Sorry for the wide distribution but the handful of people that may be affected by this could be spread across various groups. The patch below changes the names of the some of make variables used when building hotspot. Eg CPPFLAGS becomes CXXFLAGS, LINKXXX becomes LDXXX etc. It is possible th

Re: Warning Fixes from LJC Hack Session

2012-02-06 Thread Stuart Marks
Michael, Thanks for splitting up the patches and revising them in response to the review comments. I'm not yet entirely sure how to proceed with pushing these changes. I think Chris assumed that I would push these changes. Since these are in awt, printing, and beans, the changes might need t

Re: AIX and OpenJDK

2012-02-06 Thread Dalibor Topic
On 1/31/12 11:49 AM, Steve Poole wrote: > 1: The scale of the changes to support AIX without Hotspot are small ( ~ > 300 LOC) There are an additional 19 new files that cover AIX specific > build files and providing necessary support for AIX specific filesystem, > virtual machine and p

Re: Warning Fixes from LJC Hack Session

2012-02-06 Thread Anthony Petrov
Hi Michael, The changes to List.java and Window.java look fine to me. -- best regards, Anthony On 2/4/2012 8:40 PM, Michael Barker wrote: Patch with BeanSupportContext changes removed. Mike. On Sat, Feb 4, 2012 at 3:48 PM, Chris Hegarty wrote: I think you should just drop the changes to th