view truffle/com.oracle.truffle.api/src/META-INF/upgrade/conditionprofile.hint @ 22548:6b76a24fffbd default tip

Use all variables: a, b, u,v and x, y
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 14 Jan 2016 14:20:57 +0100
parents 96e70615cc4a
children
line wrap: on
line source

'ConditionProfile fields have to be final to be useful':
$mods$ $type $name = $init$; :: $name instanceof com.oracle.truffle.api.utilities.ConditionProfile && !hasModifier($name, javax.lang.model.element.Modifier.FINAL) && elementKindMatches($name, javax.lang.model.element.ElementKind.FIELD)
=>
'Add final':
$mods$ final $type $name = $init$;
;;