JDK-8248867 : [JDK 8u] JavaTimeSupplementary_in in wrong package
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: openjdk8u262
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2020-07-06
  • Updated: 2020-07-09
  • Resolved: 2020-07-09
Related Reports
Duplicate :  
Relates :  
Description
The fix of JDK-8244843 missed a package name change from sun.text.resources.ext (JDK 11+) to sun.text.resources.in (JDK 8). This results in errors like:

The declared package "sun.text.resources.ext" does not match the expected package "sun.text.resources.in"
Comments
Candidate webrev: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8248867/01/webrev/
07-07-2020