JDK-8165568 : [WebView] Incorrect native WTF::String to Java string conversion
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u112,9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2016-09-07
  • Updated: 2017-08-07
  • Resolved: 2017-08-07
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 10
10Resolved
Related Reports
Duplicate :  
Duplicate :  
Description
StringJava.cpp -- String::toJavaString -- NewStringUTF(utf8().data()) 
While converting from native WTF::String to Java string, Some of the characters are not converted. 
This is leading to Multiple DRT failure failure, where actual results vary in different characters with expected.

e.g : 
actual : expected 
'��������' : '𝌌'
'����'���� : '𐐀'
Comments
As regression labeled and introduced in 8u or 9 -- targeted to 10
17-02-2017

UR SQE OK to defer.
16-09-2016

Approved by component triage team to defer
09-09-2016

SQE: JDK 9: OK to defer.
09-09-2016

No This will not affect 8GA and 8u102. So far conversion of Native to Java String is used / affected only for DRT library. This will not affect WebView Rendering.
09-09-2016

Guru, does it affect 8GA? 8u102?
08-09-2016

[~ghb] Based on what you wrote in the description, this doesn't look like a test bug. Can you comment?
07-09-2016