natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve a Utf8Const field before looking at its class.

2004-01-09  Andrew Haley  <aph@redhat.com>

	* java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve
	a Utf8Const field before looking at its class.

From-SVN: r75591
This commit is contained in:
Andrew Haley 2004-01-09 17:10:43 +00:00 committed by Andrew Haley
parent 85194ee94a
commit d55d97f163
2 changed files with 6 additions and 0 deletions

View file

@ -262,6 +262,7 @@ _Jv_PrepareCompiledClass (jclass klass)
int mod = f->getModifiers ();
// If we have a static String field with a non-null initial
// value, we know it points to a Utf8Const.
_Jv_ResolveField(f, klass->loader);
if (f->getClass () == &java::lang::String::class$
&& java::lang::reflect::Modifier::isStatic (mod))
{