What is default gradle JDK GC specification?
# community-support
e
What is default gradle JDK GC specification?
Or it is just default to JDK?
v
What do you mean by "GC specification"? Do you mean which GC implementation is used?
I think unless you specify something explicitly the JDK default is used.
e
Thanks
👌 1
And looks like G1 is default for JDK 21
v
Since Java 9, yes