Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-29 Thread Georges Saab
On 28 jan 2012, at 09:46, Kelly O'Hair wrote: On Jan 27, 2012, at 9:52 PM, Georges Saab wrote: On 27 jan 2012, at 12:40, Kelly O'Hair wrote: On Jan 26, 2012, at 2:47 PM, Georges Saab wrote: As long as we target both 7u and 8 we will be using two different toolsets. But I agree

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-29 Thread Dmitry Samersoff
Kelly, The serialize checkins issue can be minimized some by using distributed SCMs (Mercurial, Git, etc) We have chosen a model: build-test-integrate but we may consider different approach: integrate-build-test-[backout if necessary] i.e. Developer (A) integrate his changeset to an

Re: Review request (XS): 7022100: Method annotations are incorrectly set when redefining classes

2012-01-29 Thread Stefan Karlsson
On 2012-01-27 14:30, David Holmes wrote: On 27/01/2012 11:12 PM, Stefan Karlsson wrote: Here's a fix for a simple copy-n-past bug in the handling of annotations, affecting only class redefinition. http://cr.openjdk.java.net/~stefank/7022100/webrev.00/ 7022100: Method annotations are

Re: RFR: 7133124 Remove redundant packages from JAR command line

2012-01-29 Thread John Coomes
Dmitry Samersoff (dmitry.samers...@oracle.com) wrote: Kelly, The serialize checkins issue can be minimized some by using distributed SCMs (Mercurial, Git, etc) We have chosen a model: build-test-integrate but we may consider different approach: integrate-build-test-[backout if