> On May 10, 2016, at 1:44 PM, Xueming Shen <xueming.s...@oracle.com> wrote: > > On 5/10/16 1:10 PM, Alan Bateman wrote: >> >> >> On 10/05/2016 19:57, Xueming Shen wrote: >>> webrev has been updated as suggested, now the lazily-init-class-holder is >>> used >>> to delay the Debug initialization. Tests all passed locally. A jprt job is >>> out to confirm. >>> >>> Here is the updated webrev >>> >>> http://cr.openjdk.java.net/~sherman/regexBackTrack.Lamnda.CanonEQ/webrev/ >> This looks okay, are exploded builds okay too? >> >> -Alan > > > jprt job appears to be OK. > > exploded build failed here and there for various reasons, for example "access > denied". but it has > nothing to do with the regex change. a jdk9_dev build without any update > fails as well with the same > reason at same place. here is one example >
The security policy in the build only grants to jrt: code source and running with the exploded image won’t work with that. It’d be nice to avoid running with a different java.policy: https://bugs.openjdk.java.net/browse/JDK-8155858 Mandy