Re: RFR: 8009428 and 8009429 - Profile related fixes and clean ups

2013-03-11 Thread Alan Bateman
On 11/03/2013 01:24, David Holmes wrote: I had overlooked the need to update the ct.sym creation tool to recognize the new syntax in the profile spec file. That process also uncovered a few bugs in the listing that needed correcting. The javadoc generation of compact profile information is

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

2013-03-11 Thread Erik Joelsson
I have a suggestion for how to at least partly enable -Werror in the new build. The penalty is slightly longer compile time, but the difference should be negligible. We split the big java compilation in jdk in two. The first pass with -Werror and all warnings turned on, the second without. We

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

2013-03-11 Thread Erik Joelsson
I tried implementing a PoC for this. Without sjavac, it works, except that the first pass must be run without -Werror and the second with. Since we use -implicit:none, this is fine. With sjavac I had to let it compile the full set of classes first and then run a second time (into a different

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

2013-03-11 Thread Chris Hegarty
Thank you for trying this Erik. I did think of this workaround myself, but felt if might not be acceptable due to the performance penalty. But this information is great to have. I wonder if we should try to get all alternatives/proposals on the table, then make a decision. I know of two

sjavac

2013-03-11 Thread Jim Laskey (Oracle)
The Nashorn team is wondering about the status of sjavac and the builds. Note: https://jbs.oracle.com/bugs/browse/JDK-8009788 . There are two occurances of -cp which should be convered to -classpath in makefiles/BuildNashorn.gmk . Cheers, -- Jim

Re: sjavac

2013-03-11 Thread Jonathan Gibbons
On 03/11/2013 11:33 AM, Jim Laskey (Oracle) wrote: The Nashorn team is wondering about the status of sjavac and the builds. Note: https://jbs.oracle.com/bugs/browse/JDK-8009788 . There are two occurances of -cp which should be convered to -classpath in makefiles/BuildNashorn.gmk . Cheers,

Re: sjavac

2013-03-11 Thread Jonathan Gibbons
On 03/11/2013 12:39 PM, Martin Buchholz wrote: While you're there, consider checking/modfying all of the jdk tools to accept either both or neither of -cp and -classpath. javap is the command I'm thinking of. Noted. -- Jon

hg: jdk8/build: 2 new changesets

2013-03-11 Thread david . katleman
Changeset: cd7f2c7e2a0e Author:katleman Date: 2013-03-07 11:17 -0800 URL: http://hg.openjdk.java.net/jdk8/build/rev/cd7f2c7e2a0e Added tag jdk8-b80 for changeset 907a926d3c96 ! .hgtags Changeset: 235854886494 Author:katleman Date: 2013-03-11 13:41 -0700 URL:

hg: jdk8/build/corba: Added tag jdk8-b80 for changeset 5f3d4a6bdd02

2013-03-11 Thread david . katleman
Changeset: 2a00aeeb466b Author:katleman Date: 2013-03-07 11:17 -0800 URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/2a00aeeb466b Added tag jdk8-b80 for changeset 5f3d4a6bdd02 ! .hgtags

hg: jdk8/build/jaxp: Added tag jdk8-b80 for changeset 4873a0499bc3

2013-03-11 Thread david . katleman
Changeset: ef349a4c Author:katleman Date: 2013-03-07 11:17 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/ef349a4c Added tag jdk8-b80 for changeset 4873a0499bc3 ! .hgtags

hg: jdk8/build/jaxws: Added tag jdk8-b80 for changeset b0224010e2f0

2013-03-11 Thread david . katleman
Changeset: c88bb21560cc Author:katleman Date: 2013-03-07 11:17 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/c88bb21560cc Added tag jdk8-b80 for changeset b0224010e2f0 ! .hgtags

hg: jdk8/build/jdk: 2 new changesets

2013-03-11 Thread david . katleman
Changeset: d60a95b95f01 Author:katleman Date: 2013-03-07 11:17 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/d60a95b95f01 Added tag jdk8-b80 for changeset dfb40f066c6c ! .hgtags Changeset: da8edcfc19af Author:katleman Date: 2013-03-11 13:42 -0700 URL:

hg: jdk8/build/langtools: Added tag jdk8-b80 for changeset a8227c617684

2013-03-11 Thread david . katleman
Changeset: ed69d087fdfd Author:katleman Date: 2013-03-07 11:18 -0800 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/ed69d087fdfd Added tag jdk8-b80 for changeset a8227c617684 ! .hgtags

Re: sjavac

2013-03-11 Thread Jonathan Gibbons
On 03/11/2013 11:33 AM, Jim Laskey (Oracle) wrote: The Nashorn team is wondering about the status of sjavac and the builds. Note: https://jbs.oracle.com/bugs/browse/JDK-8009788 . There are two occurances of -cp which should be convered to -classpath in makefiles/BuildNashorn.gmk . Cheers,