Benoît Maillard
Benoît Maillard
> @benoitmaillard Very nice work, and great description :) Thank you! @eme64 > > Did you check if this allows enabling any of the other disabled verifications from [JDK-8347273](https://bugs.openjdk.org/browse/JDK-8347273)? >...
> > > @benoitmaillard One more open question for me: `raise_bottom_type` only sets the node internal `_type`. But in IGVN, we do not read from `_type` but `phase->type(in(2))`. Do you...
> The only question I have is about reducing the test. @benoitmaillard did you make any progress with that? Still a WIP, I had to restart the script a few...
I think we should use the following test, which is quite concise and only takes a few seconds to execute thanks to setting `memlimit` to `100M`. ```c++ /** * @test...