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:09:06 UTC 2015


I'm withdrawing this RFR, and will send out a corrected RFR to hotspot-dev.

StefanK

On 2015-02-18 10:00, Stefan Karlsson wrote:
> 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