Name: pj1994 Date: 11/02/99
Sharing these data structures will significantly reduce the VM-specific
footprint and thus allow many more VMs to run simultaneously for a given
amount of memory. We will investigate "skim-the-cream" solutions that
will allow us sharing bytecodes across VMs.
###@###.### 2001-12-03
Clarification for Mantis relase ...
-) Includes sharing of HotSpot internal data structures across java processes.
-) Shared structures include symbolOops and methodOops (which include
bytecodes). Other class definition related structures are shared up to
the point in time where they need to be modified (then private copies
are made).
-) Since these objects appear in the Java heap, the proposal uses a
"shared generation" in the heap.
- duplicates
-
JDK-4353002 Graphical JRE
-
- Closed
-
-
JDK-4416624 multiple JVM runtimes do not share memory between themselves
-
- Closed
-
- relates to
-
JDK-4172686 Keep the VM running / cleanup & reload application or applet
-
- Closed
-