RFR (XS): 8020598: ObjectCountEventSender::send needs INCLUDE_TRACE guards when building OpenJDK with INCLUDE_TRACE=0

Stefan Karlsson stefan.karlsson at oracle.com
Thu Aug 15 08:23:41 UTC 2013


On 8/14/13 5:26 PM, Erik Helin wrote:
> Hi all,
>
> this small change ensures that the code compiles when the define
> INCLUDE_TRACE is 0.
>
> The problem was that ObjectCountEventSender::send called
> Tracing::is_event_enabled in an assert, and Tracing::is_event_enabled is
> not defined when INCLUDE_TRACE is 0.
>
> Webrev:
> http://cr.openjdk.java.net/~ehelin/8020598/webrev.00/

Looks good.

StefanK
>
> Testing:
> - JPRT
> - Building the code with INCLUDE_TRACE set to 0
>
> Bug:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8020598
>
> Thanks,
> Erik




More information about the hotspot-gc-dev mailing list