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
210
0
Share
Java 9 in one slide
Java 9 summarized in one slide
forax
April 18, 2016
More Decks by forax
See All by forax
What is Java ?
forax
0
59
The sinuous path to Valhalla
forax
0
140
The sinuous path to Valhalla
forax
0
210
Doom, gloom or loom
forax
0
200
Kata retrospective in Java 11
forax
0
620
java.lang.invoke whisper to the JIT for speed gain
forax
3
530
Tu modules ?
forax
0
350
Tu Modules ?
forax
0
130
Tu modules ?
forax
0
110
Other Decks in Programming
See All in Programming
仕様漏れ実装漏れをなくすトレーサビリティAI基盤のご紹介
orgachem
PRO
8
3.7k
今こそ押さえておきたい アマゾンウェブサービス(AWS)の データベースの基礎 おもクラ #6版
satoshi256kbyte
1
210
RailsのValidatesをSwift Macrosで再現してみた
hokuron
0
140
Nuxt Server Components
wattanx
0
220
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1.3k
Tamach-sre-3_ANDPAD-shimaison93
mane12yurks38
0
210
LM Linkで(非力な!)ノートPCでローカルLLM
seosoft
0
290
Strategy for Finding a Problem for OSS: With Real Examples
kibitan
0
130
Mastering Event Sourcing: Your Parents Holidayed in Yugoslavia
super_marek
0
130
安いハードウェアでVulkan
fadis
1
850
Codex CLIのSubagentsによる並列API実装 / Parallel API Implementation with Codex CLI Subagents
takatty
2
730
AI時代のシステム設計:ドメインモデルで変更しやすさを守る設計戦略
masuda220
PRO
6
1.1k
Featured
See All Featured
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
240
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
61
43k
Fireside Chat
paigeccino
42
3.9k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Designing for Timeless Needs
cassininazir
0
180
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
920
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
230
Typedesign – Prime Four
hannesfritz
42
3k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
The SEO identity crisis: Don't let AI make you average
varn
0
430
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
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