Submitted On 16-SEP-2004
rossjudson
I've noticed the same effect on my work machine as well -- with a completely different audio driver (same OS).
Submitted On 23-SEP-2004
rossjudson
This bug is incorrectly categorized under java:classes_sound. In my example, sound is not playing within the Java VM. The J2SE 5 VM is distorting sound being played by OTHER applications.
Submitted On 28-OCT-2004
gillos
Same for me but I think the problem is not with sound ; the real problem is JDK1.5 uses more CPU (sometimes 100% !!!) than JDK1.4.
But the effect on sound players like Winamp is immediate : sound is distorded or stopped.
Submitted On 07-JAN-2005
rossjudson
I
Submitted On 07-JAN-2005
rossjudson
I've tested on 1.5.0_01 and had the same stuttering effect on several PCs. Loading a big project into Eclipse is a good way to reproduce this...as Eclipse's VM compiles code, the mouse cursor becomes very "stuttery" until compilation is complete. This problem is not related to the Echo audio hardware at all -- it's something else. During compilation the JDK 1.5 VM's hotspot locks something down that causes the entire system to freeze up briefly, perhaps just milliseconds...
Submitted On 25-SEP-2005
rossjudson
Thanks for fixing this! It was driving me nuts. :)
The flags suggested work perfectly for the existing 1.5 releases.
Note that it can be exceedingly dangerous to use CRITICAL or REALTIME priorities under Windows...let's just say that I once wrote a device driver over a month, was busy testing, and just decided to see what effect those flags would have...resulted in a trashed hard drive as sector writes got inhibited, and a lifelong lesson learned...
Submitted On 06-NOV-2005
nheger
Note that as of today (see date) Eclipse recommends running with 1.4.x, not 1.5. You can compile against 1.5, but they don't recommend it for running the IDE.
Submitted On 02-DEC-2005
bbking
This is an issue in 1.4 and all previous versions as well. It is just not as extreme in 1.4. The System.gc() (call among) others in older versions will still cause a pause in some cases.
Submitted On 20-JAN-2006
jscottarmstrong
The freeze piece of this defect is still occuring on the 64-bit 5u6 running under Win2k3 Server. With a 28G heap the server becomes non-responsive for several minutes.
Submitted On 18-MAR-2008
This bug has returned with a serious vengeance in JRE6.0
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|