Re: maven-scm-provider-jgit

2013-08-08 Thread domi
The versions I used are: elongatus:resources domi$ java -version java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06-451-11M4406) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01-451, mixed mode) elongatus:resources domi$ mvn -version Apache Maven 3.0.4 (r1232337; 2012-01

Re: Parallel classloading, need review...

2013-08-08 Thread Kristian Rosenvold
The 2-4% measure is taken with jprofiler; there's a fair amount of native code within classloading - does anyone know how that affects profiler measurement ? (I would suspect that since the profiler is incapable of instrumenting native code it will report execution times without "profiler skew"

Re: Parallel classloading, need review...

2013-08-08 Thread Kristian Rosenvold
While I was running the other day I had this crazy idea of making classworlds record the class loading sequence for each class realm and save the results somewhere. Next time the same realm is created we could have one or two threads that preemptively load all the same classes. This is what I get

Re: Parallel classloading, need review...

2013-08-08 Thread Kristian Rosenvold
Not much :) In the test builds I'm measuring (entire builds, not just core), class loading is 2-4% of the build CPU time (with -DskipTests). I have not (yet) done any empirical measurements to determine how much of that we could actually save. The current synchronzation in core means this change in

Re: Parallel classloading, need review...

2013-08-08 Thread Jason van Zyl
What the performance difference in loading classes in your stand-alone tests? On Aug 8, 2013, at 2:12 PM, Kristian Rosenvold wrote: > I just committed an update to plexus-classworlds that permits > concurrent classloading under jdk7. > > I would really appreciate it if anyone would care to rev

Parallel classloading, need review...

2013-08-08 Thread Kristian Rosenvold
I just committed an update to plexus-classworlds that permits concurrent classloading under jdk7. I would really appreciate it if anyone would care to review this patch, especially regarding thread safety (esp the use of guards to access the protected methods of the base classes, which is where th

Re: maven-scm-provider-jgit

2013-08-08 Thread Brett Porter
On 08/08/2013, at 8:03 PM, Mirko Friedenhagen wrote: > Just an observation (700km away from my notebook for the next 2 weeks :-)): > > Olivier started Maven in the root of maven-scm, while Brett cd'ed to > maven-scm-provider-jgit Same result either way. On 08/08/2013, at 7:26 PM, Baptiste MATH

Re: maven-scm-provider-jgit

2013-08-08 Thread Mirko Friedenhagen
Just an observation (700km away from my notebook for the next 2 weeks :-)): Olivier started Maven in the root of maven-scm, while Brett cd'ed to maven-scm-provider-jgit Regards Mirko -- Sent from my mobile On Aug 8, 2013 1:15 AM, "Olivier Lamy" wrote: > lucky :-) > > Here > mvn clean install -

Re: svn access

2013-08-08 Thread Stephen Connolly
http://javaadventure.blogspot.ie/2012/07/do-you-want-to-become-maven-committer.html On 8 August 2013 01:37, Jigar Joshi wrote: > I want to check in some code in maven > > How can I have svn access > > Thanks! > Jigar >

Re: maven-scm-provider-jgit

2013-08-08 Thread Baptiste MATHUS
Maybe there's a difference between java/maven versions in use? Where does it [not] work? Olivier? Domi, what was the version you tested/dev'd it against? 2013/8/8 Stephen Connolly > On 8 August 2013 02:12, Olivier Lamy wrote: > > > mvn clean install -pl :maven-scm-provider-jgit -am > > > work

svn access

2013-08-08 Thread Jigar Joshi
I want to check in some code in maven How can I have svn access Thanks! Jigar

Re: maven-scm-provider-jgit

2013-08-08 Thread Stephen Connolly
On 8 August 2013 02:12, Olivier Lamy wrote: > mvn clean install -pl :maven-scm-provider-jgit -am works on my mac