Trying to build the JDK with all but SerialGC disabled fails, because there are a few incorrect conditionalizations for G1GC.
To try it, configure with
--with-jvm-features=-cmsgc,-epsilongc,-g1gc,-parallelgc,-zgc
To try it, configure with
--with-jvm-features=-cmsgc,-epsilongc,-g1gc,-parallelgc,-zgc
- duplicates
-
JDK-8209802 Garbage collectors should register JFR types themselves to avoid build errors.
-
- Resolved
-