Suchergebnisse - "Java Virtual Machine"

  1. 1

    Adaptive CPU sharing for co-located latency-critical JVM applications and batch jobs under dynamic workloads von Xu, Dishi, Liu, Fagui, Wang, Bin, Tang, Xuhao, Wu, Qingbo

    ISSN: 0167-739X
    Veröffentlicht: Elsevier B.V 01.07.2026
    Veröffentlicht in Future generation computer systems (01.07.2026)
    “… Latency-critical (LC) long-running applications operating on Java Virtual Machines (JLRAs) often rely on substantial CPU over-provisioning to meet …”
    Volltext
    Journal Article
  2. 2

    An Empirical Study of JVMs' Behaviors on Erroneous JNI Interoperations von Hwang, Sungjae, Lee, Sungho, Ryu, Sukyoung

    ISSN: 0098-5589, 1939-3520
    Veröffentlicht: New York IEEE 01.04.2024
    Veröffentlicht in IEEE transactions on software engineering (01.04.2024)
    “… Java Native Interface (JNI) allows Java applications to access native libraries, but it is challenging to develop correct JNI programs. By leveraging native …”
    Volltext
    Journal Article
  3. 3

    Orthogonal persistence in nonvolatile memory architectures: A persistent heap design and its implementation for a Java Virtual Machine von Perez, Taciano D., Neves, Marcelo V., Medaglia, Diego, Monteiro, Pedro H. G., De Rose, César A. F.

    ISSN: 0038-0644, 1097-024X
    Veröffentlicht: Bognor Regis Wiley Subscription Services, Inc 01.04.2020
    Veröffentlicht in Software, practice & experience (01.04.2020)
    “… Summary Current computer systems separate main memory from storage, and programming languages typically reflect this distinction using different …”
    Volltext
    Journal Article
  4. 4

    History-Driven Test Program Synthesis for JVM Testing von Zhao, Yingquan, Wang, Zan, Chen, Junjie, Liu, Mengdi, Wu, Mingyuan, Zhang, Yuqun, Zhang, Lingming

    ISSN: 1558-1225
    Veröffentlicht: ACM 01.05.2022
    “… Java Virtual Machine (JVM) provides the runtime environment for Java programs, which allows Java to be "write once, run anywhere". JVM plays a decisive role in …”
    Volltext
    Tagungsbericht
  5. 5

    Toward an SGX-Friendly Java Runtime von Wu, Mingyu, Li, Zhe, Chen, Haibo, Zang, Binyu, Wang, Shaojun, Yu, Lei, Li, Sanhong, Song, Haitao

    ISSN: 0018-9340, 1557-9956
    Veröffentlicht: New York IEEE 01.01.2024
    Veröffentlicht in IEEE transactions on computers (01.01.2024)
    “… Hardware enclaves assist in constructing a trusted execution environment (TEE) to store private code and data and thus become an appealing solution to enhance …”
    Volltext
    Journal Article
  6. 6

    Optimizing type-specific instrumentation on the JVM with reflective supertype information von Rosà, Andrea, Binder, Walter

    ISSN: 1045-926X, 1095-8533
    Veröffentlicht: Elsevier Ltd 01.12.2018
    Veröffentlicht in Journal of visual languages and computing (01.12.2018)
    “… highlights•We allow inspecting reflective supertype information during instrumentation.•We allow reification of classloader namespaces in an instrumentation …”
    Volltext
    Journal Article
  7. 7

    A performance comparison of garbage collector algorithms in Java Virtual Machine von Kopeć, Igor, Smołka, Jakub

    ISSN: 2544-0764, 2544-0764
    Veröffentlicht: Lublin University of Technology 30.12.2019
    Veröffentlicht in Journal of Computer Sciences Institute (30.12.2019)
    “… In programming languages with automatic memory management garbage collection plays an important role of cleaning unused memory. Garbage collection algorithms …”
    Volltext
    Journal Article
  8. 8

    GC-Wise: A Self-adaptive approach for memory-performance efficiency in Java VMs von Simão, J., Esteves, S., Pires, André, Veiga, L.

    ISSN: 0167-739X, 1872-7115
    Veröffentlicht: Elsevier B.V 01.11.2019
    Veröffentlicht in Future generation computer systems (01.11.2019)
    “… High-level language runtimes are ubiquitous in every cloud deployment. From the geo-distributed heavy resources cloud provider to the new Fog and Edge …”
    Volltext
    Journal Article
  9. 9

    Deep Differential Testing of JVM Implementations von Chen, Yuting, Su, Ting, Su, Zhendong

    ISSN: 1558-1225
    Veröffentlicht: IEEE 01.05.2019
    “… The Java Virtual Machine (JVM) is the cornerstone of the widely-used Java platform. Thus, it is critical to ensure the reliability and robustness of popular …”
    Volltext
    Tagungsbericht
  10. 10

    Remote Method Delegation: a Platform for Grid Computing von Wood, Bradley, Watling, Brock, Winn, Zachary, Messiha, Daniel, Mahmoud, Qusay H., Azim, Akramul

    ISSN: 1570-7873, 1572-9184
    Veröffentlicht: Dordrecht Springer Netherlands 01.12.2020
    Veröffentlicht in Journal of grid computing (01.12.2020)
    “… While many cluster and grid computing frameworks are available, the task of building secure distributed systems or implementing distributed algorithms continue …”
    Volltext
    Journal Article
  11. 11

    Integration of R and Scala Using rscala von Dahl, David B.

    ISSN: 1548-7660, 1548-7660
    Veröffentlicht: Foundation for Open Access Statistics 01.02.2020
    Veröffentlicht in Journal of statistical software (01.02.2020)
    “… The rscala software is a simple, two-way bridge between R and Scala that allows users to leverage the unique strengths of both languages in a single project …”
    Volltext
    Journal Article
  12. 12

    Constructing exception handling chains for testing Java virtual machine implementations von Chen, Bochuan, Guo, Xiao, Chen, Yuting, Yu, Xiaofeng, Bu, Lei

    ISSN: 2047-7473, 2047-7481
    Veröffentlicht: Chichester Wiley Subscription Services, Inc 01.04.2024
    Veröffentlicht in Journal of software : evolution and process (01.04.2024)
    “… The Java virtual machine (JVM) is the cornerstone of the Java platforms. A JVM's exception handling implementation interrupts, when the objective application …”
    Volltext
    Journal Article
  13. 13

    Large‐scale characterization of Java streams von Rosales, Eduardo, Basso, Matteo, Rosà, Andrea, Binder, Walter

    ISSN: 0038-0644, 1097-024X
    Veröffentlicht: Bognor Regis Wiley Subscription Services, Inc 01.09.2023
    Veröffentlicht in Software, practice & experience (01.09.2023)
    “… Java streams are receiving the attention of developers targeting the Java virtual machine (JVM) as they ease the development of data‐processing logic, while …”
    Volltext
    Journal Article
  14. 14

    Faster variational execution with transparent bytecode transformation von Wong, Chu-Pan, Meinicke, Jens, Lazarek, Lukas, Kästner, Christian

    ISSN: 2475-1421, 2475-1421
    Veröffentlicht: 01.11.2018
    Veröffentlicht in Proceedings of ACM on programming languages (01.11.2018)
    “… Variational execution is a novel dynamic analysis technique for exploring highly configurable systems and accurately tracking information flow. It is able to …”
    Volltext
    Journal Article
  15. 15

    HVMTP: A time predictable and portable java virtual machine for hard real‐time embedded systems von Luckow, Kasper Søe, Thomsen, Bent, Korsholm, Stephan Erbs

    ISSN: 1532-0626, 1532-0634
    Veröffentlicht: Hoboken Wiley Subscription Services, Inc 25.11.2017
    Veröffentlicht in Concurrency and computation (25.11.2017)
    “… Summary We present HVMTP, a time predictable and portable Java virtual machine (JVM) implementation with applications in resource‐constrained, hard real‐time …”
    Volltext
    Journal Article
  16. 16

    Cold object identification in the Java virtual machine von Briggs, Kim T., Zhou, Baoguo, Dueck, Gerhard W.

    ISSN: 0038-0644, 1097-024X
    Veröffentlicht: Bognor Regis Wiley Subscription Services, Inc 01.01.2017
    Veröffentlicht in Software, practice & experience (01.01.2017)
    “… Summary Many Java applications instantiate objects within the Java heap that are persistent but seldom if ever referenced by the application. Examples include …”
    Volltext
    Journal Article
  17. 17

    A study of the correctness of the execution of a class file with an embedded digital watermark in different environments von Sharikov, P I, Krasov, A V, Volkogonov, V N

    ISSN: 1757-8981, 1757-899X
    Veröffentlicht: Bristol IOP Publishing 01.05.2020
    “… In this work, the authors set a goal of carrying out a complex study. Preparation of different types of environments and operating systems of different bit …”
    Volltext
    Journal Article
  18. 18

    Automated Runtime Transition between Virtual and Platform Threads in the Java Virtual Machine von Rosa, Andrea, Basso, Matteo, Bohnhoff, Leonardo, Binder, Walter

    ISSN: 2640-0715
    Veröffentlicht: IEEE 04.12.2023
    “… Virtual threads are a new feature of the Java Virtual Machine (JVM) complementing the regular Java threads (called platform threads). Virtual threads promise a …”
    Volltext
    Tagungsbericht
  19. 19

    Sharing Programming Resources Between Bio Projects von Bonnal, Raoul J P, Yates, Andrew, Goto, Naohisa, Gautier, Laurent, Willis, Scooter, Fields, Christopher, Katayama, Toshiaki, Prins, Pjotr

    ISSN: 1940-6029
    Veröffentlicht: United States 2019
    “… Open-source software encourages computer programmers to reuse software components written by others. In evolutionary bioinformatics, open-source software comes …”
    Weitere Angaben
    Journal Article
  20. 20

    BestGC: An Automatic GC Selector von Tavakolisomeh, Sanaz, Bruno, Rodrigo, Ferreira, Paulo

    ISSN: 2169-3536, 2169-3536
    Veröffentlicht: Piscataway IEEE 01.01.2023
    Veröffentlicht in IEEE access (01.01.2023)
    “… Garbage collection algorithms are widely used in programming languages like Java. However, selecting the most suitable garbage collection (GC) algorithm for an …”
    Volltext
    Journal Article