annotate mx.sh @ 9126:bc26f978b0ce

HotSpotResolvedObjectType: implement hasFinalizeSubclass() correctly don't use the (wrong) cached value, but ask the runtime on each request. Fixes regression on xml.* benchmarks @ specjvm2008. The problem was: After the constructor of Object was deoptimized due to an assumption violation, it was recompiled again after some time. However, on recompilation, the value of hasFinalizeSubclass for the class was not updated and it was compiled again with a, now wrong, assumption, which then triggers deoptimization again. This was repeated until it hit the recompilation limit (defined by PerMethodRecompilationCutoff), and therefore only executed by the interpreter from now on, causing the performance regression.
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 15 Apr 2013 19:54:58 +0200
parents 9a4f210abb5e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4154
9a4f210abb5e Added mx.sh symlink at top level to mxtool/mx.
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
1 mxtool/mx