RFR (S) 8057643: Unable to build --with-debug-level=optimized on OSX
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Sep 5 06:41:23 UTC 2014
Thanks!
Vladimir
On 9/4/14 11:33 PM, Igor Veresov wrote:
> Looks good.
>
> igor
>
> On Sep 4, 2014, at 6:36 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
>
>> http://cr.openjdk.java.net/~kvn/8057643/webrev/
>> https://bugs.openjdk.java.net/browse/JDK-8057643
>>
>> Added missing Hotspot make targets for 'optimized' build.
>>
>> Hotspot VM has 'optimized' build version which is used to collect statistic and for stress testing. A corresponding source code is guarded by #ifndef PRODUCT and by 'notproduct' flags.
>> Switching to full forest build for Hotspot development requires to build all JVM targets from top repository. Unfortunately '--with-debug-level=optimized' build is broken on OSX because of missing targets in Hotspot makefiles.
>>
>> Tested the build on OSX, Linux, Solaris (I don't have Windows).
>>
>> Thanks,
>> Vladimir
>
More information about the hotspot-compiler-dev
mailing list