annotate truffle/com.oracle.truffle.api.vm/src/META-INF/upgrade/PolyglotEngineNewBuilder.hint @ 22335:906a5f6e07cc

Giving the PolyglotEngine builder factory method more sensible name.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 02 Nov 2015 19:13:21 +0100
parents truffle/com.oracle.truffle.api/src/META-INF/upgrade/conditionprofile.hint@96e70615cc4a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22335
906a5f6e07cc Giving the PolyglotEngine builder factory method more sensible name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents: 22158
diff changeset
1 'PolyglotEngine.buildNew() is misleading':
906a5f6e07cc Giving the PolyglotEngine builder factory method more sensible name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents: 22158
diff changeset
2 com.oracle.truffle.api.vm.PolyglotEngine.buildNew()
22158
96e70615cc4a Jackpot rule to warn about non-final ConditionProfile fields and help users to fix that.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
3 =>
22335
906a5f6e07cc Giving the PolyglotEngine builder factory method more sensible name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents: 22158
diff changeset
4 'Use newBuilder()':
906a5f6e07cc Giving the PolyglotEngine builder factory method more sensible name.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents: 22158
diff changeset
5 com.oracle.truffle.api.vm.PolyglotEngine.newBuilder()
22158
96e70615cc4a Jackpot rule to warn about non-final ConditionProfile fields and help users to fix that.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents:
diff changeset
6 ;;