RFR: 8316422: TestIntegerUnsignedDivMod.java triggers "invalid layout" assert in FrameValues::validate [v3]

Dean Long dlong at openjdk.org
Tue Nov 28 23:43:26 UTC 2023


On Tue, 28 Nov 2023 04:02:20 GMT, Tom Rodriguez <never at openjdk.org> wrote:

>> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   add -XX:+IgnoreUnrecognizedVMOptions
>
> src/hotspot/share/c1/c1_ValueStack.hpp line 40:
> 
>> 38:     EmptyExceptionState, // Exception handling of instructions not covered by an xhandler
>> 39:     CallerExceptionState,
>> 40:     CallerEmptyExceptionState,
> 
> Maybe add a comment for these new kinds

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16297#discussion_r1408546563


More information about the hotspot-compiler-dev mailing list