gitextract_n_ijeecw/ ├── .github/ │ └── workflows/ │ ├── cloudflare.yml │ ├── compress.yml │ └── deploy.yml ├── .gitignore ├── .npmrc ├── .prettierignore ├── .prettierrc ├── LICENSE ├── Main.java ├── README.md ├── docs/ │ ├── .vitepress/ │ │ └── config.mts │ ├── 00-quickstart.md │ ├── 01-jvm-memory-structure.md │ ├── 02-hotspot-jvm-object.md │ ├── 03-gc-algorithms.md │ ├── 04-hotspot-gc.md │ ├── 05-memory-allocation-gc.md │ ├── 06-jvm-performance-tuning.md │ ├── 07-class-structure.md │ ├── 08-load-class-time.md │ ├── 09-load-class-process.md │ ├── 10-class-loader.md │ └── index.md ├── package.json ├── vercel.json ├── worker.js └── wrangler.toml