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
93
The sinuous path to Valhalla
forax
0
150
Doom, gloom or loom
forax
0
150
Kata retrospective in Java 11
forax
0
510
java.lang.invoke whisper to the JIT for speed gain
forax
3
480
Tu modules ?
forax
0
300
Tu Modules ?
forax
0
83
Tu modules ?
forax
0
61
amber.pdf
forax
0
140
Other Decks in Programming
See All in Programming
ナレッジイネイブリングにAIを活用してみる ゆるSRE勉強会 #9
nealle
0
160
Django NinjaによるAPI開発の効率化とリプレースの実践
kashewnuts
1
290
コードを読んで理解するko build
bells17
1
110
「個人開発マネタイズ大全」が教えてくれたこと
bani24884
1
280
Go 1.24でジェネリックになった型エイリアスの紹介
syumai
2
300
もう僕は OpenAPI を書きたくない
sgash708
6
1.9k
ML.NETで始める機械学習
ymd65536
0
240
AWS Step Functions は CDK で書こう!
konokenj
4
750
Better Code Design in PHP
afilina
0
180
SwiftUI Viewの責務分離
elmetal
PRO
2
280
Honoとフロントエンドの 型安全性について
yodaka
7
1.5k
pylint custom ruleで始めるレビュー自動化
shogoujiie
0
160
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
35
1.6k
Designing for humans not robots
tammielis
250
25k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Facilitating Awesome Meetings
lara
53
6.3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A Tale of Four Properties
chriscoyier
158
23k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Producing Creativity
orderedlist
PRO
344
40k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
The Language of Interfaces
destraynor
156
24k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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