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

runtime should cache jit results on disk for faster startup

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.1
    • vm-legacy
    • jit
    • generic
    • generic



      Name: vi73552 Date: 05/24/99


      There's a big pentalty for using a jit when a user first
      starts an app. This is not typically a problem for servers,
      but it is for client apps. When we demo our software, it
      looks slow while it's making its first impression.

      A solution would be for the jit to cache its results on
      disk, perhaps during System.exit(). The first run of an
      app would still be slow, but subsequent runs would be better.
      Hotspot would be able to start where it left off, not at the
      beginning.
      (Review ID: 83412)
      ======================================================================

            Unassigned Unassigned
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: