RFR (S) 8057643: Unable to build --with-debug-level=optimized on OSX
Gerard Ziemski
gerard.ziemski at oracle.com
Fri Sep 5 19:37:53 UTC 2014
hi Vladimir,
I looked at the webrev and it looks to me like the optimized build was
implemented on all platforms, except OS X, and therefore disabled for
all, and your change implements it on OS X and then makes it available
for all the supported platforms - did I get this right? If so, please
consider this reviewed (with small "r")
Thank you for this fix!
cheers
On 9/4/2014 8:36 PM, Vladimir Kozlov 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-dev
mailing list