Bug report: failing to call overridden method

Charles Oliver Nutter headius at headius.com
Tue Oct 9 17:27:46 PDT 2012


I reported this to Christian, but thought I'd toss it here in case
someone else runs into it.

It appears that C1 (tier 1) is failing to compile a indy + MH virtual
target into a proper overridden call. In other words, it doesn't honor
the override, and calls the direct target.

Details are toward the end in this JRuby bug:
http://jira.codehaus.org/browse/JRUBY-6920

It only fails in tier 1 with indy enabled. Does not fail with -Xint or -Tiered.

Hopefully that's enough to go on :)

- Charlie


More information about the hotspot-compiler-dev mailing list