268d5ba97a
Since with j`ava-1.8.0-openjdk-1.8.0.111-1.b15.el7_2.x86_64`, the OpenJDK packaged for CentOS and OEL override the default value (`false`) for the JVM option `AssumeMP` and force it to `true` (see [this patch](https://git.centos.org/blob/rpms!!java-1.8.0-openjdk.git/ab03fcc7a277355a837dd4c8500f8f90201ea353/SOURCES!always_assumemp.patch)) Because it is forced to true by default for these packages, the following warning message is printed to the standard output when the Vagrant box has only 1 CPU: > OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N This message will then fail the test introduced in #20422 where we check if no entries have been added to the journal after the service has been started. This commit restore the default value for the `AssumeMP` option for CentOS and OracleServer. |
||
---|---|---|
.. | ||
src/test/resources/packaging/scripts | ||
build.gradle | ||
versions |