[jdk8u-dev] RFR: 8255466: C2 crashes at ciObject::get_oop() const+0x0

SendaoYan syan at openjdk.org
Mon Jul 8 15:41:35 UTC 2024


On Sun, 7 Jul 2024 08:55:07 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all
> This is backport of JDK-8255466, to fixes the corner case in C2.
> Patch does not apply cleanly due to in jdk8u, the jtreg tag @run main need add `bootclasspath`.
> New test fails without the patch, passes with it.
> 
> Additional testing:
> 
> - [x] linux x64 tier1/2/3 jtreg test
> - [x] linux aarch64 tier1/2/3 jtreg test

The GHA test runner report several failures.

1. Some failures are CA issues, which is fixing by [PR256](https://github.com/openjdk/jdk8u-dev/pull/526). It's unrelated to this PR.


security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlseccrootg5
security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlsrsarootg5
security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#quovadisrootca1g3


2. Linux x86  `gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java` report [crash](https://github.com/sendaoYan/jdk8u-dev-ysd/actions/runs/9836796651/job/27154077313) `CompactibleFreeListSpace::block_size(HeapWord const*)`, which has been recorded by [JDK-8303159](https://bugs.openjdk.org/browse/JDK-8303159), it's unrelated to this PR.
3. MacOS build fail, the GHA doesn't show any fail logs, maybe it's enviromental issue.

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/536#issuecomment-2214469474


More information about the jdk8u-dev mailing list