学习JVM的References

Posted on

学习JVM的References

BlueDavy之技术blog

{互联网,OSGi,Java, High Scalability, High Performance,HA}

学习JVM的References

Nov 16

bluedavyjvm jvm, references 15 Comments 本blog中列举了我学习JVM的references,会不断的更新,为了避免版权问题,就不在blog上提供references的下载了,感兴趣的同学可自行下载或购买,:) 大多数的论文可从此下载:http://citeseer.ist.psu.edu/index.jsp 同时推荐@rednaxelafx 整理的jvm的参考资料:http://goo.gl/oXmRQ

References |— Towards a Renaissance VM |— Oracle JRockit The Definitive Guide |— JVM Magic |— JAVA虚拟机中文第二版 |— Java Lang Spec 3.0 |— Inside Out A Modern Virtual Machine Revealed |— Hotspot Overview |— Azul’s JVM experiences |— A Crash Course in Modern Hardware |— [ adaptive ] |— Understanding Adaptive Runtimes |— Adaptive Optimization of Java Real-time |— Adaptive Optimization in the Jalapeno JVM |— [ compiler ] |— The Java HotSpotTM Server Compiler |— Tailoring Graph-coloring Register Allocation For Runtime Compilation |— Linear Scan Register Allocation |— Design of the Java HotSpotTM Client Compiler for Java 6 |— [ concurrent ] |— The.Art.of.Multiprocessor.Programming.Mar.2008 |— The Concurrency Revolution The Hardware Story |— Multithreaded Programming Guide |— JVM Continuations |— java.util.concurrent Synchronizer Framework |— Java Concurrency Gotchas |— Groovy and Concurrency |— concurrent programming without locks |— Concurrency Grab Bag |— Alternative Concurrency Paradigms For the JVM |— Accelerating Java Workloads via GPUs |— A Scalable Lockfree Stack Algorithm |— A Concurrent Dynamic Analysis Framework |— [ io ] |— Asynchronous IO Tricks and Tips |— [ memory management ] |— Tuning Java Memory Manager |— The Ghost in the Virtual Machine A Reference to References |— The Garbage Collection Mythbusters |— SuperSizingJava |— Step by Step GC Tuning in the HotSpot Java Virtual Machine |— parallel gc ppt |— Oracle JDBC Memory Management |— NUMA-Aware-Java-Heaps-for-Server-Applications |— memorymanagement_whitepaper |— markcompact_gc ppt |— Leak Pruning |— GC Vs Explicit MM |— GC Tuning in the hotspot |— Garbage Collection and Memory Architecture |— Garbage Collection Algorithms For Automatic Dynamic Memory Management – Richard Jones |— [ Hotspot GC论文 ] |— Parallel Garbage Collection for Shared Memory Multiprocessors |— Garbage First Garbage Collector |— A Generational Mostly-concurrent Garbage Collector |— [ 其他JVM GC ] |— The pauseless gc |— Immix A Mark-Region Garbage Collector |— How to write a distributed gc |— GC Nirvana High Throughput And Low Latency Together |— [ monitoring and profiling ] |— Where Does All the Native Memory Go |— What’s Happening with My Application JVM Monitoring Tool |— Practical Lessons in Memory Analysis |— MonitoringGuide |— Microarchitectural Characterization of Production JVMs and JavaWorkloads |— Going Beyond Memory Leaks Debugging Java from Dumps, Using Memory Analyzer |— Diagnosing and Fixing Memory Leaks in Web Applications Tips from the Front Line |— [ osrelated ] |— poll-epoll_2 |— poll-epoll_1 |— memory systems |— Linux内核源代码情景分析 |— linux_cpu_scheduler |— Linux 内核中断内幕 |— Linux System and Performance Monitoring |— cpumemory |— [ performance ] |— Towards Performance Measurements for the Java Virtual Machine’s invokedynamic |— Thinking clearly about performance |— The Impact of Performance Asymmetry in Emerging Multicore Architectures |— the art of benchmarking |— Techniques for Obtaining High Performance in Java Programs |— Pipelining for Performance |— Performance myths and legends |— Performance Java Versus C |— How to Tune and Write Low-Latency Applications on the Java Virtual Machine |— How to Get the Most Performance from Sun JVM on Intel? Multi-Core Servers |— Comparing the Performance of Web Server Arch |— A Common API for Measuring Performance

BTrace使用简介 JRockit读书笔记I — Java代码的高效执行

15 Comments (+add yours?)

  1. yangwm Nov 16, 2010 @ 20:34:17 顶!
  2. ikbear Nov 16, 2010 @ 21:29:26 顶!收藏了!
  3. ximengbao Nov 27, 2010 @ 17:01:53 没人留言么 那我留一句
  4. alipay_fred Dec 03, 2010 @ 20:17:48 Bohem GC 还是值得一开

另外richard Jones 明年有本新书 关于GC的 期待中。。。

另外 今年ISMM 2011 的一些会议论文也很 insightfull

  1. bluedavy Dec 04, 2010 @ 21:51:35 恩,感谢建议,:)
  2. 如烟 Dec 20, 2010 @ 22:40:44 搜索过来的,这个还是挺有帮助的,谢了
  3. jilen Jan 01, 2011 @ 22:23:49 给力啊,毕玄同学
  4. clark Feb 11, 2011 @ 14:39:54 楼主同学你好厉害啊,对于我们一般人,这些书都看完,人会不会翘掉??
  5. bluedavy Feb 15, 2011 @ 21:34:00 哈哈,只要有兴趣,看完应该还是正常滴…
  6. lorb Mar 22, 2011 @ 11:28:05 赞,发现好多博客的参考链接都指到这儿 在国内这么浮躁的技术氛围中的一方净土,偶像ORZ JVM相关的中文书籍太少,能否写一本
  7. milo Jun 09, 2011 @ 23:18:15 大侠,请教一个很弱智的问题,最近jboss老出现:java.lang.OutOfMemoryError: nativeGetNewTLA 错误,我想请问 nativeGetNewTLA 有什么含义,因为当我看到java.lang.OutOfMemoryError: allocLargeObjectOrArray 时,根据allocLargeObjectOrArray可大概知道是在堆上为大对象或数组对象分配空间时内存不够了,所以我想nativeGetNewTLA 应该能告诉我点什么。google 上看了很多,不理想,想请教你,另外有没有什么文档对这个OutOfMemoryError错误的各种message做个大概的说明。
  8. bluedavy Jun 10, 2011 @ 11:57:18 …这是java crash后出现的错误信息吧? 也许可以看看这个里面关于OOM的说明:http://blog.bluedavy.com/?p=200
  9. cheto Aug 18, 2011 @ 13:05:15 JRocket The Definite Guide 这一类原版书要怎么才能买到?是不是要代购啊
  10. bluedavy Aug 18, 2011 @ 20:30:29 @cheto,恩,是滴,在国内没有引入影像版前,就只有代购了,或者买电子版吧。

    Leave a Reply

Cancel

Name (required)

Mail (required)

Website

CAPTCHA Image

Refresh Image

CAPTCHA Code /*


July 2013 M T W T F S S « Mar 1234567 891011121314 15161718192021 22232425262728 293031

Categories

Tags

btrace c1 c2 Deflater facebook gc gc tuning Grizzly HBase hotspot Inflater interpreter javac java code generation JavaOne javaone general technical session java代码执行 Java 并发 jit jvm memory management Native Memory Leak NoSQL oom oracle keynote pessimism policy references RPC serial gc SOA sun jdk sun jdk oom Web容量规划的艺术 yuanzhuo 书:分布式Java应用 书评 互联网技术 交流 内存管理 分布式Java应用 圆桌交流 容量规划 悲观策略 服务框架 硅谷公司

订阅

推荐书籍

My Book

© BlueDavy之技术blog 2013

Icons & Wordpress Theme by N.Design

希望本站内容对您有点用处,有什么疑问或建议请在后面留言评论
转载请注明作者(RobinChia)和出处 It so life ,请勿用于任何商业用途