From: <pcm...@us...> - 2008-07-05 21:12:28
|
Revision: 912 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=912&view=rev Author: pcmehlitz Date: 2008-07-05 14:12:25 -0700 (Sat, 05 Jul 2008) Log Message: ----------- * bug in PreciseRaceDetector - despite the comment in getFieldDescriptor, only the object was stored (we should really go over the <2do>'s at some point). However, this might happen to be called frequently and we therefore rather should use the ElementInfo/FieldInfo pairs directly, which required a few little changes in the FieldInstruction hierarchy. Thanks Darko / Frank Modified Paths: -------------- trunk/src/gov/nasa/jpf/jvm/bytecode/FieldInstruction.java trunk/src/gov/nasa/jpf/jvm/bytecode/InstanceFieldInstruction.java trunk/src/gov/nasa/jpf/jvm/bytecode/StaticFieldInstruction.java trunk/src/gov/nasa/jpf/tools/PreciseRaceDetector.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |