1 / 70
文档名称:

JVM定制改进 @ 淘宝.pdf

格式:pdf   页数:70
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

JVM定制改进 @ 淘宝.pdf

上传人:翩仙妙玉 2012/6/25 文件大小:0 KB

下载得到文件列表

JVM定制改进 @ 淘宝.pdf

文档介绍

文档介绍:Kris Mok, Software Engineer, Taobao
***@rednaxelafx
莫枢/“撒迦”
JVM @ Taobao
Agenda
Customization
Tuning
JVM @ Taobao
Open Source
Training
INTRODUCTION
Java Strengths
• Good abstraction
• Good performance
• Good tooling (IDE, profiler, etc.)
• Easy to recruit good programmers
Java Weaknesses
• Tension between “abstraction leak” and
performance
– Abstraction and performance don’t always
come together
• More control/info over GC and object
overhead wanted sometimes
Our Team
• Domain-puting Team
– performance- and efficency-oriented
– specific solutions to specific problems
– do the low-level plumbing to leverage new
technologies
– we’re hiring!
Our Team (cont.)
• Current Focus
– JVM-level customization/tuning
• based on HotSpot Express 20 from OpenJDK
– pression card integration with
Hadoop
JVM CUSTOMIZATION
@ TAOBAO
Themes
• Performance
• Monitoring/Diagnostics
• Stability