# zxh_gc
**Repository Path**: zxh879776225/zxh_gc
## Basic Information
- **Project Name**: zxh_gc
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-2.0
- **Default Branch**: zxh-gc
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-01
- **Last Updated**: 2025-08-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 基于openjdk22 自制zxh gc
-Xms5M
-Xmx5M
-Xmn1M
-XX:+PrintGCDetails
-XX:-PrintInterpreter
-Xlog:safepoint*=info:stdout:time,level,tags
-XX:-UseCompressedClassPointers
-XX:-UseCompressedOops
-XX:-Inline
-XX:+UnlockExperimentalVMOptions
-XX:+ZxhSlidingGC
-XX:+UseZxhGC
-verbose:gc
-cp
"/home/zxh/Downloads/java-research/target/classes"
Demo2_1