Suchergebnisse - "Concurrent Java Programs"
-
1
The ThreadRadar visualization for debugging concurrent Java programs
ISSN: 1343-8875, 1875-8975Veröffentlicht: Berlin/Heidelberg Springer Berlin Heidelberg 01.12.2022Veröffentlicht in Journal of visualization (01.12.2022)“… Due to non-deterministic behavior and thread interleaving of concurrent programs, the debugging of concurrency and performance issues is a rather difficult and …”
Volltext
Journal Article -
2
Writing Concurrent Java Programs Based on CafeOBJ Specifications
Veröffentlicht: IEEE 01.12.2017Veröffentlicht in 2017 24th Asia Pacific Software Engineering Conference (APSEC) (01.12.2017)“… CafeOBJ is an advanced algebraic specification language that can be used for writing formal specifications of various software systems and verifying properties …”
Volltext
Tagungsbericht -
3
Slicing concurrent Java programs using Indus and Kaveri
ISSN: 1433-2779, 1433-2787Veröffentlicht: Heidelberg Springer Nature B.V 01.10.2007Veröffentlicht in International journal on software tools for technology transfer (01.10.2007)“… In this paper, we present Indus--a robust framework for analyzing and slicing concurrent Java programs, and Kaveri--a feature-rich Eclipse-based GUI front end for Indus slicing …”
Volltext
Journal Article -
4
A deadlock detection tool for concurrent Java programs
ISSN: 0038-0644, 1097-024XVeröffentlicht: Chichester, UK John Wiley & Sons, Ltd 01.06.1999Veröffentlicht in Software, practice & experience (01.06.1999)“… This paper presents some issues related to the design and implementation of a concurrency analysis tool able to detect deadlock situations in Java programs …”
Volltext
Journal Article -
5
Observations on the assured evolution of concurrent Java programs
ISSN: 0167-6423, 1872-7964Veröffentlicht: Elsevier B.V 01.12.2005Veröffentlicht in Science of computer programming (01.12.2005)“… Evolving and refactoring concurrent Java software can be error-prone, resulting in race conditions and other concurrency difficulties. We suggest that there …”
Volltext
Journal Article -
6
Slicing concurrent Java programs
ISBN: 076950180X, 9780769501802ISSN: 1092-8138Veröffentlicht: IEEE 01.01.1999Veröffentlicht in Proceedings Seventh International Workshop on Program Comprehension (01.01.1999)“… Although many slicing algorithms have been proposed for object oriented programs, no slicing algorithm has been proposed which can be used to handle the problem of slicing concurrent Java programs correctly …”
Volltext
Tagungsbericht -
7
Slicing concurrent Java programs using Indus and Kaveri: Fundamental approaches to software engineering
ISSN: 1433-2779Veröffentlicht: Berlin Springer 2007Veröffentlicht in International journal on software tools for technology transfer (2007)Volltext
Journal Article -
8
Data flow analysis for checking properties of concurrent Java programs
ISBN: 1581130740, 9781581130744ISSN: 0270-5257Veröffentlicht: New York, NY, USA ACM 1999Veröffentlicht in Proceedings / International Conference on Software Engineering (1999)“… In this paper we show how the FLAVERS data flow analysis technique, originally formulated for systems using a rendezvous concurrency model, can be applied to …”
Volltext
Tagungsbericht Journal Article -
9
Static Analysis for Understanding Shared Objects in Open Concurrent Java Programs
ISBN: 1424489113, 9781424489114ISSN: 1095-1350Veröffentlicht: IEEE 01.10.2010Veröffentlicht in 2010 17th Working Conference on Reverse Engineering (01.10.2010)“… This paper studies shared objects in open concurrent Java programs. First, it proposes a classification of shared objects into three categories …”
Volltext
Tagungsbericht -
10
Anomaly detection in concurrent Java programs using dynamic data flow analysis
ISSN: 0950-5849, 1873-6025Veröffentlicht: Elsevier B.V 23.12.2001Veröffentlicht in Information and software technology (23.12.2001)“… In this work, we first identify the different classes of synchronization anomalies that may occur in concurrent Java programs …”
Volltext
Journal Article -
11
Anomaly detection in concurrent Java programs using dynamic flow analysis
ISSN: 0950-5849, 1873-6025Veröffentlicht: Amsterdam Elsevier Science Ltd 23.12.2001Veröffentlicht in Information and software technology (23.12.2001)“… The different classes of synchronization anomalies that may occur in concurrent Java programs are identified …”
Volltext
Journal Article -
12
Testing Concurrent Java Programs using Randomized Scheduling
ISSN: 1571-0661, 1571-0661Veröffentlicht: Elsevier B.V 01.12.2002Veröffentlicht in Electronic notes in theoretical computer science (01.12.2002)“… The difficulty of finding errors caused by unexpected interleavings of threads in concurrent programs is well known. Model checkers can pinpoint such errors …”
Volltext
Journal Article -
13
Behavior investigation of concurrent Java programs: an approach based on source-code instrumentation
ISSN: 0167-739X, 1872-7115Veröffentlicht: Elsevier B.V 01.10.2001Veröffentlicht in Future generation computer systems (01.10.2001)“… Java makes easier the coding phase of concurrent applications and provides friendly mechanisms for the information exchange among threads and different …”
Volltext
Journal Article -
14
A run-time deadlock detector for concurrent Java programs
ISBN: 0769514081, 9780769514086ISSN: 1530-1362Veröffentlicht: IEEE Comput. Soc 01.01.2001Veröffentlicht in Proceedings Eighth Asia-Pacific Software Engineering Conference (01.01.2001)“… Deadlock is one of the most serious and complex problems concerning the reliability of concurrent Java programs …”
Volltext
Tagungsbericht -
15
Safe and Verifiable Design of Concurrent Java Programs
ISSN: 1206-212X, 1925-7074Veröffentlicht: Anaheim, CA Taylor & Francis 01.01.2001Veröffentlicht in International journal of computers & applications (01.01.2001)“… The design of concurrent programs has a reputation for being difficult, and thus potentially dangerous in safety-critical real-time and embedded systems. The …”
Volltext
Journal Article Tagungsbericht -
16
Error Detection in Concurrent Java Programs
ISSN: 1571-0661, 1571-0661Veröffentlicht: Elsevier B.V 07.02.2006Veröffentlicht in Electronic notes in theoretical computer science (07.02.2006)“… Concurrency in multithreaded programs introduces additional complexity in software verification and testing, and thereby significantly increases the cost of …”
Volltext
Journal Article -
17
A practical MHP information computation for concurrent Java programs
ISBN: 9780494227954, 0494227958Veröffentlicht: ProQuest Dissertations & Theses 01.01.2005“… With the development of multi-processors, multi-threaded programs and programming languages have become more and more popular. This requires extending the …”
Volltext
Dissertation -
18
Multithreaded dependence graphs for concurrent Java programs
ISBN: 9780769501918, 0769501915Veröffentlicht: IEEE 1999Veröffentlicht in Proceedings, International Symposium on Software Engineering for Parallel and Distributed Systems : Los Angeles, California, USA, 17-18 May 1999 (1999)“… We present a dependence-based representation called multithreaded dependence graph, which extends previous dependence-based representations, to represent program dependencies in a concurrent Java program …”
Volltext
Tagungsbericht -
19
Data flow analysis for checking properties of concurrent Java programs
ISBN: 1581130740, 9781581130744Veröffentlicht: 01.01.1999Veröffentlicht in Software Engineering (ICSE '99): 21st International Conference (01.01.1999)Volltext
Tagungsbericht -
20
Design of a toolset for dynamic analysis of concurrent Java programs
ISBN: 0818685603, 9780818685606ISSN: 1092-8138Veröffentlicht: IEEE 1998Veröffentlicht in Proceedings. 6th International Workshop on Program Comprehension. IWPC'98 (Cat. No.98TB100242) (1998)“… Also, Java classes can be defined to simulate other types of concurrent constructs. However, concurrent Java programs, like other concurrent programs, are difficult to specify, design, code, test and debug …”
Volltext
Tagungsbericht

