[jdk8u] RFR: 8368308: ISO 4217 Amendment 180 Update

Andrew John Hughes andrew at openjdk.org
Fri Sep 26 13:52:01 UTC 2025


On Fri, 26 Sep 2025 13:38:50 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> > > resolves were trivial
> > 
> > 
> > The only one I see is the manual application in `ValidateISO4217.java` of the new currency code because of the different indentation. This is due to 8u not having the refactoring in [JDK-8310923](https://bugs.openjdk.org/browse/JDK-8310923) which would in turn require a new JTreg and the headaches that involves (it took a long time to go to 11u , IIRC). Were there any others?
> 
> No. But paths to files are different in 8u as well.

Oh yeah, I tend to still count that as clean. The only ones to really worry about are new files. We've had the odd test sneak into the wrong tree (particularly with the big JFR change).  If you've patched the same context in an existing file, then this should imply the paths have been shuffled correctly.

-------------

PR Comment: https://git.openjdk.org/jdk8u/pull/80#issuecomment-3338823355


More information about the jdk8u-dev mailing list