Stephanie Crater

Software Engineer, Java Engineering Group

Post by this author

What’s the deal with humongous objects in Java?

As a Software Engineer in Microsoft’s Java Engineering Group, part of my job is to analyze and improve the performance of Java’s garbage collectors. As a Java application runs, the garbage collector is responsible for allocating objects on the heap and freeing up heap space when those objects are no longer live. In this blog post, I’ll ...