RFR: JDK-8223599: minimal build failed after JDK-8185525
David Holmes
david.holmes at oracle.com
Thu May 9 05:44:17 UTC 2019
Hi Haomin,
On 9/05/2019 3:25 pm, Wang Haomin wrote:
> Hi,
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8223599
> Webrev: http://cr.openjdk.java.net/~aoqi/8223599/webrev.00/
>
> Build is failed when using --with-jvm-features=-jfr. Would anyone review
> the fix?
I'm not sure this is the best way to fix this. I think JDK-8185525
needed to isolate TableRateStatistics more completely if it is only
really used by JFR.
What you have will suffice for now, though you probably also want to guard:
26 #include "jfr/jfr.hpp"
with "#if INCLUDE_JFR"
Thanks,
David
-----
> Thanks,
> Haomin
>
More information about the hotspot-runtime-dev
mailing list