JDK-7187104 : Inference cleanup: remove redundant exception classes in Infer.java
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: unknown
  • Submitted: 2012-07-26
  • Updated: 2012-12-18
  • Resolved: 2012-08-10
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 8
8 b52Fixed
Description
As a result of recent cleanups, all inference exception classes in Infer.java can be replaced by a single class.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/langtools/rev/2d75e7c952b8
14-08-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-main/langtools/rev/2d75e7c952b8
11-08-2012

SUGGESTED FIX A webrev of this fix is available at the following URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2d75e7c952b8
03-08-2012

EVALUATION Sounds good. There's no code that takes different action based on the specific kind of exception being thrown anymore.
26-07-2012