Jim, I retrieved repository changes and made a full clean & build.
MarlinUtils does not compile anymore as SharedSecrets was move to jdk.internal.misc. I fixed it in my working copy and it works well. Moreover, I did not find neither the new Unsafe nor the new Cleaner implementations: I guess it is not yet ready but will be interesting to do as soon as available. > Running this against the current GR-forest repo I get the following changes: > > http://cr.openjdk.java.net/~flar/MarlinBlessedModifiers/webrev.0/ > > I'm not going to push that change as it would disrupt Laurent's current work in flight. I can also do this after Laurent gets the latest changes in before integration. > > It looks like you can just grep the marlin directory for "final static" and change them all to "static final" and that will be 99% complete. The only other change was "static abstract class" should be "abstract static class" (neither of which sound really pleasant to me anyway). You can just grep for "abstract" and there are only 2 instances of it currently in the marlin directory... Great ! These are minor changes so I can quickly update my working copy. Of course, I will send you all those fixes in the next webrev / round to let you have time reviewing the current patch #4.2 Cheers, Laurent