Java forums. Thousands of discussion threads about JavaBeans, Servlets, JDBC and other Java technologies.  
Research Library

Help | Advanced Search
What's New?
What's Popular?
How JVMs Use Escape Analysis to Improve Application Performance
sponsored by AMD
Posted:  20 Aug 2008
Published:  20 Aug 2008
Format:  HTML
Length:  1   Page(s)
Type:  Product Literature
Language:  English


ABSTRACT:
Improving the performance of a Java application can be an overwhelming task for any organization. Code optimizations can involve extensive and often unnecessary synchronization and reallocation of objects, which can be both costly and time-consuming.

Read this white paper to explore the Java Virtual Machine (JVM) feature known as escape analysis. You will discover how escape analysis is being used to improve the performance of Java applications, eliminating unnecessary synchronization and allocating objects on the stack rather than on the heap. Learn how to determine whether to declare a new objective at method scope or at class scope. Gain insight into the vast assortment of optimizations that can be made to Java code by implementing escape analysis.



Author

Tom Deneau
AMD



BROWSE RELATED RESOURCES
Application Life-Cycle Management | Application Performance Management | Application Performance Management Software | Code Management | J2EE | Java Virtual Machine | Multithreading | Processor Architectures | Source Code Control Software

View All Resources sponsored by AMD


Library Home | Advertise with Us
A Service of Bitpipe