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
200
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
50
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
100
Other Decks in Programming
See All in Programming
Package Management Learnings from Homebrew
mikemcquaid
0
270
AIによる高速開発をどう制御するか? ガードレール設置で開発速度と品質を両立させたチームの事例
tonkotsuboy_com
7
2.5k
Apache Iceberg V3 and migration to V3
tomtanaka
0
210
生成AIを使ったコードレビューで定性的に品質カバー
chiilog
1
300
その「common」ディレクトリ、腐っていませんか?
kinocoboy2
1
110
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
150
CSC307 Lecture 11
javiergs
PRO
0
580
izumin5210のプロポーザルのネタ探し #tskaigi_msup
izumin5210
1
380
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
4
320
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
220
OCaml 5でモダンな並列プログラミングを Enjoyしよう!
haochenx
0
160
CSC307 Lecture 06
javiergs
PRO
0
700
Featured
See All Featured
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
330
Abbi's Birthday
coloredviolet
2
4.9k
Ruling the World: When Life Gets Gamed
codingconduct
0
150
Context Engineering - Making Every Token Count
addyosmani
9
680
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
200
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
Chasing Engaging Ingredients in Design
codingconduct
0
120
It's Worth the Effort
3n
188
29k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
450
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
650
Bash Introduction
62gerente
615
210k
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