728x90 자바84 VM 분석 : Chapter 2 VM의 구조와 튜닝 -1 Chapter 2 VM의 구조와 튜닝 PLT 2.1 JAVA 메모리 영역 구조 Sun Microsystems의 자바 HotSpot VM은 힙을 3개의 영역으로 나누고 있다. 1. Permanent space : JVM 클래스와 메소드 개체를 위해 쓰인다. 2. Old object space : 만들어진지 좀 된 개체들을 위해 쓰인다. 3. New(young) object space : 새로 생성된 개체들을 위해 쓰.. 2018. 4. 19. Java Generic Quick Tutorial 원문: http://www.javacodegeeks.com/2011/04/java-generics-quick-tutorial.html Java Generic Quick Tutorial Generic은 Java 5.0에서 소개되었습니다. 하지만 아직도 많은 Java 개발자들은 Generic의 의미를 아직 이해하지 못하고 있는 것 같습니다. 본 문서에서 그 이해를 돕고자 Generic의 의미 및 사용 방식을 설명하고자 합.. 2018. 4. 19. The Cost of an Exception 원문: http://blog.dynatrace.com/2011/04/12/the-cost-of-an-exception/ The Cost of an Exception 최근에 “Exception” 비용에 대한 큰 논의가 dynatrace에서 있었다고 합니다. 대부분의 고객이 Exception이 Application Performance에 미치는 영향에 대해서 고려하지 않는다고 한다. Exception 비용을 측정할 수 있는 간략한 Code를 .. 2018. 4. 19. The impact of Garbage Collection on Java performance The impact of Garbage Collection on Java performance원문:http://blog.dynatrace.com/2011/03/24/the-impact-of-garbage-collection-on-java-performance/ Major GC가 성능면에서 부정적인 영향을 주는 것은 명백 하지만 우리가 주의해야 할 것이 Major GC 만은 아닙니다. 그리고 우리가 항상 Major GC와 Minor GC을 구분할 수 있는 것도 아.. 2018. 4. 19. Introduction to servlet 3 new features Introduction to servlet 3.0 new features The servlet 3.0 specification has come up with many new and exciting features. This article explains the major changes since the previous specification. Web framework pluggability Servlet API is the building block of the Java web applications. Almost all the java web application frameworks build on top of the Servlet API. Examples are Sp.. 2018. 4. 19. Introduction of JDK 7 JDK 7 Version Plan Project Coin (JSR TBD) InvokeDynamic (JSR 292) Fork/Join Framework Mid 2011 Strict Verification Parallel Class Loaders Transfer Queues Phasers Unicode 6.0 Swing Nimbus XRender Pipeline ECC Swing J Layer More New I/O (J SR 203) JDBC 4.1 TLS 1.2 Enhanced Locales SDP & SCTP JDK 8 Version Plan Project Jigsaw Project Lambda Late 2012 Type Annotations (JSR 308) Bul.. 2018. 4. 19. 이전 1 2 3 4 5 ··· 14 다음 728x90