On 26/03/2016 09:33, Uwe Schindler wrote:
Hi Alan,
I have installed build 111 of JDK 9 (which now includes Jigsaw - cool and
thanks) on the Jenkins Server, but the (packaging) problems with
ManagementFactory's SPIs seems to persist. Interestingly only on Linux
(.tar.gz), but not on Windows builds (.exe).
https://bugs.openjdk.java.net/browse/JDK-8152161
Is there a quick way via command line flag to disable the extra beans which are
not found? I'd really like to test build 111.
Are you sure this is jdk-9+111? The service configuration files are
gone, all replaced by `provides` clauses in module declarations. This
means the temporary hacks in the make files to merge service
configuration files are also gone too. All told, I can't think how there
might be stray references to classes that aren't in the build. But let
me check, maybe there is more to this that I originally thought.
-Alan