Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4287407

Sharing between JVMs

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.3.0, 1.4.0
    • hotspot
    • None
    • generic
    • generic



      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.

            foliversunw Fred Oliver (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: