On Mon, 19 Oct 2020 18:13:59 GMT, Vladimir Kozlov <k...@openjdk.org> wrote:
>> Aleksey Shipilev has refreshed the contents of this pull request, and >> previous commits have been removed. The >> incremental views will show differences compared to the previous content of >> the PR. > > Always run graalunit testing with new intrinsics. > You need to adjust Graal test: > src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CheckGraalIntrinsics.java @vnkozlov I added the new block in `CheckGraalIntrinsics.java`, and made sure it passes the entire `compiler/graalunit` with [JDK-8254785](https://bugs.openjdk.java.net/browse/JDK-8254785) applied. ------------- PR: https://git.openjdk.java.net/jdk/pull/650