JDK-8039114 : Build failure - JDK-8039108 issue
  • Type: Bug
  • Component: other-libs
  • Sub-Component: corba:orb
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-04-02
  • Updated: 2014-04-15
  • Resolved: 2014-04-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b08Fixed
Related Reports
Relates :  
Description
I've been caught by another bootstrap fall out (and have now reverted my build env to JDK 7)

build/ws/corba/src/share/classes/com/sun/corba/se/spi/orb/ORB.java>:256: error: incompatible types: ReflectiveOperationException cannot be converted to String
               throw new InternalError(e);
                                       ^
build/ws/corba/src/share/classes/com/sun/corba/se/spi/orb/ORB.java>:256: error: incompatible types: ReflectiveOperationException cannot be converted to String
               throw new InternalError(e);
                                       ^
Note: Some input files use or override a deprecated API.
Comments
InternalError(Throwable) was added in JDK 8.
02-04-2014