SlideShare a Scribd company logo
Java 9 Features
Mayank Patel
Application Architect - Oildex, a service of Transzap
/Linkedin @maxy_ermayank
Countdown to Java 9 Release Date
Update: Jigsaw Delays Push Java 9 Launch Date to 2017 - Read more
Days until Java 9 is officially released
 Tweet this
2 2 6
11.8.2014
First Features Announced
|
|
3.12.2014
4.5.2015
May the 4th Be With You
|
|
26.5.2016
11.8.2016
All Tests Run
|
|
20.10.2016
26.1.2017
Release Candidate
|
|
23.3.2017
What Is project Jigsaw?
The primary goals of this Project are to:
Make the Java SE Platform, and the JDK, more easily scalable down
to small computing devices;
Improve the security and maintainability of Java SE Platform
Implementations in general, and the JDK in particular;
Enable improved application performance; and
Make it easier for developers to construct and maintain libraries
and large applications, for both the Java SE and EE Platforms.
New Features
Features I am excited about
Java + REPL = jshell
Microbenchmarks are coming (Module system)
Will G1 be the new default garbage collector? (There are four
Garbage Collectors)
HTTP 2.0 is the future
The process API just got a huge boost
REPL = JShell
REPL
Jshell
Microbenchmarks are coming
JMH
Microbenchmark Suite
Will G1 be the new default garbage
collector?
Garbage Collectors - Serial vs. Parallel vs. CMS vs. G1 (and what’s
new in Java 8)
Make G1 the Default Garbage Collector
HTTP 2.0 is the future
HTTP/2 Client
The process API just got a huge boost
Process API Updates
Modular Run-Time Images
The State of the Module System
Faster startup, smaller footprint
Java 9 and Beyond
Java 9 and Beyond
Example
module fi.solita.blogster {
requires fi.solita.iotdriver;
requires java.sql;
exports fi.solita.blogster.alpha;
exports fi.solita.blogster.beta;
}
Versioning Example
module .solita.crawlingturtle @ 0.1 {
requires fi.solita.noisebox @ 1.2;
}
Module vs Package Dependency
Light Weight JSON API. Money and Currency API
_ no longer allowed as a one-character identi er
New Version-String Scheme
Java Dependency Analysis Tool
What is Going Away?
Disable SHA-1 Certi cates
What can you do to prepare?
Check code for usages of JDK-internal APIs with jdeps
Check code that might be sensitive to the version change
Check code for uses of underscore as an identi er
If you develop tools then check code for a dependency on rt.jar or
tools.jar or the runtime-image layout
Test the JDK 9 EA builds and Project Jigsaw EA builds
How and When I can access ?
JDK™ 9 Early Access Releases
Resources
Project jigsaw: Talks
Benjamin Schimd Talk
Examples
Thank You!

More Related Content

What's hot (20)

PDF
Java 9 preview
Ivan Krylov
 
PPTX
Java 9 Modularity and Project Jigsaw
Comsysto Reply GmbH
 
PDF
Migrating to Java 9 Modules
Sander Mak (@Sander_Mak)
 
PDF
Illia shestakov - The Future of Java JDK #9
Anna Shymchenko
 
PDF
Modular Java applications with OSGi on Apache Karaf
Ioan Eugen Stan
 
PDF
Java modularity: life after Java 9
Sander Mak (@Sander_Mak)
 
PDF
Java 9 Modularity in Action
Sander Mak (@Sander_Mak)
 
PDF
Testing the Enterprise layers, with Arquillian
Virtual JBoss User Group
 
PDF
Java 9 and Project Jigsaw
DPC Consulting Ltd
 
PDF
점진적인 레거시 웹 애플리케이션 개선 과정
Arawn Park
 
PDF
JDK-9: Modules and Java Linker
Bhanu Prakash Gopularam
 
PDF
Short Lived Tasks in Cloud Foundry #cfdtokyo
Toshiaki Maki
 
PDF
Java11 New Features
Haim Michael
 
PDF
Implementing your own Google App Engine
Virtual JBoss User Group
 
PDF
Pitfalls of migrating projects to JDK 9
Pavel Bucek
 
PPTX
Java modules using project jigsaw@jdk 9
Mauricio "Maltron" Leal
 
PPTX
55 New Features in JDK 9
Simon Ritter
 
PPTX
Integration testing dropwizard
Michal Rutkowski, Ph.D.
 
PPTX
Migration Spring PetClinic to Quarkus
Jonathan Vila
 
PPT
Play framework
sambaochung
 
Java 9 preview
Ivan Krylov
 
Java 9 Modularity and Project Jigsaw
Comsysto Reply GmbH
 
Migrating to Java 9 Modules
Sander Mak (@Sander_Mak)
 
Illia shestakov - The Future of Java JDK #9
Anna Shymchenko
 
Modular Java applications with OSGi on Apache Karaf
Ioan Eugen Stan
 
Java modularity: life after Java 9
Sander Mak (@Sander_Mak)
 
Java 9 Modularity in Action
Sander Mak (@Sander_Mak)
 
Testing the Enterprise layers, with Arquillian
Virtual JBoss User Group
 
Java 9 and Project Jigsaw
DPC Consulting Ltd
 
점진적인 레거시 웹 애플리케이션 개선 과정
Arawn Park
 
JDK-9: Modules and Java Linker
Bhanu Prakash Gopularam
 
Short Lived Tasks in Cloud Foundry #cfdtokyo
Toshiaki Maki
 
Java11 New Features
Haim Michael
 
Implementing your own Google App Engine
Virtual JBoss User Group
 
Pitfalls of migrating projects to JDK 9
Pavel Bucek
 
Java modules using project jigsaw@jdk 9
Mauricio "Maltron" Leal
 
55 New Features in JDK 9
Simon Ritter
 
Integration testing dropwizard
Michal Rutkowski, Ph.D.
 
Migration Spring PetClinic to Quarkus
Jonathan Vila
 
Play framework
sambaochung
 

Viewers also liked (10)

PDF
Git
Mayank Patel
 
PPTX
JDK 9: Big Changes To Make Java Smaller
Simon Ritter
 
PDF
Embracing Reactive Streams with Java 9 and Spring 5
Wilder Rodrigues
 
PDF
What's New in Java SE 9
Yuichi Sakuraba
 
PPTX
자바9 특징 (Java9 Features)
Chang-Hwan Han
 
PPTX
Java 9 Functionality and Tooling
Trisha Gee
 
PDF
Real World Java 9 (QCon London)
Trisha Gee
 
PDF
What to expect from Java 9
Ivan Krylov
 
PDF
Java9 특징 훑어보기
duriepark 유현석
 
PPTX
55 New Features in Java SE 8
Simon Ritter
 
JDK 9: Big Changes To Make Java Smaller
Simon Ritter
 
Embracing Reactive Streams with Java 9 and Spring 5
Wilder Rodrigues
 
What's New in Java SE 9
Yuichi Sakuraba
 
자바9 특징 (Java9 Features)
Chang-Hwan Han
 
Java 9 Functionality and Tooling
Trisha Gee
 
Real World Java 9 (QCon London)
Trisha Gee
 
What to expect from Java 9
Ivan Krylov
 
Java9 특징 훑어보기
duriepark 유현석
 
55 New Features in Java SE 8
Simon Ritter
 
Ad

Similar to Java 9 and Beyond (20)

PDF
A Journey through the JDKs (Java 9 to Java 11)
Markus Günther
 
PPTX
What’s expected in Java 9
Gal Marder
 
PPTX
Java 9: Deep Dive into Modularity and Dealing with Migration Issues
GlobalLogic Ukraine
 
PPTX
An introduction to Java 9 & Its Features
NexSoftsys
 
PDF
Haj 4344-java se 9 and the application server-1
Kevin Sutter
 
PDF
Real World Java 9
Trisha Gee
 
PPTX
Java 9 sneak peek
Martin Toshev
 
PDF
Java 9 / Jigsaw - LJC / VJUG session (hackday session)
Mani Sarkar
 
PPTX
Real World Java 9 - JetBrains Webinar
Trisha Gee
 
PPTX
Java 9 Module System Introduction
Dan Stine
 
PDF
How can your applications benefit from Java 9?
EUR ING Ioannis Kolaxis MSc
 
PDF
What's new in java 9?
Trayan Iliev
 
PDF
Java 9 / Jigsaw - AJUG/VJUG session
Mani Sarkar
 
PDF
Java 9-10 What's New
Nicola Pedot
 
PDF
JDD2015: Taste of new in Java 9 - Arkadiusz Sokołowski
PROIDEA
 
PDF
Java >= 9
Benjamin Pack
 
PPTX
Real World Java 9
Trisha Gee
 
PPT
Java8 - Under the hood
Lakshmi Narasimhan
 
PPTX
Real World Java 9
Trisha Gee
 
PDF
What we can expect from Java 9 by Ivan Krylov
J On The Beach
 
A Journey through the JDKs (Java 9 to Java 11)
Markus Günther
 
What’s expected in Java 9
Gal Marder
 
Java 9: Deep Dive into Modularity and Dealing with Migration Issues
GlobalLogic Ukraine
 
An introduction to Java 9 & Its Features
NexSoftsys
 
Haj 4344-java se 9 and the application server-1
Kevin Sutter
 
Real World Java 9
Trisha Gee
 
Java 9 sneak peek
Martin Toshev
 
Java 9 / Jigsaw - LJC / VJUG session (hackday session)
Mani Sarkar
 
Real World Java 9 - JetBrains Webinar
Trisha Gee
 
Java 9 Module System Introduction
Dan Stine
 
How can your applications benefit from Java 9?
EUR ING Ioannis Kolaxis MSc
 
What's new in java 9?
Trayan Iliev
 
Java 9 / Jigsaw - AJUG/VJUG session
Mani Sarkar
 
Java 9-10 What's New
Nicola Pedot
 
JDD2015: Taste of new in Java 9 - Arkadiusz Sokołowski
PROIDEA
 
Java >= 9
Benjamin Pack
 
Real World Java 9
Trisha Gee
 
Java8 - Under the hood
Lakshmi Narasimhan
 
Real World Java 9
Trisha Gee
 
What we can expect from Java 9 by Ivan Krylov
J On The Beach
 
Ad

More from Mayank Patel (7)

PDF
Credential store using HashiCorp Vault
Mayank Patel
 
PDF
CI/CD Pipeline as a Code using Jenkins 2
Mayank Patel
 
PDF
Amazon Web Services EC2 Container Service (ECS)
Mayank Patel
 
PDF
Json web token
Mayank Patel
 
PDF
Docker
Mayank Patel
 
PDF
Quality culture
Mayank Patel
 
PDF
Scala days 2016 overview
Mayank Patel
 
Credential store using HashiCorp Vault
Mayank Patel
 
CI/CD Pipeline as a Code using Jenkins 2
Mayank Patel
 
Amazon Web Services EC2 Container Service (ECS)
Mayank Patel
 
Json web token
Mayank Patel
 
Docker
Mayank Patel
 
Quality culture
Mayank Patel
 
Scala days 2016 overview
Mayank Patel
 

Recently uploaded (20)

PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 

Java 9 and Beyond