JDK-8172836 : WebView Debug build is broken
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u152,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-01-16
  • Updated: 2020-01-31
  • Resolved: 2017-01-18
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 JDK 9
8u151Fixed 9Fixed
Related Reports
Relates :  
Relates :  
Description
Windows Debug build is broken after JDK-8166999.
All platform Debug build is broken after JDK-8132675.
Comments
changeset: 71e09cc632b3 user: arajkumar date: Wed Jan 18 11:54:53 2017 +0530 description: 8172836: WebView Debug build is broken Reviewed-by: mbilla, kcr URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/71e09cc632b3
18-01-2017

+1
18-01-2017

[~arajkumar] Thanks for the info.. +1
16-01-2017

+ for (const auto& entry : m_allocations) { ASSERT_UNUSED(entry, entry.value.isEscapedAllocation() || other.m_allocations.contains(entry.key)); } + } Extra curly brace is required for windows due to MSVC 2013 C++11 issues. Refer https://bugs.openjdk.java.net/browse/JDK-8164092?focusedCommentId=13993295&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13993295 - ASSERT(mid); + ASSERT(midGetPartRect); Variable is not renamed properly after JDK-8132675 http://cr.openjdk.java.net/~arajkumar/8172836/webrev
16-01-2017