* Rémi Forax [2011-01-06 13:30] writes:

>> that is essentially a constant but<exp>  must be evaluated at load time
>> and not later (as would be done with lazy linking).
>
> why not using a static final field initialized in <clinit> in that case ?

Because final static fields can't be optimized as well as constant method
handles (you said that).  

Helmut

_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to