RandomDevOpsDude@programming.dev to Java@programming.devEnglish · 3 years agoWhich Version of JDK Should I Use?whichjdk.comexternal-linkmessage-square12linkfedilinkarrow-up16arrow-down10file-text
arrow-up16arrow-down1external-linkWhich Version of JDK Should I Use?whichjdk.comRandomDevOpsDude@programming.dev to Java@programming.devEnglish · 3 years agomessage-square12linkfedilinkfile-text
Interested in what folks use. I stick to temurin unless guaranteed to deploy in AWS then I use corretto.
minus-squareJackbyDev@programming.devMlinkfedilinkEnglisharrow-up1·3 years agoThere was another JDK, I think Azul but I might be totally wrong, that had a unique feature (in the non open version I believe, sadly) where garbage collection (or some other event) only stopped individual threads instead of all of them at once.
There was another JDK, I think Azul but I might be totally wrong, that had a unique feature (in the non open version I believe, sadly) where garbage collection (or some other event) only stopped individual threads instead of all of them at once.