RFR: JDK-8272574: Crashes in PhaseIdealLoop::build_loop_late_post_work [v2]
王超
github.com+25214855+casparcwang at openjdk.java.net
Wed Aug 18 04:09:24 UTC 2021
On Wed, 18 Aug 2021 01:33:29 GMT, 王超 <github.com+25214855+casparcwang at openjdk.org> wrote:
> @casparcwang @hshi, does the test assert in a debug build? I'm just wondering if this is related to other bugs.
The test 'TestBufferVectorization.java' in the pre-submit tests failed, but it does not failed on my machine. The jit code of 'compiler.vectorization.TestBufferVectorization$TestBuffer::run' is different after applying the patch: one loop predication is not allowed but another different loop predication is performed. So I agree with you that the patch is not complete, there must exist other latent bugs.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5142
More information about the hotspot-compiler-dev
mailing list