Advanced search

Found 4 essays matching the above criteria.

  1. 1. Throughput Analysis of Safepoint-attached Barriers in a Low-latency Garbage Collector : Analysis of a Compiler Optimization in the HotSpot JVM

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

    Author : Filip Wilén; [2023]
    Keywords : Garbage Collection; Compiler; Java; JVM; Concurrency; Benchmarking; Skräpsamlare; Kompilatorer; Java; JVM; Multitrådat; Benchmarking;

    Abstract : When using managed programming languages, there is an essential benefit in having a fast and efficient compiler and garbage collector; one garbage collector currently under development is the HotSpot low-latency concurrent Generational Z Garbage Collector. Concurrent memory management runs application threads and garbage collection threads simultaneously. READ MORE

  2. 2. 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

  3. 3. 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

  4. 4. Evaluating and improving remembered sets in theHotSpot G1 garbage collector

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : ANDREAS SJÖBERG; [2014]
    Keywords : ;

    Abstract : In this master’s thesis project the remembered set implementation in Java HotSpot’s implementation of G1 is evaluated. It is verified by benchmarking that using Bloomfilters can reduce region scanning times when used as an intermediate data structure between card-precision bitmaps and region coarsening. READ MORE