RFR: 8324873: [lworld] implementation of value classes construction [v2]

Vicente Romero vromero at openjdk.org
Wed Feb 7 18:10:03 UTC 2024


On Wed, 7 Feb 2024 17:14:00 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   regression tests
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java line 4171:
> 
>> 4169: 
>> 4170:                 // If super()/this() isn't first, require "statements before super()" feature
>> 4171:                 if (!firstStatement && !classSym.isValueClass()) // let's wave value classes for now
> 
> wave → waive

oops

-------------

PR Review Comment: https://git.openjdk.org/valhalla/pull/990#discussion_r1481891788



More information about the valhalla-dev mailing list