diff options
| author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-12 16:13:19 +0000 |
|---|---|---|
| committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-12 16:13:19 +0000 |
| commit | 266321f1a78a43c4656090581fe82d47049b4bee (patch) | |
| tree | 85e76fa462fd32f7f907ccc1061b8ba0e8be06d9 /libjava/link.cc | |
| parent | 57183b55f4acaabaf095302c6ffda8cd73869417 (diff) | |
| download | ppe42-gcc-266321f1a78a43c4656090581fe82d47049b4bee.tar.gz ppe42-gcc-266321f1a78a43c4656090581fe82d47049b4bee.zip | |
2009-03-11 Andrew Haley <aph@redhat.com>
* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear
INTERPRETED access modifier.
2009-03-11 Tom Tromey <tromey@redhat.com>
* link.cc (_Jv_Linker::find_field): Pass the field_type to
_Jv_CheckOrCreateLoadingConstraint, not the class that is
requesting the field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/link.cc')
| -rw-r--r-- | libjava/link.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/link.cc b/libjava/link.cc index c07b6e15c1c..25114085bfc 100644 --- a/libjava/link.cc +++ b/libjava/link.cc @@ -248,7 +248,7 @@ _Jv_Linker::find_field (jclass klass, jclass owner, // Note that the field returned by find_field_helper is always // resolved. However, we still use the constraint mechanism // because this may affect other lookups. - _Jv_CheckOrCreateLoadingConstraint (klass, (*found_class)->loader); + _Jv_CheckOrCreateLoadingConstraint (field_type, (*found_class)->loader); } else { |

