Showing results for Java 11 - Microsoft for Java Developers

Jun 1, 2022
0
2

Debugging a JVM Crash for LinkedIn – Part 3

Brian Stafford
Brian Stafford

Introduction Welcome to Part 3 of our investigation into a JVM crash for LinkedIn. This blog post concludes the investigation we began in Debugging a JVM Crash for LinkedIn - Part 1 and continued in Debugging a JVM Crash for LinkedIn - Part 2. In Part 2, we analyzed the core dump and the instruction where the JVM crashed to find clues as to the ca...

Java
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
Dec 14, 2020
3
0

Java on Visual Studio Code Update – November 2020

Yaojin Yang
Yaojin Yang

In this update, we are excited to announce a new wizard for Java runtime configuration. The wizard streamlines JDK configuration experience for your project. Please, try it and let us know how you like it. In addition, we share two enhancement features, 1) infer selection range from cursor position and 2) export JAR through custom task.

JavaOpen SourceVisual Studio Code
Sep 4, 2020
4
0

About Upgrading to Java 11 for VS Code for Java

Yaojin Yang
Yaojin Yang

Since the introduction of Java 11 requirement for running VS Code for Java, we have constantly heard from our users that they thought Java 8 is no longer supported, which is NOT true. In this blog, we will explain the requirement itself and provide steps for you to upgrade smoothly and quickly without impact your project.

JavaVisual Studio Code
Jun 28, 2020
6
0

Java on Visual Studio Code Update – June 2020

Yaojin Yang
Yaojin Yang

Java on VS Code update for June introduces Java installer pack for MacOS and code completion for Lightweight Mode. This edition also reminds that soon, Java 11 or above version will be required to run your VS Code for Java.

JavaOpen SourceVisual Studio Code