8u192 enabled the container support for the JVM which means that the JVM now respects the CPU and memory resources limitations configured for its container. This resource limitation for the JVM can result in performance degradation for the application.
The option -XX:-UseContainerSupport reverts this behaviour, and the JVM can use all the resources available on the host.