Figma 파일: architecture (fileKey: r6TUEk0QwO0iyrZ2i8ndxV)
섹션: “JVM Dev Notes Architecture” (nodeId: 64:901)
| # | 프레임 이름 | Node ID | 용도 |
|---|---|---|---|
| 1 | JVM-Architecture-Overview | 64:990 | JVM 아키텍처 전체 구조도 |
| 2 | JVM-ClassLoader-Execution | 64:1062 | 클래스 로딩 과정 & 실행 엔진 |
| 3 | JVM-Thread-Stack-Frame | 64:1215 | 스레드 구조 & 스택 프레임 |
| 4 | G1-GC-Architecture | 64:1295 | G1 GC Region 메모리 레이아웃 |
| 5 | ZGC-Architecture | 64:1420 | ZGC Colored Pointer & 수집 과정 |
| 6 | Lock-Escalation | 64:1502 | synchronized 락 에스컬레이션 & Object Header |
| 7 | ReentrantLock-AQS-Concurrency | 64:1579 | ReentrantLock, AQS, 동시성 제어 |
figma_take_screenshot으로 URL 획득 (Rate limit 해소 후)assets/images/jvm/ 디렉토리에 저장
jvm-architecture-overview.pngjvm-classloader-execution.pngjvm-thread-stack-frame.pngg1-gc-architecture.pngzgc-architecture.pnglock-escalation.pngreentrantlock-aqs.png모두 한글, DevNote 카테고리 (project 필드 없음), AI 티 안 나게 작성
_posts/2026-03-05-jvm-architecture-runtime-data.md
_posts/2026-03-06-jvm-classloader-execution-engine.md
_posts/2026-03-07-jvm-thread-stack-frame.md
_posts/2026-03-12-g1-gc-region-memory-layout.md
_posts/2026-03-13-zgc-colored-pointer-concurrent.md
_posts/2026-03-19-synchronized-lock-escalation.md
_posts/2026-03-20-reentrantlock-aqs-concurrency.md
---
title: "제목"
categories:
- Dev Notes
tags:
- JVM # or GC, Concurrency 등
lang: ko
date: 2026-03-XX
excerpt: "한줄 요약"
---
mkdir -p assets/images/jvm/ 디렉토리 생성