In the AdoptOpenJDK maintained images docker hub repo i see that among others there are two builds for alpine namely alpine & alpine-slim. I downloaded both & see a good 81 MB difference in the image size (see below) between both. I tried using the alpine-slim image to build & up my services and didn’t see any issues. I am
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
Is OpenJDK 11 or AdoptOpenJDK same stable like Oracle JDK [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question