Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/ jdk15u-dev Public archive

Commit

Permalink
8251260: two MD5 tests fail "RuntimeException: Unexpected count of in…
Browse files Browse the repository at this point in the history
…trinsic"

Do not run intrinsics/sha/sanity tests with AOTed java.base

Backport-of: 1ad165941313bbaa9e886946081c321f35374f6e
  • Loading branch information
Paul Hohensee committed Feb 1, 2022
1 parent 6a904b3 commit 7bf914d
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/hotspot/jtreg/ProblemList-aot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,5 @@ serviceability/sa/TestRevPtrsForInvokeDynamic.java 8216181 generic-all
serviceability/sa/TestType.java 8216181 generic-all
serviceability/sa/TestUniverse.java 8216181 generic-all

compiler/intrinsics/sha/sanity/TestSHA256MultiBlockIntrinsics.java 8167430 generic-all
compiler/intrinsics/sha/sanity/TestSHA1Intrinsics.java 8167430 generic-all
compiler/intrinsics/sha/sanity/TestSHA512Intrinsics.java 8167430 generic-all
compiler/intrinsics/sha/sanity/TestSHA256Intrinsics.java 8167430 generic-all
compiler/intrinsics/sha/sanity/TestSHA1MultiBlockIntrinsics.java 8167430 generic-all
compiler/intrinsics/sha/sanity/TestSHA512MultiBlockIntrinsics.java 8167430 generic-all

vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSiteFreq/Test.java 8226689 generic-all
vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSiteFreq/Test.java 8226689 generic-all
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that MD5 intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that MD5 multi block intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that SHA-1 intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that SHA-1 multi block intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that SHA-256 intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that SHA-256 multi block intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that SHA-512 intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* @test
* @bug 8035968
* @summary Verify that SHA-512 multi block intrinsic is actually used.
* @comment the test verifies compilation of java.base methods, so it can't be run w/ AOT'ed java.base
* @requires !vm.aot.enabled
*
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.management
Expand Down

1 comment on commit 7bf914d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.