Submitted On 21-JUL-2009
karnokd
Same trouble on Windows XP (SP3)
Submitted On 21-JUL-2009
noodlez84
Also same problem on Windows XP (SP2).
Perhaps this is related to Bug 6498878? (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6498878)
This bug is listed as being fixed in the 6u14 release notes. Just food for thought.
Submitted On 21-JUL-2009
noodlez84
Using the server VM (via the '-server' flag) on Windows XP (SP2) -seems- to make the problem go away. (At least makes the debugger work properly for me in Eclipse)
Since the server VM enables the ParallelGC, this observation coincides with the posted Workaround.
Hope that's helpful!
Submitted On 21-JUL-2009
rdayal
Just wanted to mention that there is a mistake in the example to re-create the problem with a higher heap. It should read as follows:
...However, this is not a true workaround - if one were to change the following part of the source code:
System.out.println("start");
init(1000000);
System.out.println("end");
to
for (int i =0; i < 10; i++) {
System.out.println("start");
init(1000000);
objList.clear();
System.out.println("end");
}
the problem would eventually occur. This leads me to believe that garbage collections are the culprit.
Submitted On 29-JUL-2009
gcristof
This has been driving our team crazy since we upgraded from u13 to u14.
Submitted On 06-AUG-2009
yottzumm
Not fixed in 6_u15 as far as I can tell!
Submitted On 07-AUG-2009
Still annoying under Windows XP SP3 32bit + Java 1.6_u15.
That said sometimes it works, sometimes not.
Using -XX:+UseParallelGC seems to work properly .
Submitted On 19-AUG-2009
WoShiChinese
Bug report of jre 6u16:
tomcat 6.0.20 + jre 6u14,then "jre 6u16" is installed,restart computer,"Apache Tomcate" service is can't started.
then,cmd->java -version,jvm is error occured.
Submitted On 28-AUG-2009
lintunen
I can confirm the same issue exists for 1.6.0_15.
Submitted On 28-AUG-2009
I am also having problems, but ruiing a Java ME emulator. But the strange thing is that there are breakpoints that are ignored and others not.
When I see the breakpoint details, the information of the class for a breakpoint that works is:
pkg1.pkg2.classA
But the details of the class for a breakpoint that is ignored is:
pkg1.pkg3.classB$classB
It seems that only breakponts in classes with $ are ignored. By the way, can somebody tellme why some classes have $ and others not. I think it is because som other classes are defined dynamically in the same class code, but not so sure.
Submitted On 28-AUG-2009
Java_Chris
This bug seems pretty important since the normal development/deploy cycle involved first developing code on a particular JDK/JRE and then deploying on the same version.
If I cannot develop with update 14 or above, my company is not going to deploy on update 14 or above. I would assume that this is the same for many companies.
Please fix this bug soon!
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|