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

TieredCompilation should be default

XMLWordPrintable

    • b44

        For customers migrating from jrockit, not enabling tiered compilation by default leads to a number of regressions:

        1) For fusion apps, tiered compliation yields a large benefit (assuming we have adequate code cache). This is because fa are large, and so have a long warm up cycle before everything gets compiled, but also because there ends up being code that never gets compiled because it is called too infrequently.

        2) For quick-runing programs using a 64-bit JVM, the early compilation by jrockit enables them to run much faster.

              kvn Vladimir Kozlov
              soaks Scott Oaks
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: