A Scalable Single System Image VM for Java on a Cluster
Contents
- A Scalable Single System Image VM for Java on a Cluster
- The cluster VM for Java provides transparent scalability for existing Java appl
- Outline
- Java Virtual Machine (JVM)
- Cluster Technology
- Single System Image (SSI)
- The Dream and Reality
- Single System Image (SSI)
- cluster VM for Java
- The Approach
- Basic Architecture
- Class Object
- // definition void m(C1 x) { .... } // invocation o1.m(x1);
- Guiding Principles use a large number of (mostly) simple optimizations to reduc
- cJVM Transparent Scalability
- Status
- Conclusions
- Visibility