RFR: 8308749: C2 failed: regular loops only (counted loop inside infinite loop)

Vladimir Kozlov kvn at openjdk.org
Thu Jun 1 15:51:09 UTC 2023


On Thu, 1 Jun 2023 06:36:27 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> test/hotspot/jtreg/compiler/loopopts/TestCountedLoopInsideInfiniteLoop.jasm line 24:
>> 
>>> 22:  */
>>> 23: 
>>> 24: super public class TestCountedLoopInsideInfiniteLoop
>> 
>> May be add comment why you put this into separate file and not make inner class.
>
> @vnkozlov Is that even possible, to make jasm code inside a java file? I just repeated the pattern of other jasm tests in the same directory.

My bad. Missed that it is jasm.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14178#discussion_r1213358292


More information about the hotspot-compiler-dev mailing list