Essays about: "ZGC"

Found 5 essays containing the word ZGC.

  1. 1. Compressing Pointers for the Z Garbage Collector : Runtime compression of pointers in a concurrent setting

    University essay from Uppsala universitet/Datalogi

    Author : Linus Shoravi; [2023]
    Keywords : garbage collector; concurrent garbage collector; ZGC; pointer compression; hotspot;

    Abstract : Pointers in 64-bit architectures are unlikely to exhaust their vast address range, and are as such needlessly big. Reducing the amount of memory a pointer occupies leads to reduced memory demands, better usage of memory, and better locality. READ MORE

  2. 2. Improving relocation performance in ZGC by identifying the size of small objects

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Jinyu Yu; [2022]
    Keywords : Garbage Collector; Java; Data locality; Garbage Collector; Java; Datalokalitet;

    Abstract : Modern Garbage Collectors provide performance improvements by increasing program locality to utilize the faster CPU cache. A common approach is to move objects together according to the mutators’ access order, which brings more relocations during GC. READ MORE

  3. 3. Mitigating garbage collection in Java microservices : How garbage collection affects Java microservices andhow it can be handled

    University essay from Mittuniversitetet/Institutionen för informationssystem och –teknologi

    Author : Amanda Ericson; [2021]
    Keywords : Garbage collector; Microservice; Docker; docker-compose; CMS; G1GC; Shenandoah GC; ZGC;

    Abstract : Java is one of the more recent programming languages that in runtime free applications from manual memory management by using automatic Garbage collector (GC) threads. Although, at the cost of stop-the-world pauses that pauses the whole application. READ MORE

  4. 4. An Experimental Study on the Behavioural Tendencies of Objects Classified As Hot and Cold by a Java Virtual Machine Garbage Collector

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Hanna Nyblom; [2020]
    Keywords : ;

    Abstract : A constitutive hypothesis of the Java Virtual Machine garbage collector ”ThinGC”, presented by Mingkun Yang et al. [1], an extension of Oracle’s ”ZGC”, is that capitalising on possible temporal locality could optimise collection by limiting the total number of objects to manage. READ MORE

  5. 5. Performance evaluation of Java garbage collectors for large heap transaction based applications

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Nicole Jagelid; [2020]
    Keywords : ;

    Abstract : The automated memory management mechanism known as garbage collection is a vital part of the Java Virtual Machine (JVM) and has considerable influence on the overall performance of a running application. Java Development Kit 13 (JDK13) offers several garbage collectors for the developer to choose from when configuring the environment. READ MORE