[jdk8u-dev] RFR: 8056283: @ignore tools/javac/defaultMethods/Assertions.java until JDK-8047675 is fixed
SendaoYan
syan at openjdk.org
Tue Jul 15 13:07:43 UTC 2025
On Tue, 15 Jul 2025 09:32:02 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> I want to backport [JDK-8047675](https://bugs.openjdk.org/browse/JDK-8047675) to jdk8u-dev, but I found that this PR is the prefixed PR to backport [JDK-8047675](https://bugs.openjdk.org/browse/JDK-8047675) to jdk8u-dev.
>
> This PR only add `@ignore` derictive to disable the test. Test-fix only, no risk.
GHA report several test failures:
1. Several 'jdk/security_infra' job fails, it's known CA test issue, it's unrelated to this PR.
2. '[Linux x86 (hotspot/tier1)](https://github.com/sendaoYan/jdk8u-dev-ysd/actions/runs/16289489077/job/45996889543#logs)' job report test gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java trigger jvm crash in 'CompactibleFreeListSpace::block_size(HeapWord const*)',it's known issue which recorded by [JDK-8303159](https://bugs.openjdk.org/browse/JDK-8303159), it's unrelated ti this PR.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/669#issuecomment-3073520086
More information about the jdk8u-dev
mailing list