JDK-8016701 : JAXP Build failure
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxb
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-06-15
  • Updated: 2013-12-13
  • Resolved: 2013-06-15
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 b96Fixed
Related Reports
Relates :  
Description
JAXP must be buildable using JDK7 as the bootdir. Unfortunately http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/659828443145 calls a method that only exists in 8. (Double.isFinite())

This element of the changeset needs to be reverted.
Comments
The fix doesn't cases existing test failures, not regression test for this fix
13-12-2013

This build failure was caused by the fix for JDK-8015978.
19-06-2013