I'm using OpenJdk 1.8 Java and need to set some GC parameters.
I can't find any docs specific to openJdk that tell me if it supports the same GC parameters as Oracle's version, but I am assuming it does.
When I refer to Oracle docs (such as this one) it gives default settings for Solaris-64. I am using Linux so I'm unclear what the defaults are on that O/S. I've checked the command help (i.e. java -X) and it doesn't even list the potential parameters let alone their defaults.
So my question is, where is this all documented? I'm happy with Oracle docs rather than OpenJdk, anything is better than nothing!