RFR: 7904156: SafePointsProfiler tests fail with openjdk-25
Vladimir Petko
vpetko at openjdk.org
Fri Feb 20 00:08:08 UTC 2026
On Wed, 18 Feb 2026 00:29:23 GMT, Vladimir Petko <vpetko at openjdk.org> wrote:
> This PR adds additional regular expression for safepoints line for OpenJDK 25. The alternative is to update Java 13 regular expression.
>
>
> mvn test
>
> ...
>
>
> Tests in error:
> BenchmarkMinRunnerSecurityManagerTest.invokeAPI:64 » NoSuchAlgorithm JavaPolic...
> GroupMinRunnerSecurityManagerTest.invokeAPI:68 » NoSuchAlgorithm JavaPolicy Po...
> ThreadMinRunnerSecurityManagerTest.invokeAPI:64 » NoSuchAlgorithm JavaPolicy P...
> GroupMinJVMArgsSecurityManagerTest.invokeAPI:72 » Runner Benchmark caught the ...
> ThreadMinJVMArgsSecurityManagerTest.invokeAPI:68 » Runner Benchmark caught the...
> ThreadSecurityManagerTest.invokeAPI:83 » Runner Benchmark caught the exception
> BenchmarkSecurityManagerTest.invokeAPI:83 » Runner Benchmark caught the except...
> GroupSecurityManagerTest.invokeAPI:87 » Runner Benchmark caught the exception
> BenchmarkMinJVMArgsSecurityManagerTest.invokeAPI:68 » Runner Benchmark caught ...
> ThreadMinSecurityManagerTest.invokeAPI:83 » Runner Benchmark caught the except...
> GroupMinSecurityManagerTest.invokeAPI:87 » Runner Benchmark caught the excepti...
> BenchmarkMinSecurityManagerTest.invokeAPI:83 » Runner Benchmark caught the exc...
>
> Tests run: 306, Failures: 0, Errors: 12, Skipped: 0
Note: CI fails due to https://bugs.launchpad.net/ubuntu/+source/linux-aws-6.14/+bug/2141702.
The issue will be fixed in 6.17.0-1007-aws
-------------
PR Comment: https://git.openjdk.org/jmh/pull/170#issuecomment-3917838071
More information about the jmh-dev
mailing list