Re: RFR: JDK-8001191: use -source 8 -target 8 when compiling the JDK

2012-11-06 Thread Kelly O'Hair
Seems to me that the default for build-infra's SetupJavaCompilation macro should be -source 8 -target 8, and only changed by special cases. Right now, it looks like jaxp, jaxws, and corba need to change their FLAGS settings. -kto On Nov 2, 2012, at 6:51 AM, Kumar Srinivasan wrote: > Hello Erik

Re: RFR: JDK-8001191: use -source 8 -target 8 when compiling the JDK

2012-11-06 Thread Kumar Srinivasan
On 11/6/2012 2:14 PM, Kelly O'Hair wrote: Seems to me that the default for build-infra's SetupJavaCompilation macro should be -source 8 -target 8, and only changed by special cases. Right now, it looks like jaxp, jaxws, and corba need to change their FLAGS settings. so you are saying jax* and

Re: RFR: JDK-8001191: use -source 8 -target 8 when compiling the JDK

2012-11-06 Thread Jonathan Gibbons
Currently I believe jaxp, jaxws, corba default the boot javac (don't they) so are limited to -target 7. It would be nice to fix that in build-infra, but in that case we would need to accomodate the difference in the compare images script. It would also be nice to have some way of checking

Re: RFR: JDK-8001191: use -source 8 -target 8 when compiling the JDK

2012-11-06 Thread Kelly O'Hair
On Nov 6, 2012, at 2:45 PM, Kumar Srinivasan wrote: > On 11/6/2012 2:14 PM, Kelly O'Hair wrote: >> Seems to me that the default for build-infra's SetupJavaCompilation macro >> should be -source 8 -target 8, and only >> changed by special cases. >> Right now, it looks like jaxp, jaxws, and corba

Fwd: New builds from the build-infra team

2012-11-06 Thread Kelly O'Hair
Just another reminder. For those of you that have tried the new builds, thank you. But we have gotten very few reports from anyone having problems with these new build-infra builds. That means things are working really well and we have done a fantastic job, or people are too busy to try it. At

XS RFR: 8002040 Allow Full Debug Symbols when cross-compiling

2012-11-06 Thread David Holmes
webrev: http://cr.openjdk.java.net/~dholmes/8002040/webrev/ This is a simplified variant of the change just made to Hotspot. Instead of disabling FDS when cross-compiling we change the default location of objcopy, and just as with native compilation either the default objcopy is found or we t