RFR: 8255213: Shenandoah build fails without JFR after JDK-8255036 [v2]

Jie Fu jiefu at openjdk.java.net
Thu Oct 22 07:23:28 UTC 2020


On Thu, 22 Oct 2020 06:42:38 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove #include "gc/shenandoah/shenandoahHeap.hpp
>
> Looks fine, assuming nopch builds come clean. (They should, but still wait for them?)

@shipilev 

One more build error occurred if nopch and -jfr.


       otype->get_con() != java_lang_ref_Reference::referent_offset()) {
                           ^~~~~~~~~~~~~~~~~~~~~~~

   Node* referent_off = __ ConX(java_lang_ref_Reference::referent_offset());
                                ^~~~~~~~~~~~~~~~~~~~~~~

I've updated the patch to fix it.
Could you please review it again?
Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/794



More information about the hotspot-gc-dev mailing list