Showing results for Garbage Collection - Microsoft for Java Developers

Jun 26, 2024
0
2

Improving OpenJDK Scalar Replacement – Part 2/3

Cesar Soares
Cesar Soares

In the previous part of this blog series, we explored the foundational concepts and purpose of scalar replacement (SR) in OpenJDK, laying the groundwork for understanding how this optimization can boost the performance of Java applications. Now, in the second installment of the series, we shift our focus to the specific enhancements that we have in...

Java
Sep 2, 2020
1
0

How to Tell Time in Java’s Garbage Collection

Ana Marsh
Ana Marsh

Introduction As I wrap up my internship with Microsoft this summer, I have discovered the value in being confused. The more I learned, the more some things became clearer and the more other things became cloudier. In the end, I am left with a headache of confusion on how to tell time, something I thought I mastered in 2nd grade. Three months ago, ...

JavaOpen SourceOpenJDK