This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: java/25330: A race condition in write_classfile


Tom Tromey writes:
 > >>>>> "H.J." == H J Lu <hjl@lucon.org> writes:
 > 
 > H.J.> With parallel build in libjava, several processes may want to generate
 > H.J.> the same class file.
 > 
 > When does this happen?
 > 
 > It really shouldn't.  gcj isn't eager like other java compilers -- it
 > only compiles what you ask it to.  We shouldn't have two invocations
 > working on the same .java file.

And, indeed, that doesn't seem to be happening in the log for this PR.
There may be more to this than is apparent.

Having said that, it seems to me hj's patch is correct.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]