-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P3
-
None
-
Affects Version/s: 6u22
-
Component/s: other-libs
-
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 ) {}
.....