Showing results for OpenJDK - Microsoft for Java Developers

Jun 10, 2024
0
4

Improved Performance of TLS 1.3 in Java JDK 8

Bruno Borges Bruno Borges

Transport Layer Security (TLS) 1.3 is the latest version of the TLS protocol, built on the foundation of its predecessors, with significant improvements in terms of security, performance, and simplicity. TLS 1.3 is widely considered one of the most secure network protocols currently available. Support for TLS 1.3 across Microsoft Azure has ...

JavaOpen SourceOpenJDK
May 28, 2024
0
3

Improving OpenJDK Scalar Replacement – Part 1/3

Cesar Soares Cesar Soares

Scalar replacement (SR) is a powerful optimization technique in OpenJDK that aims to enhance the performance of Java applications by breaking down complex objects into simpler, more manageable scalar variables. In this three-part blog series, we will delve into the intricacies of scalar replacement and the enhancements we've contributed to the ...

JavaOpenJDK
Feb 7, 2024
1
0

Microsoft JDConf 2024 Announces Keynote Speaker and Breakout Sessions – Java, Cloud and AI

Asir Selvasingh Asir Selvasingh

Microsoft JDConf 2024 is just around the corner, making it the go-to event for Java developers everywhere. With 21 sessions, more than 10 hours of live streaming content, and even more to watch on-demand from March 27 to 28, this conference is your free ticket to the latest in Java technology, best practices, and what is next. Whether you are ...

JavaOpen SourceCloud
Jan 31, 2024
0
0

Meet the First Round of Speakers for Microsoft JDConf 2024: Where Java, Cloud, and AI Come Together

Asir Selvasingh Mark Heckler
Asir,
Mark

We are excited to announce the initial lineup of speakers for Microsoft JDConf 2024, the highly anticipated virtual Java developer conference. This event, scheduled for March 27-28, 2024, will bring together the realms of Java, Cloud, and AI. JDConf is poised to be a center for the latest in technology, offering opportunities for all developers to ...

JavaCloudOpenJDK
Jan 24, 2024
0
2

Microsoft Build of OpenJDK – January 2024 Patch & Security Update Release

Derek Keeler Bruno Borges
Derek,
Bruno

Java OpenJDK January 2024 Patch & Security Updates Happy New Year Java community! We are happy to announce the latest January 2024 patch & security update release for the Microsoft Build of OpenJDK . See the release notes  for detailed changes present in the Microsoft Build of OpenJDK binaries. And download  or install  the ...

JavaOpenJDK
Nov 29, 2023
0
0

Unveiling our 6-Month Roadmap for Java on Azure Developer Tools

Jialuo Gan Jialuo Gan

Hi everyone, welcome to the October update of Java on Azure Tooling. In this update, we will share our investments for the next few months of Java on Azure Developer Tools. Besides, we will also introduce the support for VMWare Tanzu App Accelerator extension in the VS Code Extension for Azure Spring Apps. We hope you enjoy these updates and have a...

JavaOpen SourceCloud
Sep 28, 2023
6
1

Announcing Microsoft Build of OpenJDK 21

Bruno Borges Bruno Borges

Today we are excited to share the Microsoft Build of OpenJDK 21 binaries for download. The release of Java 21, which includes both Language and Virtual Machine specifications changes, contains a series of features that sets Java 21 apart from many previous releases. Similarly to how Java 5 changed Java development with the introduction of Generics...

JavaOpenJDK
Sep 1, 2023
0
0

Java on Azure Tooling Update – August 2023

Jialuo Gan Jialuo Gan

Hi everyone, welcome to the August update of Java on Azure Tooling. In this update, we will introduce new application-centric view support to help developers manage and connect resources in one Project view and deployment status improvement for Azure App Service. We hope you like this feature and enjoy smooth experience with our Azure toolkit. ...

JavaVisual Studio CodeCloud
Aug 27, 2023
0
0

Important Notice: Update your Azure Toolkit to latest version before September 30, 2023

Jialuo Gan Jialuo Gan

We would like to inform you that the Docker host feature in Azure Toolkit will be affected by some internal architecture changes related to Azure Active Directory Graph API. For more details, please visit this page.   Please follow the steps below to check your versions of Azure Toolkit and update them if needed...

JavaOpen SourceVisual Studio Code
Aug 21, 2023
0
2

How Tiered Compilation works in OpenJDK

Cesar Soares Cesar Soares

The OpenJDK HotSpot runtime system is a complex piece of software that employs several techniques to optimize the execution of Java programs on the fly. The system is composed of two different compilers, one interpreter and several different Garbage Collectors, among several other components. These compilers are orchestrated in a tiered compilation...

JavaOpenJDK

Feedback