I'm using Linux Mint and OpenJDK. java -version
shows this:
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-0ubuntu1.14.04.1)
OpenJDK Client VM (build 24.79-b02, mixed mode, sharing)
Whenever I run a Java-based app like lein
, I get this warning:
OpenJDK Client VM warning: TieredCompilation is disabled in this release.
It's irrelevant to my interests, so I'd rather not see it in the command output. How can I hide or disable it?