JDK-8178360 : Build and integrate ICU from source
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8,9,10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-04-10
  • Updated: 2021-02-25
  • Resolved: 2017-07-04
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 JDK 8 JDK 9
10Fixed 8u151Fixed 9.0.1Fixed
Related Reports
Blocks :  
Blocks :  
Duplicate :  
Relates :  
Description
Build and integrate ICU 51.2
Comments
Changeset: fee4ef5c87df Author: ghb Date: 2017-07-04 09:09 +0530 URL: http://hg.openjdk.java.net/openjfx/10-dev/rt/rev/fee4ef5c87df
04-07-2017

+1
04-07-2017

+1
03-07-2017

Updated webrev : http://cr.openjdk.java.net/~ghb/8178360/webrev.08/ Updated patch : http://cr.openjdk.java.net/~ghb/8178360/rt.patch_08.tar.gz [~arajkumar] I have fixed all the above review comments, Below are the one with description. MiscellaneousTest.java : It was a typo mistake and its corrected. modules/javafx.web/src/main/native/Source/ThirdParty/icu/CMakeLists.txt : Except ICU specific declaration , others were not reqired and its removed now. ThirdParty/icu/java/data/CMakeLists.txt : Corrected now with set_target_properties(${ICU_JAVA_ICU_DATA_LIB_NAME} PROPERTIES IMPORTED_LOCATION ${ICU_JAVA_DATA_LIB}).
03-07-2017

Looks good. +1
29-06-2017

Webrev : http://cr.openjdk.java.net/~ghb/8178360/webrev.07/ (Only modified source) Patch : http://cr.openjdk.java.net/~ghb/8178360/rt.patch_07.tar.gz (Complete change set for testing) ICU Source used : http://download.icu-project.org/files/icu4c/51.2/icu4c-51_2-src.tgz
29-06-2017