RFR: 8153742: Remove unnecessary thread.inline.hpp includes
Jon Masamitsu
jon.masamitsu at oracle.com
Thu Apr 7 17:55:24 UTC 2016
Looks good.
Jon
On 04/07/2016 09:41 AM, 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