RFR: 7904156: SafePointsProfiler tests fail with openjdk-25

Vladimir Petko vpetko at openjdk.org
Fri Feb 20 00:08:08 UTC 2026


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

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

Commit messages:
 - chore: trigger ci
 - chore: trigger ci
 - chore: add jdk 25 pattern line.

Changes: https://git.openjdk.org/jmh/pull/170/files
  Webrev: https://webrevs.openjdk.org/?repo=jmh&pr=170&range=00
  Issue: https://bugs.openjdk.org/browse/CODETOOLS-7904156
  Stats: 15 lines in 1 file changed: 15 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jmh/pull/170.diff
  Fetch: git fetch https://git.openjdk.org/jmh.git pull/170/head:pull/170

PR: https://git.openjdk.org/jmh/pull/170


More information about the jmh-dev mailing list