VP Engineering, Java SE Platform, Oracle. "The statements and opinions expressed here are my own and do not necessarily represent those of Oracle Corp.”
JVM's ZGC Generational and JIT pushing the performance limit 1.5 Million msg/s at P50 3.88 ms and P99.9 8ms latency!
https://t.co/QgaFMonQ25
"Java for the AI world"
#Java#AI#ZGC#JIT
JDK 27 enters Rampdown Phase One next week on Thursday, 4 June 😃 Changes intended for JDK 27 should be in the main-line repository (https://t.co/ocCqX5N0kh) by 16:00 UTC on that day!
"Java for the AI world"
#JDK27#OpenJDK
Project Panama FFM simpler, secure and efficient Java to/from native interoperability is enabling a number of innovations: Project Detroit for Python and JavaScript interoperability. Project Brisbane for FIPS-140 OpenSSL support.
https://t.co/sHEczfvd48
"Java for the AI world"
We contributed the source code for the OpenJDK Project Brisbane, a Java Cryptographic provider for FIPS 140 environments that is based on OpenSSL. Brisbane leverages Project Panama/FFM to implement the Java binding! https://t.co/8r6s6OUKuw
"Java for the AI world"
#Java#AI#FIPS
Improved GC CPU profiling in JDK 26 with MemoryMXBean.getTotalGcCpuTime() to expose GC CPU cost as an observable metric :-)
https://t.co/hmYY41KJvX
"Java for the AI world"
#Java#AI#GC#Profiling
Updated JEP Preview to allow pattern matching to use primitive types to provide easy-to-use constructs for data processing targeted to JDK 27 :-)
https://t.co/Ka14A0ONJH
"Java for the AI world"
#Java#AI#JDK27
JVM optimization isn’t an afterthought. It’s deliberately engineered. Through dynamic profiling and C2 JIT compilation, the JVM can make generic code perform close to specialized code!
https://t.co/z3UZbdPfj8
"Java for the AI world"
#Java#AI#JIT
New VSCode Java extension 25.1.0 available! Improve support for JDK 26, Java Notebook enhancements and bug fixes :-)
https://t.co/lFJAvJQPUy
"Java for the AI world"
#java#IDE#VSCode
Securing the Java platform remains our #1 priority. Java is actively preparing for the transition to Post-Quantum Cryptography :-)
https://t.co/V4R0mNj6Yj
"Java for the AI world"
#Java#PQC#AI
We published another Valhalla EA build for JEP 401 (Value Classes and Objects) a couple weeks ago. Lot of bug fixes and improved performance. Enabling more efficient Java object representations and new class representations for AI.
https://t.co/WmOUHcsUD2
"Java for the AI world"
Project Panama at the center of Java AI adoption by providing a simpler, more efficient and secure access to native AI libraries :-)
https://t.co/5kLTY2Ruyz
"Java for the AI world"
#java#AI#FFM
@JavaOne, some nice efficiency improvements in the JVM C1/C2 JIT compiler compile time between JDK 21 and 26 while improving performance. More CPU cycles to the application :-)
"Java for the AI world"
#java#JIT#AI#Compiler