Top Banner
16

Java Runtime Exception

May 20, 2015

Download

Technology

Opennaru, Inc.

http://www.opennaru.com/
http://opennaru.tistory.com

JavaVM의 메모리 구조는 크게 힙 영역과 스택 영역으로 구분
스택 영역은 지역 변수 등이 저장
 StackOverflowError이 스택 공간이 부족 할 때 발생하는 예외
진단
. 무한 루프로 구현되어 있는 부분이 없는지 확인
조치
스택 영역도 런타임에 "-Xss"옵션을 부여하는 것으로 영역을 확대
참고
참조
What is a stack overflow error? -http://goo.gl/gVEPs9
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Java Runtime Exception
Page 2: Java Runtime Exception
Page 3: Java Runtime Exception
Page 4: Java Runtime Exception
Page 5: Java Runtime Exception
Page 6: Java Runtime Exception
Page 7: Java Runtime Exception
Page 8: Java Runtime Exception
Page 9: Java Runtime Exception
Page 10: Java Runtime Exception
Page 11: Java Runtime Exception
Page 12: Java Runtime Exception
Page 13: Java Runtime Exception
Page 14: Java Runtime Exception
Page 15: Java Runtime Exception
Page 16: Java Runtime Exception