Results 1 to 1 of 1
- 03-16-2011, 05:30 AM #1
Member
- Join Date
- Mar 2011
- Posts
- 1
- Rep Power
- 0
Deterministic execution of Java Threads, tool support
Hi,
I am looking for a tool or api which allows deterministic execution of Java threads for testing purposes. Thus, allowing context switches in java code at certain locations in byte code. For instance, I want a thread t1 to preempt for another thread t2 at say line N in the bytecode/sourcecode and so on. To make the case simpler lets ignore the synchronization or locks. Is there any tool, if possible open source customized JVM available. I am aware of a few tools like dejavu, LEAP but I would like to know about recommended open source tools from some one who has experience with such tools.
Cheers,
Pulkit
Similar Threads
-
Re-iterate Thread execution after its execution finishes.
By TurtleRock in forum New To JavaReplies: 10Last Post: 11-29-2010, 02:02 PM -
Serial Execution of threads
By gamodg in forum Advanced JavaReplies: 4Last Post: 11-09-2010, 05:37 PM -
execution of threads
By jyotigupta6 in forum Threads and SynchronizationReplies: 5Last Post: 11-16-2008, 12:28 AM -
Threads execution stop
By jyotigupta6 in forum Threads and SynchronizationReplies: 1Last Post: 10-31-2008, 01:41 PM -
slow execution and flickery graphics. too many threads?
By lost_in_java in forum Threads and SynchronizationReplies: 0Last Post: 01-23-2008, 02:26 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks