RFR: 8073388: Get rid of the dependency from handles.hpp to oop.inline.hpp
Stefan Karlsson
stefan.karlsson at oracle.com
Wed Feb 18 09:00:41 UTC 2015
On 2015-02-18 09:57, Stefan Karlsson wrote:
> Hi,
>
> Please review this patch to get rid of depencies from handles.hpp to
> oop.inline.hpp. There's no explicit include of oop.inline.hpp but
> oop_is_instance is used in handles.hpp. I've moved the usage of
> oop_is_instance to handles.cpp files and cleaned up the includes a bit.
>
> This patch is extracted from a bigger patch to clean up some of our GC
> code dependencies in oop_iterate.
After sending this mail I realized that this part of the larger patch
was to get rid of the dependency against klass.hpp and not oop.inline.hpp.
StefanK
>
> http://cr.openjdk.java.net/~stefank/8073388/webrev.01/
> https://bugs.openjdk.java.net/browse/JDK-8073388
>
> Thanks,
> StefanK
More information about the hotspot-gc-dev
mailing list