hg: panama/dev: Use custom assertions to avoid creation of assertion messages

paul.sandoz at oracle.com paul.sandoz at oracle.com
Tue Mar 6 23:06:23 UTC 2018


Changeset: 0f164d04a411
Author:    psandoz
Date:      2018-03-06 15:01 -0800
URL:       http://hg.openjdk.java.net/panama/dev/rev/0f164d04a411

Use custom assertions to avoid creation of assertion messages
that can result in more GC and slowing down test execution.

! test/jdk/jdk/incubator/vector/Byte128VectorTests.java
! test/jdk/jdk/incubator/vector/Byte256VectorTests.java
! test/jdk/jdk/incubator/vector/Byte512VectorTests.java
! test/jdk/jdk/incubator/vector/Byte64VectorTests.java
! test/jdk/jdk/incubator/vector/Double128VectorTests.java
! test/jdk/jdk/incubator/vector/Double256VectorTests.java
! test/jdk/jdk/incubator/vector/Double512VectorTests.java
! test/jdk/jdk/incubator/vector/Double64VectorTests.java
! test/jdk/jdk/incubator/vector/Float128VectorTests.java
! test/jdk/jdk/incubator/vector/Float256VectorTests.java
! test/jdk/jdk/incubator/vector/Float512VectorTests.java
! test/jdk/jdk/incubator/vector/Float64VectorTests.java
! test/jdk/jdk/incubator/vector/Int128VectorTests.java
! test/jdk/jdk/incubator/vector/Int256VectorTests.java
! test/jdk/jdk/incubator/vector/Int512VectorTests.java
! test/jdk/jdk/incubator/vector/Int64VectorTests.java
! test/jdk/jdk/incubator/vector/Long128VectorTests.java
! test/jdk/jdk/incubator/vector/Long256VectorTests.java
! test/jdk/jdk/incubator/vector/Long512VectorTests.java
! test/jdk/jdk/incubator/vector/Long64VectorTests.java
! test/jdk/jdk/incubator/vector/Short128VectorTests.java
! test/jdk/jdk/incubator/vector/Short256VectorTests.java
! test/jdk/jdk/incubator/vector/Short512VectorTests.java
! test/jdk/jdk/incubator/vector/Short64VectorTests.java
! test/jdk/jdk/incubator/vector/gen-tests.sh
! test/jdk/jdk/incubator/vector/templates/Binary-Masked-op.template
! test/jdk/jdk/incubator/vector/templates/Binary-op.template
! test/jdk/jdk/incubator/vector/templates/Blend-op.template
! test/jdk/jdk/incubator/vector/templates/Unary-Masked-op.template
! test/jdk/jdk/incubator/vector/templates/Unary-op.template
! test/jdk/jdk/incubator/vector/templates/header.template



More information about the panama-dev mailing list