Re: Debugging Java 1.4 API with JSwat?
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <1020718053.1811.32.camel@chip> |
So much for "Full-Speed" debugging in the HotSpot JVM. Apparently only under certain conditions. I'll be sure to add this to the FAQ. thanks nathan On Mon, 2002-05-06 at 13:44, Paul Legato wrote: > Aha. > Figured out why it was running so slowly.. > During the course of trying to get a classic VM running, before I > discovered 1.4 doesn't have a classic VM, I set the "-server" flag when > starting up java.... and forgot to unset it. > Took the flag off, problem solved. Speed is now comparable to console mode. > > Thanks for your help! > -Paul