optimized build targets

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jul 1 12:19:26 PDT 2010


I am using it from time to time. Some logging code (compiler statistic, for example) is under #ifndef PRODUCT so you 
don't need debug VM to get it and generated code is the same as product.

Vladimir

On 7/1/10 12:06 PM, Chuck Rasbold wrote:
> Does anyone still utilize the "optimized" build target for HotSpot?
>
> I used to believe that optimized was nearly identical to product,
> but with the symbols not stripped out.  I see from optimized.make though,
> that -DPRODUCT is not defined, and might have guessed that the G_SUFFIX
> would be set, which it is not.
>
> What's the current rationale for these settings?
>
> -- Chuck


More information about the hotspot-dev mailing list