Showing results for May 2022 - Microsoft for Java Developers

May 22, 2022
1
0

Java on Visual Studio Code Update – May 2022

Nick Zhu
Nick Zhu

Hi everyone, welcome to the May update of Visual Studio Code Java. In this month's update, we are going to share exciting improvements to our user experience regarding signature help and code completion as well as new Gradle features. Let's get started! Signature Help Improvement Signature Help displays the signature of a method in a tooltip when...

JavaOpen SourceVisual Studio Code
May 17, 2022
0
0

Debugging a JVM Crash for LinkedIn – Part 2

Brian Stafford
Brian Stafford

Introduction Welcome to Part 2 of our investigation into a JVM crash for LinkedIn. This blog post continues the investigation we began in Debugging a JVM Crash for LinkedIn - Part 1. In Part 1, we analyzed the HotSpot error log file to identify the instruction where the JVM crashed. As a reminder, this series is broken down as follows: ...

JavaOpenJDK
May 9, 2022
1
2

Debugging a JVM Crash for LinkedIn – Part 1

Brian Stafford
Brian Stafford

Introduction As part of the work we do in the Java Engineering Group we provide support to many first- and third-party customers of the Microsoft Build of OpenJDK, particularly those who run Java workloads on Azure. One of our largest customers is LinkedIn. In the past couple of years our group has worked with LinkedIn to assist with their migr...

JavaOpenJDK