Suchergebnisse - java memory model~
-
1
The Safety-Critical Java memory model formalised
ISSN: 0934-5043, 1433-299XVeröffentlicht: London Springer-Verlag 01.01.2013Veröffentlicht in Formal aspects of computing (01.01.2013)“… What we provide here is, as far as we know, the first formalisation of the SCJ model of memory regions …”
Volltext
Journal Article -
2
The Java memory model is fatally flawed
ISSN: 1040-3108, 1096-9128Veröffentlicht: Chichester, UK John Wiley & Sons, Ltd 01.05.2000Veröffentlicht in Concurrency (Chichester, England.) (01.05.2000)“… The Java memory model described in Chapter 17 of the Java Language Specification gives constraints on how threads interact through memory …”
Volltext
Journal Article -
3
A machine-checked, type-safe model of Java concurrency : language, virtual machine, memory model, and verified compiler
ISBN: 9783866448858, 3866448856Veröffentlicht: Karlsruhe KIT Scientific Publishing 2012“… They distinguish it from other mainstream programming languages like C and C++. In this work, we develop a machine-checked model of concurrent Java and the Java memory model and investigate the impact of concurrency on these guarantees …”
Volltext
E-Book Buch -
4
Java memory model-aware model checking
ISBN: 9781303067334, 1303067331Veröffentlicht: ProQuest Dissertations & Theses 01.01.2012“… The Java memory model (JMM) determines whether an execution of a concurrent Java program is legal …”
Volltext
Dissertation -
5
The Java memory model
ISBN: 9780496126330, 0496126334Veröffentlicht: ProQuest Dissertations & Theses 01.01.2004“… Java's original threading specification, its memory model, was fundamentally flawed. Some language features, like volatile fields, were under-specified …”
Volltext
Dissertation -
6
Impact of Java Memory Model on Out-of-Order Multiprocessors
ISBN: 9780769522296, 0769522297ISSN: 1089-795XVeröffentlicht: Washington, DC, USA IEEE Computer Society 29.09.2004Veröffentlicht in PACT: Proceedings of the 13th International Conference on Parallel Architectures and Compilation Techniques; 29 Sept.-03 Oct. 2004 (29.09.2004)“… This is called the Java Memory Model (JMM) and describes the allowed reorderings among the memory operations in a thread …”
Volltext
Tagungsbericht -
7
Impact of Java memory model on out-of-order multiprocessors
ISBN: 9780769522296, 0769522297ISSN: 1089-795XVeröffentlicht: IEEE 2004Veröffentlicht in Proceedings. 13th International Conference on Parallel Architecture and Compilation Techniques, 2004. PACT 2004 (2004)“… This is called the Java memory model (JMM) and describes the allowed reorderings among the memory operations in a thread …”
Volltext
Tagungsbericht -
8
Analyzing the CRF Java memory model
ISBN: 0769514081, 9780769514086ISSN: 1530-1362Veröffentlicht: IEEE Comput. Soc 2001Veröffentlicht in Proceedings Eighth Asia-Pacific Software Engineering Conference (2001)“… The current Java memory model is flawed and has many unintended implications. As multithreaded programming becomes increasingly popular in Java and hardware …”
Volltext
Tagungsbericht -
9
Repairing and Mechanising the JavaScript Relaxed Memory Model
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 22.05.2020Veröffentlicht in arXiv.org (22.05.2020)“… SharedArrayBuffers are simple linear buffers of bytes, and the JavaScript specification defines an axiomatic relaxed memory model to describe their behaviour …”
Volltext
Paper -
10
An operational happens-before memory model
ISSN: 2095-2228, 2095-2236Veröffentlicht: Beijing Higher Education Press 01.02.2016Veröffentlicht in Frontiers of Computer Science (01.02.2016)“… Happens-before memory model (HMM) is used as the basis of Java memory model (JMM). Although HMM itself is simple, some complex axioms have to be …”
Volltext
Journal Article -
11
Mechanising a Type-Safe Model of Multithreaded Java with a Verified Compiler
ISSN: 0168-7433, 1573-0670Veröffentlicht: Dordrecht Springer Netherlands 01.06.2018Veröffentlicht in Journal of automated reasoning (01.06.2018)“… behaviours as the source code, even for infinite executions and under the Java memory model …”
Volltext
Journal Article -
12
LLM-Based Java Concurrent Program to ArkTS Converter
ISSN: 2643-1572Veröffentlicht: ACM 27.10.2024Veröffentlicht in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (27.10.2024)“… , Java, which is known to be very challenging, especially for concurrency programs. Java utilizes shared memory to implement concurrency programs, while ArkTS relies on message passing (i.e., Actor model …”
Volltext
Tagungsbericht -
13
A formalization of Java’s concurrent access modes
ISSN: 2475-1421, 2475-1421Veröffentlicht: 01.10.2019Veröffentlicht in Proceedings of ACM on programming languages (01.10.2019)“… Java's memory model was recently updated and expanded with new access modes. The accompanying documentation for these access modes is intended to make strong …”
Volltext
Journal Article -
14
Object representation model for a cache memory in a real-time Java environment
ISSN: 1555-0885Veröffentlicht: IEEE 01.06.2013Veröffentlicht in Proceedings / International Symposium on Object-Oriented Real-Time Distributed Computing (01.06.2013)“… ; in this way, each cache memory line supports a block. This memory model avoids external fragmentation, while minimizing internal fragmentation …”
Volltext
Tagungsbericht -
15
Flood Disaster Prediction Model Using Long Short-Term Memory (LSTM) in Pekalongan, Central Java
ISSN: 2086-5104, 2502-2822Veröffentlicht: 30.05.2024Veröffentlicht in Journal of Applied Geology (30.05.2024)“… Pekalongan is located in the northern part of Java Island, directly adjacent to the sea in the north …”
Volltext
Journal Article -
16
Model checking a cache coherence protocol of a Java DSM implementation
ISSN: 1567-8326Veröffentlicht: 01.03.2007Veröffentlicht in The journal of logic and algebraic programming (01.03.2007)Volltext
Journal Article -
17
Model for the extension of the processing and memory capabilities of Java Card smartcards
ISSN: 1994-1536, 2227-1899Veröffentlicht: Universidad de Ciencias Informáticas 01.01.2014Veröffentlicht in Revista cubana de ciencias informáticas (01.01.2014)“… In this work, is presented a smartcard application development model with Java Card technology that allows to extend memory and processing capabilities, making use of the computer's hardware resources …”
Volltext
Journal Article -
18
A volatile-by-default JVM for server applications
ISSN: 2475-1421, 2475-1421Veröffentlicht: 01.10.2017Veröffentlicht in Proceedings of ACM on programming languages (01.10.2017)“… Choosing a memory model involves an inherent performance-programmability tradeoff. The Java language has adopted a *relaxed* (or *weak …”
Volltext
Journal Article -
19
Region-Based RTSJ Memory Management: State of the art
ISSN: 0167-6423, 1872-7964Veröffentlicht: Elsevier B.V 01.05.2012Veröffentlicht in Science of computer programming (01.05.2012)“… The Real-Time Specification for Java (RTSJ) introduces a scoped memory model to avoid garbage collection delays in critical real-time applications which need to meet hard real-time constraints …”
Volltext
Journal Article -
20
DecompositionJ: Parallel and Deterministic Simulation of Concurrent Java Executions in Cyber-Physical Systems
ISSN: 2169-3536, 2169-3536Veröffentlicht: Piscataway IEEE 01.01.2018Veröffentlicht in IEEE access (01.01.2018)“… This paper first presents a novel simulation model based on the Java memory model. The model axiomatically defines action ordering, relationships, and constraints to ensure the well-formedness and determinism of a simulated execution …”
Volltext
Journal Article

