Showing results for Desktop - Microsoft for Java Developers

Jan 20, 2022
Post comments count9
Post likes count0

Java on Visual Studio Code Update – January 2022

Nick Zhu
Nick Zhu

Hi everyone, welcome to the January edition of Visual Studio Code Java update! Since this is our first blog post of the new year, we are going to look back on highlights of 2021 and take a look at our roadmap for 2022! We also have some exciting feature updates so let us get started. Highlights of 2021 2021 was a productive year for Java on Visua...

JavaOpen SourceVisual Studio Code
Dec 15, 2021
Post comments count0
Post likes count0

Java on Visual Studio Code Update – November 2021

Nick Zhu
Nick Zhu

Hi everyone, welcome to the November edition of the Visual Studio Code Java update! In this end-of-year post, we are going to look at several new improvements related to fundamental Java development experience as well as our updates related to encoding issues. Inner-loop dev experience directly impacts developer's day-to-day productivity and thi...

JavaOpen SourceVisual Studio Code
Oct 29, 2019
Post comments count0
Post likes count0

AOT Compilation in HotSpot: Introduction

Ludovic Henry
Ludovic Henry

Introduce the AOT Compiler that was introduced in Java 9 with the addition of the jaotc command-line utility. Explore some of the tradeoffs it needs to take, how the generated code fits in the Tiered Compilation pipeline, go through a simple example, and take a look at some alternatives (JIT at Startup, JIT caching, and Distributed JIT).

Open SourceCloudDesktop