RFR (s) 8141570: Fix Zero interpreter build for --disable-precompiled-headers
Coleen Phillimore
coleen.phillimore at oracle.com
Fri Nov 6 01:33:30 UTC 2015
With the RedHat compiler that I'm using g++ (GCC) 4.8.2 20140120 (Red
Hat 4.8.2-16)
these additional includes are needed to compile without precompiled headers.
open webrev at http://cr.openjdk.java.net/~coleenp/8141570.01/
bug link https://bugs.openjdk.java.net/browse/JDK-8141570
I'm not sure why allocation.inline.hpp is needed unless the virtual
destructor in src/share/vm/gc/shared/plab.hpp PLABStats implicitly calls
delete.
Tested with compiles of Zero plus plain linux debug/fastdebug/product.
Thanks,
Coleen
More information about the hotspot-dev
mailing list