Sökning: "JVM"

Visar resultat 1 - 5 av 29 uppsatser innehållade ordet JVM.

  1. 1. Functional Programming Languages and the JVM : Comparing Functional Language Compilation Techniques for the JVM

    Master-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Asta Olofsson; [2023]
    Nyckelord :Compilation; Functional Programming; Java; Kompilering; Funktionell Programmering; Java;

    Sammanfattning : Because of its security, high availability, and automatic memory management, the JVM (Java Virtual Machine) is a desirable execution environment. However, since the JVM was originally made for Java, which is an objectoriented language, it is hard for languages with other paradigms to run on it. LÄS MER

  2. 2. Swedish National Team selections in ice hockey : A retrospective study

    Master-uppsats, Gymnastik- och idrottshögskolan, GIH/Institutionen för fysisk aktivitet och hälsa

    Författare :Oscar Eriksson; [2023]
    Nyckelord :Talent selection; National team selection; Relative age effect; RAE; Ice Hockey;

    Sammanfattning : Countries invest a large amount of money in talent development and talent identification. The Swedish ice hockey federation is reorganizing and evaluating the national team selection system. Relative age effect (RAE) refers to a selection bias when relatively older athletes get selected because maturity can be mistaken for talent. LÄS MER

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

    Uppsats för yrkesexamina på avancerad nivå, Uppsala universitet/Datalogi

    Författare :Linus Shoravi; [2023]
    Nyckelord :garbage collector; concurrent garbage collector; ZGC; pointer compression; hotspot;

    Sammanfattning : 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. LÄS MER

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

    Master-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Filip Wilén; [2023]
    Nyckelord :Garbage Collection; Compiler; Java; JVM; Concurrency; Benchmarking; Skräpsamlare; Kompilatorer; Java; JVM; Multitrådat; Benchmarking;

    Sammanfattning : 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. LÄS MER

  5. 5. A Graphical Representation of RCE Vulnerabilities in Java Deserialization

    Kandidat-uppsats, Umeå universitet/Institutionen för datavetenskap

    Författare :Glenn Jansson; [2023]
    Nyckelord :;

    Sammanfattning : Unsafe deserialization in Java risks exposing systems to remote code execution (RCE) attacks. By combining certain versions of the Java Virtual Machine (JVM) with common third-party libraries, deserialization vulnerabilities can be introduced in otherwise safe systems. LÄS MER