<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I'm porting kaffe 1.0.7 to TriCore-Linux platform. 
</FONT></DIV>
<DIV><FONT face=Arial size=2>I am faced with the following problem:</FONT></DIV>
<DIV><FONT face=Arial size=2>When native function: 
java_lang_System_initProperties()&nbsp; is executed the "put" method can not be 
found.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have found out that findMethodLocal()&nbsp; 
searches in (class-&gt;superclass is java/lang/VirtualMachineError) 
:&nbsp;java/lang/StackOverflowError, java/lang/VirtualMachineError, 
java/lang/Error, java/lang/Throwable, java/lang/Object </FONT><FONT face=Arial 
size=2>and "put" method is not present there.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I compared it with kaffe running on i386-Linux 
(which has been made with the same options as for TriCore).</FONT></DIV>
<DIV><FONT face=Arial size=2>I noticed that&nbsp;findMethodLocal() starts with 
(class-&gt;superclass is java/util/Hashtable) java/util/properties and finds 
"put" in java/util/Hashtable.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Could you give me any hints?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks for help.</FONT></DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Greg Tyma</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial 
size=2></FONT>&nbsp;</DIV></BODY></HTML>