Join Slack
Communities
Powered by
Which JDK builds gradle project faster? OpenJDK 15...
# announcements
j
Jason5lee
10/28/2020, 2:02 AM
Which JDK builds gradle project faster? OpenJDK 15 or GraalVM CE of JDK 11? Or is there a better choice?
g
gildor
10/28/2020, 2:28 AM
Gradle officially support running on OpenJDK 15 only from version 6.7
gildor
10/28/2020, 2:30 AM
not sure that there is any “optimization” there
gildor
10/28/2020, 2:31 AM
OpenJDK is much more widely adopted, so it potentially has less problems
n
no
10/28/2020, 12:41 PM
it likely depends on your build. use the gradle profiler to measure the impact:
https://github.com/gradle/gradle-profiler
please share with us your findings!
g
gildor
10/28/2020, 2:51 PM
Related issue about this case
https://github.com/gradle/gradle-profiler/issues/213
I've tried to profile different JVMs with no success
2
Views
Open in Slack
Previous
Next