RFR: 8223347: Integration of Vector API (Incubator) [v4]

Sandhya Viswanathan sviswanathan at openjdk.java.net
Wed Oct 14 00:37:22 UTC 2020


On Tue, 13 Oct 2020 21:29:52 GMT, Ekaterina Pavlova <github.com+69653380+katyapav at openjdk.org> wrote:

>> Build changes look good.
>
> There are several gc tests crashed in panama-vector tier3 testing which seems are not observed in openjdk repo.
> The crashes look like:
> #  assert(oopDesc::is_oop(obj)) failed: not an oop: 0xfffffffffffffff1
> #
> # JRE version: Java(TM) SE Runtime Environment (16.0+3) (fastdebug build 16-panama+3-216)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 16-panama+3-216, mixed mode, sharing, tiered, compressed oops,
> g1 gc, linux-amd64) # Problematic frame:
> # V  [libjvm.so+0xd8ef94]  HandleArea::allocate_handle(oop)+0x144
> 
> and the issue is actually tracked by JDK-8233199.
> 
> This issue needs to be at least analyzed before integrating Vector API.

@katyapav Is the failure observed on vector-unstable branch of panama-vector?
The code in this pull request is from vector-unstable branch.
The bug report https://bugs.openjdk.java.net/browse/JDK-8233199 refers to repo-valhalla and not
panama-vector:vector-unstable. @PaulSandoz is doing final testing of the pull request today before integration tomorrow
hopefully.

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

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



More information about the build-dev mailing list