IBM User Guide for Java V7 on Windows > Performance

Class data sharing between JVMs

Class data sharing enables multiple JVMs to share a single space in memory.

You can share class data between Java Virtual Machines (JVMs) by storing it in a memory-mapped cache file on disk. Sharing reduces the overall virtual storage consumption when more than one JVM shares a cache. Sharing also reduces the startup time for a JVM after the cache has been created. The shared class cache is independent of any running JVM and persists until it is deleted.

A shared cache can contain:


See

  1. Overview of class data sharing
  2. Class data sharing command-line options
  3. Creating, populating, monitoring, and deleting a cache
  4. Performance and memory consumption
  5. Considerations and limitations of using class data sharing
  6. Adapting custom class loaders to share classes


Parent: Performance


Error 404 - Not Found

Error 404 - Not Found

The document you are looking for may have been removed or re-named. Please contact the web site owner for further assistance.