JDK-8139613 : push of backport of JDK-8081846 broke build
  • Type: Bug
  • Component: deploy
  • Affected Version: 8u72
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-10-14
  • Updated: 2016-01-14
  • Resolved: 2015-10-14
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
8u72 b03Fixed
Description
I pushed clean backport of "JDK-8055464: Add a URL scheme handler to reliably launch .jnlp files - java part" after mistakenly believing it had built clean.

Actually this breaks the build - RegFX uses undefined method or macro DebugPrintln

Comments
Crucible: https://java.se.oracle.com/code/cru/CR-JDK8UDEV-280
14-10-2015

In 8u, DeployPrint() is used and adds both a timestamp and eol to each item printed, there is no DebugPrintln. fix is trivial, change the new DebugPrintln calls added from JDK9 backport to just use DebugPrint.
14-10-2015