RFR: 7904155: SecurityManager tests fail with openjdk 25 [v3]
Vladimir Petko
vpetko at openjdk.org
Fri Feb 20 23:51:59 UTC 2026
> This PR disables Security Manager tests with OpenJDK 24 and up[1]. Alternative is disable it through the Maven profile.
>
> Testing:
> - openjdk-25
>
> mvn clean test
> ...
> Failed tests:
> CompilerControlDontInlineActualTest.testBenchmark:80 Failed with Throughput
>
> Tests in error:
> SafepointsProfilerTest.test:66 » IllegalState Cannot find the result for [safe...
>
> Tests run: 72, Failures: 1, Errors: 1, Skipped: 18
>
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for Java Microbenchmark Harness Parent 1.38-SNAPSHOT:
> [INFO]
> [INFO] Java Microbenchmark Harness Parent ................. SUCCESS [ 0.165 s]
> [INFO] JMH Core ........................................... SUCCESS [ 5.127 s]
> [INFO] JMH Generators: Annotation Processors .............. SUCCESS [ 0.352 s]
> [INFO] JMH Core Integration Tests ......................... FAILURE [04:28 min]
> [INFO] JMH Generators: Reflection ......................... SKIPPED
> [INFO] JMH Generators: ASM ................................ SKIPPED
> [INFO] JMH Core Compilation Tests ......................... SKIPPED
> [INFO] JMH Core Benchmarks ................................ SKIPPED
> [INFO] JMH Samples ........................................ SKIPPED
> [INFO] JMH Generators: Bytecode ........................... SKIPPED
> [INFO] JMH Archetypes ..................................... SKIPPED
> [INFO] JMH Benchmark Archetype: Java ...................... SKIPPED
> [INFO] JMH Benchmark Archetype: Scala ..................... SKIPPED
> [INFO] JMH Benchmark Archetype: Groovy .................... SKIPPED
> [INFO] JMH Benchmark Archetype: Kotlin .................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 04:34 min
> [INFO] Finished at: 2026-02-18T13:08:22+13:00
>
>
>
>
> [1] https://openjdk.org/jeps/486
Vladimir Petko has updated the pull request incrementally with one additional commit since the last revision:
chore: trigger ci
-------------
Changes:
- all: https://git.openjdk.org/jmh/pull/169/files
- new: https://git.openjdk.org/jmh/pull/169/files/0b2d1fcb..c33447a3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jmh&pr=169&range=02
- incr: https://webrevs.openjdk.org/?repo=jmh&pr=169&range=01-02
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jmh/pull/169.diff
Fetch: git fetch https://git.openjdk.org/jmh.git pull/169/head:pull/169
PR: https://git.openjdk.org/jmh/pull/169
More information about the jmh-dev
mailing list