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

Shark: implement deoptimization support

    • b16
    • generic
    • generic

        http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2012-December/009088.html


        This change implements support for method deoptimization in Shark, and
        thus (re-) enables an optimization for potentially inlining virtual
        methods.

        http://cr.openjdk.java.net/~rkennke/shark-deopt/webrev.01/

        This optimization has been enabled before, a while ago, but has been
        disabled because it leads to segmentation faults:

        http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=481

        I used the testcase in the above bugreport (one of the jtreg tests in
        jdk) to verify that the change does indeed deoptimize (and re-compile)
        methods correctly. Besides that, no regressions could be found in
        hotspot/test/compiler (and a bunch of other tests and programs I've been
        running, including SpecJVM, Eclipse, etc).

        Ok to go in?

        Cheers,
        Roman

              twisti Christian Thalinger (Inactive)
              twisti Christian Thalinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: