Date: Thu, 15 Aug 2002 08:55:32 +0800 From: Huang wen hui <hwh@mail.gddsn.org.cn> To: Nate Williams <nate@yogotech.com> Cc: Huang wen hui <hwh@ns.gddsn.org.cn>, java <java@FreeBSD.ORG> Subject: Re: Hotspot vm is extremely slower than nojit vm on current ? Message-ID: <3D5AFC04.5010404@mail.gddsn.org.cn> References: <3D59C6A4.5020708@mail.gddsn.org.cn> <20020814030231.GA4285@gnuppy.monkey.org> <3D5A0EBC.9060706@mail.gddsn.org.cn> <15706.34499.692329.335121@emerger.yogotech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Nate Williams wrote: >>>>Mostly hotspot vm is stable and fast, but I got problem with Thread.sleep. >>>>Look at the following simple program, on current hotspot vm is extreamly >>>>slow. >>>> >>>> > >This is probably unrelated, but you should note that you need to use >synchronization on bQuit in order for it to be safely set. Otherwise, >it is OK for the Timer thread to cache it's value (set to FALSE) and >continue to use that value, so it may not pick up the new setting when >you want it to. > OK, Thanks for your advice! --hwh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D5AFC04.5010404>