RFR: 8316533: C2 compilation fails with assert(verify(phase)) failed: missing Value() optimization [v2]
Emanuel Peter
epeter at openjdk.org
Thu Nov 2 16:08:23 UTC 2023
On Thu, 2 Nov 2023 12:56:32 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Apply suggestions from code review
>>
>> From Roberto
>>
>> Co-authored-by: Roberto Castañeda Lozano <robcasloz at users.noreply.github.com>
>
> test/hotspot/jtreg/compiler/types/TestSubTypeOfAsbtractClass.java line 46:
>
>> 44: package compiler.types;
>> 45:
>> 46: public class TestSubTypeOfAsbtractClass {
>
> Typo:
> Suggestion:
>
> public class TestSubTypeOfAbstractClass {
I had copied the mistake from the other test: `TestSubTypeOfAsbtractClassWrongResult.java`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16361#discussion_r1380392394
More information about the hotspot-compiler-dev
mailing list