Essays about: "JVM"

Showing result 1 - 5 of 28 essays containing the word JVM.

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

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

    Author : Asta Olofsson; [2023]
    Keywords : Compilation; Functional Programming; Java; Kompilering; Funktionell Programmering; Java;

    Abstract : 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. READ MORE

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

    University essay from Gymnastik- och idrottshögskolan, GIH/Institutionen för fysisk aktivitet och hälsa

    Author : Oscar Eriksson; [2023]
    Keywords : Talent selection; National team selection; Relative age effect; RAE; Ice Hockey;

    Abstract : 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. READ MORE

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

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

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

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Glenn Jansson; [2023]
    Keywords : ;

    Abstract : 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. READ MORE