RFR (S) 8057643: Unable to build --with-debug-level=optimized on OSX

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Sep 5 01:36:27 UTC 2014


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