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
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
53
The sinuous path to Valhalla
forax
0
130
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
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
190
Beyond the Basics: Signal Forms
manfredsteyer
PRO
0
100
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
4
350
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
CSC307 Lecture 11
javiergs
PRO
0
580
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
200
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
2.8k
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
190
AIによる開発の民主化を支える コンテキスト管理のこれまでとこれから
mulyu
3
2.1k
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
Premier Disciplin for Micro Frontends Multi Version/ Framework Scenarios @OOP 2026, Munic
manfredsteyer
PRO
0
190
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Designing for Timeless Needs
cassininazir
0
150
A Soul's Torment
seathinner
5
2.4k
Six Lessons from altMBA
skipperchong
29
4.2k
Between Models and Reality
mayunak
1
210
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
140
Music & Morning Musume
bryan
47
7.1k
From π to Pie charts
rasagy
0
140
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Ruling the World: When Life Gets Gamed
codingconduct
0
160
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