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
190
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
100
The sinuous path to Valhalla
forax
0
160
Doom, gloom or loom
forax
0
160
Kata retrospective in Java 11
forax
0
530
java.lang.invoke whisper to the JIT for speed gain
forax
3
480
Tu modules ?
forax
0
310
Tu Modules ?
forax
0
89
Tu modules ?
forax
0
65
amber.pdf
forax
0
150
Other Decks in Programming
See All in Programming
「影響が少ない」を自分の目でみてみる
o0h
PRO
2
940
AI Coding Agent Enablement - エージェントを自走させよう
yukukotani
13
5.7k
Day0 初心者向けワークショップ実践!ソフトウェアテストの第一歩
satohiroyuki
0
830
AHC 044 混合整数計画ソルバー解法
kiri8128
0
320
Develop Faster With FrankenPHP
dunglas
2
3.2k
マルチアカウント環境での、そこまでがんばらない RI/SP 運用設計
wa6sn
0
710
State of Namespace
tagomoris
3
500
gen_statem - OTP's Unsung Hero
whatyouhide
1
190
Do Dumb Things
mitsuhiko
0
410
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
1.1k
S3静的ホスティング+Next.js静的エクスポート で格安webアプリ構築
iharuoru
0
220
CRE Meetup!ユーザー信頼性を支えるエンジニアリング実践例の発表資料です
tmnb
0
620
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
135
33k
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
The Invisible Side of Design
smashingmag
299
50k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The Cost Of JavaScript in 2023
addyosmani
49
7.7k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
23
2.6k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
9
740
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
Producing Creativity
orderedlist
PRO
344
40k
Designing for Performance
lara
607
69k
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