Sciweavers

5343 search results - page 88 / 1069
» Keyword programming in java
Sort
View
ISCA
2003
IEEE
183views Hardware» more  ISCA 2003»
14 years 3 months ago
The Jrpm System for Dynamically Parallelizing Java Programs
We describe the Java runtime parallelizing machine (Jrpm), a complete system for parallelizing sequential programs automatically. Jrpm is based on a chip multiprocessor (CMP) with...
Michael K. Chen, Kunle Olukotun
ENTCS
2002
88views more  ENTCS 2002»
13 years 10 months ago
Testing Concurrent Java Programs using Randomized Scheduling
The difficulty of finding errors caused by unexpected interleavings of threads in concurrent programs is well known. Model checkers can pinpoint such errors and verify correctness...
Scott D. Stoller
VL
2003
IEEE
151views Visual Languages» more  VL 2003»
14 years 3 months ago
JAN -Java animation for program understanding
JAN is a system for animated execution of Java programs. Its application area is program understanding rather than debugging. To this end, the animation can be customized, both by...
Klaus-Peter Löhr, André Vratislavsky
WCRE
2000
IEEE
14 years 2 months ago
Understanding the Behavior of Java Programs
To fully understand the underlying architecture of an object-oriented software system, both static and dynamic analyses are needed. Dynamic reverse engineering techniques are espe...
Tarja Systä
ICSE
2003
IEEE-ACM
14 years 10 months ago
JIVE: Visualizing Java in Action Demonstration Description
Dynamic software visualization should provide a programmer with insights as to what the program is doing. Most current dynamic visualizations either use program traces to show inf...
Steven P. Reiss