Skip to content

Hev's Blog

Across the Great Wall we can reach every corner in the world.

July 2022
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« May    

Pages

  • Profile
  • Guestbook

Categories

  • Android (33)
  • Arch (28)
  • ARM64 (2)
  • Assembly (6)
  • C/C++ (64)
  • Debian (6)
  • DIY (6)
  • FreeBSD (5)
  • Gjs (2)
  • Java (9)
  • Linux (167)
  • LoongArch (1)
  • Loongson (13)
  • LS3A (2)
  • MIPS (19)
  • Python (2)
  • Shell (2)
  • Ubuntu (15)
  • Unix (2)
  • Vala (10)
  • Windows (6)
  • x86 (5)
  • 业余通信 (4)
  • 密码学 (2)
  • 应用程序 (61)
  • 感知融合 (1)
  • 操作系统 (10)
  • 无线通信 (10)
  • 架构 (7)
  • 网络相关 (128)
  • 计算机 (7)
  • 软件开发 (71)
  • 默认分类 (148)

Recent Posts

  • Stack clash style attacks
  • VirtManager connect remote service
  • Network TSO/GSO
  • Irreducible loop
  • OpenWrt: Set policy routing
  • SSH: Use legacy SCP protocol
  • ch341-uart converter now disconnected from ttyUSB0
  • Block QUIC

Recent Comments

  • hev on Nginx 模块 HTTP OwnerMatch
  • aj on Nginx 模块 HTTP OwnerMatch
  • awei on Guestbook
  • 郭晓 on 在线生成莫尔斯电码音频文件
  • eras on 同文郑码安卓版
  • hev on Linux recovery移除签名校验
  • 2639696626 on Linux recovery移除签名校验
  • hev on 解决小米4电信4G版刷LineageOS信号问题

OpenJDK Guide

Java Virtual Machine Guide: https://docs.oracle.com/en/java/javase/11/vm/native-memory-tracking.html#GUID-710CAEA1-7C6D-4D80-AB0C-B0958E329407

HostSpot Virtual Machine Garbage Collection Tuning Guide: https://docs.oracle.com/en/java/javase/11/gctuning/garbage-collector-implementation.html#GUID-23844E39-7499-400C-A579-032B68E53073

OpenJDK Developers’ Guide: https://openjdk.java.net/guide/index.html

HotSpot Runtime Overview: https://openjdk.java.net/groups/hotspot/docs/RuntimeOverview.html

Java Coding Style: https://www.oracle.com/java/technologies/javase/codeconventions-contents.html

HotSpot Coding Style: https://github.com/openjdk/jdk/blob/master/doc/hotspot-style.md

HotSpot VM Options: https://www.oracle.com/java/technologies/javase/vmoptions-jsp.html

PrintAssembly: https://wiki.openjdk.java.net/display/HotSpot/PrintAssembly

HotSpot Glossary of Terms: https://openjdk.java.net/groups/hotspot/docs/HotSpotGlossary.html

Building the JDK: https://openjdk.java.net/groups/build/doc/building.html

Building jtreg: http://openjdk.java.net/jtreg/build.html

JVM Allocate Prefetch Options: https://www.opsian.com/blog/jvms-allocateprefetch-options/

Posted on 2020年11月7日2020年12月10日Author hevCategories JavaTags 原创

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Post navigation

Previous Previous post: AS directives: .frame, .mask and .fmask
Next Next post: Reserved IP addresses
Proudly powered by WordPress