RFR: 8260473: [vector] ZGC: VectorReshape test produces incorrect results with ZGC enabled

Nils Eliasson neliasso at openjdk.java.net
Thu Jan 28 08:10:40 UTC 2021


On Wed, 27 Jan 2021 10:05:56 GMT, 王超 <github.com+25214855+casparcwang at openjdk.org> wrote:

> https://bugs.openjdk.java.net/browse/JDK-8260473
> 
> Function "PhaseVector::expand_vunbox_node" creates a LoadNode, but forgets to make the LoadNode to pass gc barriers.
> 
> 
> Testing: all Vector API related tests have passed.

The patch looks good.

Please turn the reproducer into a regression test for this bug. Contact me if you need any help with that.

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

PR: https://git.openjdk.java.net/jdk/pull/2253


More information about the hotspot-compiler-dev mailing list