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: workaround for PR 27908


Casey Marshall writes:
 > Hi, this patch works around PR 27908, which looks as though it is  
 > caused by GCJ not supporting the `volatile' keyword.
 > 
 > This patch is against the libjava version of VMSecureRandom, and not  
 > the upstream version from Classpath, since this fix is likely rather  
 > GCJ-specific (and since GCJ has it's own VMSecureRandom outside the  
 > classpath tree).
 > 
 > 2006-06-06  Casey Marshall  <csm@gnu.org>
 > 
 > 	Workaround for PR java/27908.
 > 	* libjava/java/security/VMSecureRandom.java (Spinner.run): call
 > 	`isRunning,' don't access `running'.
 > 	(Spinner.isRunning): new method.
 > 	(Spinner.stop): made package-private.
 > 
 > OK? I don't have SVN write access.

Wait a bit.  I'd like to look at the underlying bug.

Andrew.


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