RFR: 8188073: Add Capstone as backend for hsdis [v2]

Magnus Ihse Bursie ihse at openjdk.java.net
Thu Feb 17 15:16:43 UTC 2022


On Thu, 17 Feb 2022 14:11:12 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix indentation
>
> make/Hsdis.gmk line 157:
> 
>> 155: 
>> 156: $(INSTALLED_HSDIS): $(BUILD_HSDIS_TARGET)
>> 157: ifeq ($(HSDIS_BACKEND), binutils)
> 
> Don't we usually indent conditionals to the recipe level using spaces?

Yes we do. Embarrassing. ��

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

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


More information about the hotspot-compiler-dev mailing list