RFR: 8325859: Potential information loss during type inference [v8]
Vicente Romero
vromero at openjdk.org
Tue May 20 14:38:42 UTC 2025
On Tue, 20 May 2025 14:07:11 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>>
>> addressing review comments
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/InferenceContext.java line 573:
>
>> 571: public String toString() {
>> 572: return "Inference vars: " + inferencevars + '\n' +
>> 573: "Undet vars: " + undetvars + '\n';
>
> Optional: should this also print the parent?
sure, done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25011#discussion_r2098141450
More information about the compiler-dev
mailing list