RFR (S) 8211228: Zero build is broken after JDK-8196341 (Add JFR events for parallel phases of G1)
Aleksey Shipilev
shade at redhat.com
Thu Sep 27 13:55:49 UTC 2018
Bug:
https://bugs.openjdk.java.net/browse/JDK-8211228
Fix:
http://cr.openjdk.java.net/~shade/8211228/webrev.01/
Recent addition of JFR events to G1 broke Zero build. That is because Zero builds with JFR disabled,
but G1 enabled (it is a separate question why!). It can be fixed by putting JFR_ONLY all around
JFR-specific code, or by configuring Zero to avoid building g1gc. But, since it looks like AIX is
also affected by this:
https://bugs.openjdk.java.net/browse/JDK-8211213
...I'd prefer to protect the JFR paths.
Testing: x86_64 zero build, x86_64 server build
Thanks,
-Aleksey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20180927/95cfb799/signature.asc>
More information about the hotspot-gc-dev
mailing list