RFR (XS): 8198703: Missing #include "gc/shared/cardTableModRefBS.hpp" in graphKit.hpp

Erik Österlund erik.osterlund at oracle.com
Mon Feb 26 16:11:28 UTC 2018


Hi,

Please review this trivial fix. There is a missing include in 
graphKit.hpp to cardTableModRefBS.hpp used to check if reduce initial 
card marks should be used or not.

My solution is to simply move the implementation to the cpp file 
instead. I think the fix is trivial enough to only require one review.

Bug:
https://bugs.openjdk.java.net/browse/JDK-8198703

Webrev:
http://cr.openjdk.java.net/~eosterlund/8198703/webrev.00/

Thanks,
/Erik


More information about the hotspot-compiler-dev mailing list