Re: Object sizes

2001-05-28 Thread Miloslaw Smyk
"John D. Mitchell" wrote: > > >>>>> "Miloslaw" == Miloslaw Smyk <[EMAIL PROTECTED]> writes: > [...] > > Just a quick question: how can I calculate amount of memory that is used > > by an object running under JVM on Linux? > >

Object sizes

2001-05-28 Thread Miloslaw Smyk
Hi! Just a quick question: how can I calculate amount of memory that is used by an object running under JVM on Linux? Thanks, Milek -- mailto:[EMAIL PROTECTED] | "Man in the Moon and other weird things" - http://wfmh.org.pl/~thorgal/ | see it at http://wfmh.org.pl/~thorgal/Moon/ F

Fonts too big.

2001-03-22 Thread Miloslaw Smyk
Hi! I've been playing with font configuration of JDK1.3.0_02 under Linux/i386 with the aim of getting it to look the same as under Windows. Unfortunately setting font.properties file to immitate Windows setup didn't make it really identical - basically the fonts displayed by Linux version are 1 p

Re: Messed up swing windows

2001-02-09 Thread Miloslaw Smyk
Hi! Joi Ellis wrote: > I am a linux geek and I regularly see this sort of behavior in apps > written by inexperienced Java developers running windows. It seems that > the heavyweight peers behave differently between *nix and Windows. Some > actions which are separate method calls in Java are

Re: Messed up swing windows

2001-02-08 Thread Miloslaw Smyk
"Martin, Stephen" wrote: > > I often have a problem where my Swing windows get created messed up. I've > attached > a couple of gifs to show what I mean. This usually (if not always) happens > with a > frame or dialog is being created and is not 100% reproducible. My guess > would be that > it is

problems with JIT in RC4

2000-01-29 Thread Miloslaw Smyk
Hi, I've installed RC4 on my potato box today and noticed that CPU intensive applets slowed down to a crawl. For example, one of them was eating about 14% of CPU time in RC3 with sunwjit active and now it eats 100%. In fact it looks like switching JIT _off_ in RC4 gives me more speed!? Anyone ca