Skip to content
Advertisement

Tag: adoptopenjdk

Java Flight Recorder comprehensive list of VM options for OpenJDK 8 & OpenJDK 11

Is there a way to get a comprehensive list of VM options for Java Flight Recorder (JFR). I am particularly interested in OpenJdk 8 & OpenJdk 11 so far I find this list quite usefull https://chriswhocodes.com/hotspot_options_jdk8.html also java -XX:+UnlockDiagnosticVMOptions -XX:+PrintFlagsFinal -version Is there any resource that would provide list of options available for JFR? Answer I think the most comprehensive

How I can specify the version of JDK for travis CI

I have the file .travis.yml generated by JHipster and I would like to use adopt open jdk 12 for travis, but I can not set it. Update alternative doesn’t work, I always see error: resetting java alternatives and second error update-alternatives: error: no alternatives for mozilla-javaplugin.so And jdk is always OpenJDK 11 openjdk version “11.0.2” 2019-01-15 Answer Add below matrix

Advertisement