-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
6u22
-
generic
-
generic
ORBImpl.java needs implementation(ex. "while" block ) to avoid spurious wakeup at the following source code portion in jdk6u22.
src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java
....
1206 try {
1207 runObj.wait();
1208 } catch ( InterruptedException ex ) {}
.....
src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java
....
1206 try {
1207 runObj.wait();
1208 } catch ( InterruptedException ex ) {}
.....