Showing results for Open Source - Microsoft for Java Developers

Mar 7, 2022
0
0

Join us at Microsoft JDConf 2022

Nate Ceres
Nate Ceres

Join us for the second Microsoft JDConf event on May 4-5, 2022. JDConf is a virtual, Java focused conference where developers can come together to share interesting topics and stay engaged. Learn about the latest cloud development trends, best practices, tips, tricks, and more.

JavaOpen SourceVisual Studio Code
Aug 25, 2021
0
0

Join Microsoft at SpringOne 2021

Nate Ceres
Nate Ceres

Microsoft has our biggest ever presence at SpringOne this year. We’re excited to share a range of sessions across topics, all in close partnership with VMware.

JavaOpen Source
Apr 6, 2021
11
1

Announcing Microsoft Build of OpenJDK

Bruno Borges
Bruno Borges

Today we are excited to announce the preview of the Microsoft Build of OpenJDK, a new Long-Term Support (LTS) distribution of OpenJDK that is open source and available for free for anyone to deploy anywhere. It includes binaries for Java 11, based on OpenJDK 11.0.10, on x64 server and desktop environments on macOS, Linux, and Windows.

JavaOpen SourceOpenJDK
Oct 29, 2019
0
0

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
Oct 23, 2017
0
0

Open Sourcing the Java Debugger for Visual Studio Code

Xiaokai He
Xiaokai He

Since we first released our Java Debugger extension for Visual Studio Code on September 28, it quickly became the most trending extension of the month. And of course, lots of feedback and suggestions were submitted from our active developer community. You shared, we listened. In this quick follow up release, we’re open sourcing both our Java Debugg...

Open Source