Re: help needed - decompiling




"Roedy Green" <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx> wrote in
message news:n01m22p4cf60916jj036hh7h4mv3u1fjqp@xxxxxxxxxx
On Wed, 29 Mar 2006 22:21:56 +0100, "Allan M. Bruce"
<allanmb@xxxxxxxxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :

public User getUser(String xiName, int xiConfID)
{
Object obj = mSema4;
JVM INSTR monitorenter ;

to sort that out, try writing some code with the synchronised keyword
and look aht how it decompiles.

Should it need to be synchronized? I am using a Hashtable which I believe
to be threadsafe, am I wrong?
Thanks
Allan


.