RFR(M): 8135068: Extract methodmatchers from CompilerOracle

Nils Eliasson nils.eliasson at oracle.com
Tue Sep 15 11:54:54 UTC 2015


Thanks Roland!

I updated with your suggestions.

Regards,
Nils

On 2015-09-15 10:34, Roland Westrelin wrote:
>> hotspot: http://cr.openjdk.java.net/~neliasso/8135068/webrev.05/
> Shouldn’t CompilerOracle::should_not_inline() be something like:
>
> check_predicate(DontInlineCommand, method) || check_predicate(ExcludeCommand], method))
>
> Same for CompilerOracle::should_exclude()?
>
> Anyway, that looks good to me.
>
> Roland.
>



More information about the hotspot-compiler-dev mailing list