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

Specify Methods for Compilation/Inlining at Start

XMLWordPrintable

    • x86
    • windows

      As of now decision what needs to be compiled and what will be inlined is performed automatically. There are few system wide settings to control this (like inline all methods smaller then this 30 bytes). We know that for majority of client apps some set of methods is always compiled/inlined eventually and often this happens during startup. It seems to have sense to be able to specify set of JRE methods that will be compiled on first occurrence for given app or type of app (like applet). Then compiled version will be used after first iteration and this may improve startup time for the client compiler.

            roland Roland Westrelin
            ksoshals Kirill Soshalskiy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: