RFR: 8153742: Remove unnecessary thread.inline.hpp includes
Coleen Phillimore
coleen.phillimore at oracle.com
Thu Apr 7 17:08:16 UTC 2016
Looks good. Thanks for doing this!
Coleen
On 4/7/16 12:41 PM, Stefan Karlsson wrote:
> Hi all,
>
> Please review this tiny patch to remove includes of thread.inline.hpp
> from some .hpp files.
>
> http://cr.openjdk.java.net/~stefank/8153742/webrev.01/
> https://bugs.openjdk.java.net/browse/JDK-8153742
>
> I'm especially interested in getting rid of the include inside
> resourceArea.hpp, since that will allow me to setup a ResourceMark in
> ostream.hpp without leaking inline.hpp files.
>
> I've verified that none of the changed files use any of the functions
> in thread.inline.hpp.
>
> Thanks,
> StefanK
More information about the hotspot-dev
mailing list