Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Java 9 in one slide
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
forax
April 18, 2016
Programming
0
210
Java 9 in one slide
Java 9 summarized in one slide
forax
April 18, 2016
Tweet
Share
More Decks by forax
See All by forax
What is Java ?
forax
0
54
The sinuous path to Valhalla
forax
0
140
The sinuous path to Valhalla
forax
0
210
Doom, gloom or loom
forax
0
190
Kata retrospective in Java 11
forax
0
620
java.lang.invoke whisper to the JIT for speed gain
forax
3
520
Tu modules ?
forax
0
350
Tu Modules ?
forax
0
130
Tu modules ?
forax
0
110
Other Decks in Programming
See All in Programming
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
260
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
160
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
450
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
240
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
130
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
150
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
180
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
130
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
9
2.8k
文字コードの話
qnighy
44
17k
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
72
12k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
100
Scaling GitHub
holman
464
140k
Visualization
eitanlees
150
17k
Designing for Performance
lara
611
70k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
The Curious Case for Waylosing
cassininazir
0
270
Un-Boring Meetings
codingconduct
0
220
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
A Soul's Torment
seathinner
5
2.4k
Transcript
Java 9 in one slide New Version Scheme (semver 9.0.0)
Language – Milling Project Coin – val/var ? – Enhanced deprecation JShell Javadoc (HTML5 doclet + search) VM – G1 enable by default + interned string in CDS – Compact String – Indify string concatenation – Enhanced java.lang.invoke API Jigsaw – modular JDK, encapsulate internal APIs, packaging, jlink, etc... JDK API – Factory method for collections (List.of(), Set.of(), Map.of()/ofEntries()) – Support HTTP 2 / WebSocket – VarHandle + java.util.concurrent enhancement – Stack Walking