Teaho/jvm/chapter2#3
Open
SoTaeHo wants to merge 3 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
챕터 2 모두 읽었습니다!!
하루에 1장씩 읽어보려 했는데 내용이 정말 쉽지 않네요..ㅎㅎ
챕터 2는 각가의 메모리 영역이 어떻게 오버플로가 발생하는지 알아보았습니다.
예제 코드로 오버플로를 발생하는 것은 확 와닿지는 않았지만, 이제 머리속에 메서드 영역과 영구 세대/메타스페이스 개념이 확실히 자리잡은 것 같습니다.
개인적인 욕심이 생겨서 첫 예제같은 경우는 이클립스 MAT를 사용해서 힙덤프로 무엇이 문제인지 확인해보는 과정도 추가를 해봤습니다. 배운 것을 활용해보고 싶었습니다 ㅎㅎ
해당 챕터를 읽으며 다음과 같은 내용을 얻어 갔습니다.