RFR: 8252180: [JEP 390] Deprecate wrapper class constructors for removal
Roger Riggs
rriggs at openjdk.java.net
Tue Oct 13 14:40:29 UTC 2020
On Tue, 13 Oct 2020 14:32:10 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Yeah, Mandy replied to the question I should have asked: for all the suppressed "removal" points, what is the plan to
>> fix the offending code? If not now, when? ("Later" may be a reasonable answer, but fleshing out the followup tasks
>> would be helpful.)
>
> The comment in MemberName makes it clear that `hashCode` method may be called *before* the cache is setup and `valueOf`
> uses the cache.
Its up to the Graal folks to replace their code. In some cases, they are depending on Identity semantics of new
Integer().
-------------
PR: https://git.openjdk.java.net/valhalla/pull/221
More information about the valhalla-dev
mailing list