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
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
57
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
PHPのバージョンアップ時にも役立ったAST(2026年版)
matsuo_atsushi
0
140
How to stabilize UI tests using XCTest
akkeylab
0
130
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
470
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
1k
Docコメントで始める簡単ガードレール
keisukeikeda
1
120
安いハードウェアでVulkan
fadis
0
500
AI 開発合宿を通して得た学び
niftycorp
PRO
0
150
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
190
Claude Codeログ基盤の構築
giginet
PRO
7
3.4k
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.4k
Featured
See All Featured
Code Review Best Practice
trishagee
74
20k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
240
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
110
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
90
How to Think Like a Performance Engineer
csswizardry
28
2.5k
Embracing the Ebb and Flow
colly
88
5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
210
Statistics for Hackers
jakevdp
799
230k
The Language of Interfaces
destraynor
162
26k
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