commit | 2fa131f8db4cdde46ea2c7839259d5ea1380aab0 | [log] [tgz] |
---|---|---|
author | Jiangli Zhou <jiangli@openjdk.org> | Wed May 02 13:21:36 2012 -0400 |
committer | Jiangli Zhou <jiangli@openjdk.org> | Wed May 02 13:21:36 2012 -0400 |
tree | d2a7b725157f271f20eb4c3bca2a5fef7901b861 | |
parent | ea892424477360da7071e91a0aab459c88340e75 [diff] |
7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support Change the _host_klass to be conditionally created embedded instanceKlass field. Reviewed-by: jrose, coleenp, dholmes