From: <pcm...@us...> - 2007-03-29 19:51:35
|
Revision: 297 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=297&view=rev Author: pcmehlitz Date: 2007-03-29 12:51:30 -0700 (Thu, 29 Mar 2007) Log Message: ----------- * refactored the StateMachine native peer to be merely a dispatcher. We now have one host-VM NativeStateMachine instance per JPF StateMachine instance, with the StateMachine.id value acting as the reference. This is to support our beloved KC, where we need multiple StateMachines at a time * added an MJIEnv.getReferredClassInfo(..) Modified Paths: -------------- trunk/extensions/statechart/env/jpf/gov/nasa/jpf/sc/StateMachine.java trunk/extensions/statechart/env/jvm/gov/nasa/jpf/jvm/JPF_gov_nasa_jpf_sc_StateMachine.java trunk/src/gov/nasa/jpf/jvm/MJIEnv.java Added Paths: ----------- trunk/extensions/statechart/env/jvm/gov/nasa/jpf/jvm/NativeStateMachine.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |