> On Jun 10, 2016, at 12:08 AM, Masayoshi Okutsu <masayoshi.oku...@oracle.com> > wrote: > > (re-sending to include jigsaw-dev) > > Hi, > > Please review fixes for 8158272 and 8158468. The test had several problems. > > : > Webrev: > http://cr.openjdk.java.net/~okutsu/9/8158272.8158468/webrev.00
It’s good that you replace the hard-coded list of all available locales. Is it possible to build the golden data programmatically to avoid hardcoding it? As Alan already suggests, you should consider using ProcessTools testlibrary that will launch the child process with the options specified in jtreg command. Otherwise looks okay. Mandy