RednaxelaFX的读书主页

在读   · · ·  ( 21本 )

  • The School of Niklaus Wirth
  • Computer Organization and Design
  • Computer Architecture, Fifth Edition
  • The Garbage Collection Handbook
  • Java Performance

读过   · · ·  ( 182本 )

  • アクセル・ワールド〈1〉黒雪姫の帰還
  • 深度探索C++对象模型
  • 輪るピングドラム 試運転マニュアル公式スターティングガイド
  • 空色スクエア。 (4) (まんがタイムKRコミックス フォワードシリーズ)
  • Cradle(クレイドル)-深崎暮人画集-
  • シャイナ・ダルク~黒き月の王と蒼碧の月の姫君 4
  • シャイナ・ダルク~黒き月の王と蒼碧の月の姫君 3
  • シャイナ・ダルク~黒き月の王と蒼碧の月の姫君 2
  • シャイナ・ダルク 〜黒き月の王と蒼碧の月の姫君〜(1)
  • 魔法少女まどか☆マギカ 公式ガイドブック you are not alone

想读   · · ·  ( 77本 )

  • 读史阅世六十年
  • Merriam-Webster's Vocabulary Builder
  • Immutable Object
  • 编程原本
  • Professional Linux Kernel Architecture (Wrox Programmer to Programmer)
  • C++反汇编与逆向分析技术揭秘
  • The Linux® Kernel Primer
  • Domain-Specific Languages
  • Multicore Application Programming: for Windows, Linux, and Oracle Solaris (Developer's Library)
  • Java

RednaxelaFX读的杂志   · · · 

  • 国际航空
  • 航空世界
  • 電撃G'sマガジン
  • 电击HOBBY
  • 兵器知识

> 经常读 (6)     有时读 (1)

RednaxelaFX的笔记   · · ·  ( 26篇 )

深入嵌入式Java虚拟机 (1)

探矽工作室 / 中国铁道出版社 / 2003-05-01 / 36.00

  • 第70页
    在Java ByteCode文件中几乎所有的信息都以ASCII码的方式存储在ByteCode文件中,而不像传统的C语言是直接转换成底层的硬件能够看得懂的机器码。因此Java ByteCode文件不论拿到哪种平台上,只要该平台上有Java虚拟机,...

Java Performance (25)

Charlie Hunt、Binu John / Prentice Hall / 2011-10-14 / USD 59.99

  • 第305页
    CMS Pause Time Tuning ... The remark phase is multithreaded. The number of threads used in the remark phase can be controlled by the following HotSpot VM command line option: -XX:ParallelGCThreads=...
  • 第310页
    orz... 这页的第一行说日志以GCAdaptiveSizePolicy开头。实际上[GC是一块,而后面的才是受PrintAdaptiveSizePolicy控制的部分: /代码内容已省略/ 其中显示的survived值..
  • 第306页
    -XX:+ParallelRefProcEnabled 这个功能可以加速reference processing,但在JDK6u25和6u26上不要使用,有bug: Bug ID 7028845: CMS: 6984287 broke parallel reference processing in CMS http://bugs.sun.co...