RFR: 8010465: Can't enable sjavac when building in jprt.

2013-03-21 Thread Erik Joelsson
This patch makes it possible to enable sjavac in jprt runs. This is achieved by adding -buildenv ENABLE_SJAVAC=true to the jprt command line. http://cr.openjdk.java.net/~erikj/8010465/webrev.root.01/ Doing this uncovered another bug. Adding the keyword "nofile" to the LOG variable is done to d

Re: RFR 8009517: Disable fatal compiler warning in the old build

2013-03-21 Thread Brad Wetmore
David, Plugin's integration next week is now also impacted since they also have to use the old build environment, so it's time to resolve this. So here's an update/proposal/webrev. The original bug filed by David Katleman was: 8009517: build-infra: jdk8: -Werror not being applied to nio

Re: RFR 8009517: Disable fatal compiler warning in the old build

2013-03-21 Thread Mike Duigou
This looks fine. Get it in before something else changes! Mike On Mar 21 2013, at 15:12 , Brad Wetmore wrote: > David, > > Plugin's integration next week is now also impacted since they also have to > use the old build environment, so it's time to resolve this. So here's an > update/proposal