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
forax
April 18, 2016
Programming
0
180
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
The sinuous path to Valhalla
forax
0
92
The sinuous path to Valhalla
forax
0
150
Doom, gloom or loom
forax
0
150
Kata retrospective in Java 11
forax
0
490
java.lang.invoke whisper to the JIT for speed gain
forax
3
480
Tu modules ?
forax
0
300
Tu Modules ?
forax
0
81
Tu modules ?
forax
0
60
amber.pdf
forax
0
140
Other Decks in Programming
See All in Programming
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
220
Linux && Docker 研修/Linux && Docker training
forrep
24
4.5k
CSS Linter による Baseline サポートの仕組み
ryo_manba
1
110
楽しく向き合う例外対応
okutsu
0
150
PHP ステートレス VS ステートフル 状態管理と並行性 / php-stateless-stateful
ytake
0
100
PHPカンファレンス名古屋2025 タスク分解の試行錯誤〜レビュー負荷を下げるために〜
soichi
1
210
Honoとフロントエンドの 型安全性について
yodaka
7
1.3k
Open source software: how to live long and go far
gaelvaroquaux
0
640
2024年のWebフロントエンドのふりかえりと2025年
sakito
3
250
Bedrock Agentsレスポンス解析によるAgentのOps
licux
3
850
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
521
39k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Unsuck your backbone
ammeep
669
57k
RailsConf 2023
tenderlove
29
1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
330
KATA
mclloyd
29
14k
Six Lessons from altMBA
skipperchong
27
3.6k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
It's Worth the Effort
3n
184
28k
BBQ
matthewcrist
87
9.5k
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