commit | 51d11b5222cf7dc39458a3fe8d14b9118e54e524 | [log] [tgz] |
---|---|---|
author | Jan Lahoda <jlahoda@openjdk.org> | Tue Nov 26 15:33:12 2013 +0100 |
committer | Jan Lahoda <jlahoda@openjdk.org> | Tue Nov 26 15:33:12 2013 +0100 |
tree | 9eadbcfcec22cf1a5589afe7f266d938ca93f647 | |
parent | 38ef229e3f834fc3a768954bf91e5d9c19603d71 [diff] |
8027789: Access method for Outer.super.m() references indirect superclass Internally convert the qualified super access to an equivalent of an unqualified super access inside the access method. Reviewed-by: vromero, jjg